I_DFS_MaintPlatformType
Interface view for Platform type
I_DFS_MaintPlatformType is a Basic CDS View that provides data about "Interface view for Platform type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DfsMaintPlatformType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DFS_MaintPlatformTypeText | _MaintPlatformTypeText | $projection.DfsMaintPlatformType = _MaintPlatformTypeText.DfsMaintPlatformType |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAINTPLTFRMTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Interface view for Platform type | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | DfsMaintPlatformType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DfsMaintPlatformType | |||
| _MaintPlatformTypeText | _MaintPlatformTypeText |
@AbapCatalog.sqlViewName: 'IMAINTPLTFRMTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Interface view for Platform type'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: { representativeKey: 'DfsMaintPlatformType',
usageType: {serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING}
}
define view I_DFS_MaintPlatformType
as select from dd07l
association [0..*] to I_DFS_MaintPlatformTypeText as _MaintPlatformTypeText on $projection.DfsMaintPlatformType = _MaintPlatformTypeText.DfsMaintPlatformType
{
@ObjectModel.text.association: '_MaintPlatformTypeText'
@UI.hidden: true
key cast(dd07l.domvalue_l as dfs_pltfrmtype ) as DfsMaintPlatformType,
@UI.hidden: true
_MaintPlatformTypeText
}
where
dd07l.domname = 'DFS_PLTFRMTYPE'
and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_DFS_MAINTPLATFORMTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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