C_WBSElementForGraph

DDL: C_WBSELEMENTFORGRAPH SQL: CWBSFORGRAPH Type: view CONSUMPTION

WBS Element For Graph

C_WBSElementForGraph is a Consumption CDS View that provides data about "WBS Element For Graph" in SAP S/4HANA. It reads from 1 data source (I_WBSElementData_2) and exposes 13 fields with key field WBSElementInternalID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_WBSElementData_2 I_WBSElementData_2 from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_ProjectApplicant _ProjectApplicant $projection.ApplicantCode = _ProjectApplicant.ApplicantCode

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CWBSFORGRAPH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label WBS Element For Graph view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY WBSElementInternalID WBSElementInternalID
WBSElementExternalID WBSElementExternalID
WBSDescription WBSDescription
CompanyCodeName _CompanyCode CompanyCodeName
ResponsiblePersonName ResponsiblePersonName Person Responsible Name
BasicStartDate BasicStartDate
BasicEndDate BasicEndDate
IsMarkedForDeletion IsMarkedForDeletion
ProjectType ProjectType
ControllingArea ControllingArea
ProfitCenter ProfitCenter
ApplicantCode ApplicantCode
_ProjectApplicant _ProjectApplicant
@AbapCatalog.sqlViewName: 'CWBSFORGRAPH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label: 'WBS Element For Graph'
define view C_WBSElementForGraph
  as select from I_WBSElementData_2
  association [0..1] to I_ProjectApplicant as _ProjectApplicant on $projection.ApplicantCode = _ProjectApplicant.ApplicantCode
{
  key WBSElementInternalID,
      WBSElementExternalID,
      WBSDescription,
      _CompanyCode.CompanyCodeName,
      @EndUserText.label: 'Person Responsible Name'
      ResponsiblePersonName,
      BasicStartDate,
      BasicEndDate,
      IsMarkedForDeletion,
      // Fields and association for DCL

      ProjectType,
      ControllingArea,
      ProfitCenter,
      ApplicantCode,
      _ProjectApplicant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODE",
"I_WBSELEMENTDATA_2"
],
"ASSOCIATED":
[
"I_PROJECTAPPLICANT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/