I_WBSElementStdVH

DDL: I_WBSELEMENTSTDVH SQL: IWBSE__VH Type: view COMPOSITE

WBS Element Details

I_WBSElementStdVH is a Composite CDS View that provides data about "WBS Element Details" in SAP S/4HANA. It reads from 1 data source (I_WBSElement) and exposes 20 fields with key field WBSElement.

Data Sources (1)

SourceAliasJoin Type
I_WBSElement I_WBSElement from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IWBSE__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey WBSElement view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label WBS Element Details view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
Consumption.ranked true view

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY WBSElement WBSElement
WBSDescription WBSDescription
ProjectInternalID ProjectInternalID
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
ResponsiblePersonName ResponsiblePersonName
_Project _Project
_ProjectApplicant _ProjectApplicant
_ResponsiblePerson _ResponsiblePerson
//GENERATED:001:GFBfhyK17jU{klXyaYxzR0

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

@VDM.viewType: #COMPOSITE

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

@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER

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

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'WBS Element Details'

@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API

@Search.searchable: true
@Consumption.ranked: true

define view I_WBSElementStdVH
  as select from I_WBSElement
{
      @ObjectModel.text.element: ['WBSDescription']
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key WBSElement,
      
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
      WBSDescription,
      @Consumption.hidden: true
      ProjectInternalID,
      @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
      ResponsiblePersonName,

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