C_DFS_RelocationStepsVH
Relocation Steps
C_DFS_RelocationStepsVH is a Consumption CDS View that provides data about "Relocation Steps" in SAP S/4HANA. It reads from 1 data source (I_WBSElementHierarchyData) and exposes 8 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 (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Relocation Steps | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | WBSElementInternalID | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WBSElementInternalID | WBSElementInternalID | ||
| WBSElementExternalID | _WBSElementData | WBSElementExternalID | ||
| WBSDescription | _WBSElementData | WBSDescription | ||
| WBSElementParentInternalID | WBSElementParentInternalID | |||
| ProjectType | _WBSElementData | ProjectType | ||
| BasicStartDate | _WBSElementData | BasicStartDate | ||
| BasicEndDate | _WBSElementData | BasicEndDate | ||
| _WBSElementData | _WBSElementData |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Relocation Steps'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@UI.presentationVariant: [{ requestAtLeast: ['WBSElementParentInternalID']}]
@ObjectModel: {
dataCategory: #VALUE_HELP,
semanticKey: [ 'WBSElementInternalID'],
representativeKey: 'WBSElementInternalID'
}
define view entity C_DFS_RelocationStepsVH as select from I_WBSElementHierarchyData
association [1..1] to I_WBSElementData as _WBSElementData on $projection.WBSElementInternalID = _WBSElementData.WBSElementInternalID
{
@UI.hidden: true
key WBSElementInternalID,
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@ObjectModel.text.element: ['WBSDescription']
_WBSElementData.WBSElementExternalID as WBSElementExternalID,
@Semantics.text: true
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7 }
_WBSElementData.WBSDescription,
@UI.hidden: true
WBSElementParentInternalID,
@UI.hidden: true
_WBSElementData.ProjectType as ProjectType,
@UI.hidden: true
_WBSElementData.BasicStartDate as BasicStartDate,
@UI.hidden: true
_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