I_WBSElmntByIntKeyStdVH

DDL: I_WBSELMNTBYINTKEYSTDVH SQL: IWBSEBIK__VH Type: view COMPOSITE

WBS Element Details by Internal ID

I_WBSElmntByIntKeyStdVH is a Composite CDS View that provides data about "WBS Element Details by Internal ID" in SAP S/4HANA. It reads from 1 data source (I_WBSElementByInternalKey) and exposes 18 fields with key field WBSElementInternalID.

Data Sources (1)

SourceAliasJoin Type
I_WBSElementByInternalKey I_WBSElementByInternalKey from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IWBSEBIK__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey WBSElementInternalID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label WBS Element Details by Internal ID view
Consumption.ranked true view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY WBSElementInternalID WBSElementInternalID
WBSElement WBSElement
WBSDescription WBSDescription
ApplicantCode ApplicantCode
ResponsiblePerson ResponsiblePerson
ControllingArea ControllingArea
FreeDefinedAttribute01 FreeDefinedAttribute01
FreeDefinedAttribute02 FreeDefinedAttribute02
FreeDefinedAttribute03 FreeDefinedAttribute03
FreeDefinedAttribute04 FreeDefinedAttribute04
FreeDefinedIndicator1 FreeDefinedIndicator1
FreeDefinedIndicator2 FreeDefinedIndicator2
ProfitCenter ProfitCenter
ProjectType ProjectType
RespCostCenterControllingArea RespCostCenterControllingArea
ResponsibleCostCenter ResponsibleCostCenter
_ProjectApplicant _ProjectApplicant
_ResponsiblePerson _ResponsiblePerson
//GENERATED:003:GFBfhyK17jU}dJn6LULAeW

@AbapCatalog.sqlViewName: 'IWBSEBIK__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'WBSElementInternalID'

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label: 'WBS Element Details by Internal ID'
//@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API


@Consumption.ranked: true
define view I_WBSElmntByIntKeyStdVH
  as select from I_WBSElementByInternalKey
{

      @EndUserText: {
              label: 'WBS Element Internal ID'
              }
              
      @Search: {
          defaultSearchElement: true,
          fuzzinessThreshold: 0.8,
          ranking: #HIGH
         }      
  key WBSElementInternalID,
      @Search: {
                defaultSearchElement: true,
                fuzzinessThreshold: 0.8,
                ranking: #LOW
      }
      @ObjectModel.text.element: 'WBSDescription'
      @EndUserText: {
            label: 'WBS Element'
            }
      WBSElement,
      @Semantics.text: true
      @Search: {
                defaultSearchElement: true,
                fuzzinessThreshold: 0.8,
                ranking: #LOW
      }
      WBSDescription,
      @Consumption.hidden: true
      ApplicantCode,
      @Consumption.hidden: true
      ResponsiblePerson,
      @Consumption.hidden: true
      ControllingArea,
      @Consumption.hidden: true
      FreeDefinedAttribute01,
      @Consumption.hidden: true
      FreeDefinedAttribute02,
      @Consumption.hidden: true
      FreeDefinedAttribute03,
      @Consumption.hidden: true
      FreeDefinedAttribute04,
      @Consumption.hidden: true
      FreeDefinedIndicator1,
      @Consumption.hidden: true
      FreeDefinedIndicator2,
      @Consumption.hidden: true
      ProfitCenter,
      @Consumption.hidden: true
      ProjectType,
      @Consumption.hidden: true
      RespCostCenterControllingArea,
      @Consumption.hidden: true
      ResponsibleCostCenter,

      @Consumption.hidden: true
      _ProjectApplicant,
      @Consumption.hidden: true
      _ResponsiblePerson
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_WBSELEMENTBYINTERNALKEY"
],
"ASSOCIATED":
[
"I_PROJECTAPPLICANT",
"I_PROJECTRESPONSIBLEPERSON"
],
"BASE":
[
"I_WBSELEMENTBYINTERNALKEY"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/