C_WBSElementForGraph
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)
| Source | Alias | Join Type |
|---|---|---|
| I_WBSElementData_2 | I_WBSElementData_2 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProjectApplicant | _ProjectApplicant | $projection.ApplicantCode = _ProjectApplicant.ApplicantCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA