C_SetLeafForFmObjP
Auxiliary For Sets in FM Object Pages
C_SetLeafForFmObjP is a Consumption CDS View that provides data about "Auxiliary For Sets in FM Object Pages" in SAP S/4HANA. It reads from 1 data source (I_Setleaf) and exposes 12 fields with key fields SetClass, SetSubClass, SetID, SetLineNumber. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Setleaf | I_Setleaf | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SetHeader | _SetHeader | $projection.SetClass = _SetHeader.SetClass and $projection.SetSubClass = _SetHeader.SetSubClass and $projection.SetID = _SetHeader.SetID |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AbapCatalog.sqlViewName | CSLEAFFMOBJP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Auxiliary For Sets in FM Object Pages | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SetClass | SetClass | ||
| KEY | SetSubClass | SetSubClass | ||
| KEY | SetID | SetID | Group ID | |
| KEY | SetLineNumber | SetLineNumber | ||
| SetRangeSign | SetRangeSign | |||
| SetRangeOption | SetRangeOption | |||
| SetRangeFromValue | SetRangeFromValue | |||
| SetRangeToValue | SetRangeToValue | |||
| CreatedByUser | _SetHeader | CreatedByUser | Created By | |
| CreationDate | _SetHeader | CreationDate | Creation Date | |
| SetDescription | Group Description | |||
| FundsMgmtExtendedSetDesc |
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@AbapCatalog.sqlViewName: 'CSLEAFFMOBJP'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Auxiliary For Sets in FM Object Pages'
define view C_SetLeafForFmObjP
as select from I_Setleaf
association [0..1] to I_SetHeader as _SetHeader on $projection.SetClass = _SetHeader.SetClass
and $projection.SetSubClass = _SetHeader.SetSubClass
and $projection.SetID = _SetHeader.SetID
{
@Consumption.hidden: true
key SetClass,
@Consumption.hidden: true
key SetSubClass,
@EndUserText.label:'Group ID'
key SetID,
@Consumption.hidden: true
key SetLineNumber,
@Consumption.hidden: true
SetRangeSign,
@Consumption.hidden: true
SetRangeOption,
@Consumption.hidden: true
SetRangeFromValue,
@Consumption.hidden: true
SetRangeToValue,
//meta
@EndUserText.label:'Created By'
_SetHeader.CreatedByUser,
@EndUserText.label:'Creation Date'
_SetHeader.CreationDate,
//Texts
@EndUserText.label:'Group Description'
_SetHeader._SetHeaderText[1:Language=$session.system_language].SetDescription,
@Consumption.hidden: true
cast( concat_with_space(SetID, _SetHeader._SetHeaderText[1:Language=$session.system_language].SetDescription, 1 ) as fmis_fundsmgmtextendedsetname ) as FundsMgmtExtendedSetDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SETHEADER",
"I_SETHEADERTEXT",
"I_SETLEAF"
],
"ASSOCIATED":
[
"I_SETHEADER"
],
"BASE":
[],
"VERSION":0
}
}*/
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