C_DFS_RelocationSteps
Relocation Steps List
C_DFS_RelocationSteps is a Consumption CDS View that provides data about "Relocation Steps List" in SAP S/4HANA. It reads from 1 data source (I_WBSElementHierarchyData) and exposes 7 fields with key field WBSElementInternalID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WBSElementHierarchyData | I_WBSElementHierarchyData | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_WBSElementData | _WBSElementData | $projection.WBSElementInternalID = _WBSElementData.WBSElementInternalID |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Relocation Steps List | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WBSElementInternalID | WBSElementInternalID | ||
| WBSElementExternalID | _WBSElementData | WBSElementExternalID | ||
| WBSDescription | _WBSElementData | WBSDescription | ||
| WBSElementParentInternalID | WBSElementParentInternalID | |||
| BasicStartDate | _WBSElementData | BasicStartDate | ||
| BasicEndDate | _WBSElementData | BasicEndDate | ||
| _WBSElementData | _WBSElementData |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Relocation Steps List'
@Metadata.allowExtensions: true
@ObjectModel.semanticKey: [ 'WBSElementInternalID' ]
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType:#CONSUMPTION
define view entity C_DFS_RelocationSteps as select from I_WBSElementHierarchyData
association [1..1] to I_WBSElementData as _WBSElementData on $projection.WBSElementInternalID = _WBSElementData.WBSElementInternalID
{
key WBSElementInternalID,
@UI.textArrangement: #TEXT_SEPARATE
_WBSElementData.WBSElementExternalID as WBSElementExternalID,
_WBSElementData.WBSDescription as WBSDescription,
WBSElementParentInternalID,
_WBSElementData.BasicStartDate as BasicStartDate,
_WBSElementData.BasicEndDate as BasicEndDate,
_WBSElementData
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_WBSELEMENTDATA",
"I_WBSELEMENTHIERARCHYDATA"
],
"ASSOCIATED":
[
"I_WBSELEMENTDATA"
],
"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