P_InternalOrderGroupLeaf
P_InternalOrderGroupLeaf is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_Setleaf) and exposes 12 fields with key fields SetClass, SetSubClass, SetID, SetLineNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Setleaf | I_Setleaf | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | PWUIOGRPLEAF | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SetClass | SetClass | ||
| KEY | SetSubClass | SetSubClass | ||
| KEY | SetID | SetID | ||
| KEY | SetLineNumber | SetLineNumber | ||
| SetNodeIsLeaf | ||||
| SetRangeSign | SetRangeSign | |||
| SetRangeOption | SetRangeOption | |||
| SetRangeFromValue | SetRangeFromValue | |||
| SetRangeToValue | SetRangeToValue | |||
| _Set | _Set | |||
| _SetClass | _SetClass | |||
| _SetSubClass | _SetSubClass |
@AbapCatalog: {
compiler.compareFilter: true,
preserveKey: true,
sqlViewName: 'PWUIOGRPLEAF'
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
private: true,
viewType: #COMPOSITE
}
define view P_InternalOrderGroupLeaf
as select from I_Setleaf
{
//I_Setleaf
key SetClass,
key SetSubClass,
key SetID,
key SetLineNumber,
'1' as SetNodeIsLeaf,
SetRangeSign,
SetRangeOption,
SetRangeFromValue,
SetRangeToValue,
/* Associations */
//I_Setleaf
_Set,
_SetClass,
_SetSubClass
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SETLEAF"
],
"ASSOCIATED":
[
"I_SETCLASS",
"I_SETHEADER",
"I_SETSUBCLASS"
],
"BASE":
[
"I_SETLEAF"
],
"ANNO_REF":
[],
"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