I_DFS_MaintPlatformType

DDL: I_DFS_MAINTPLATFORMTYPE SQL: IMAINTPLTFRMTYPE Type: view BASIC

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)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DFS_MaintPlatformTypeText _MaintPlatformTypeText $projection.DfsMaintPlatformType = _MaintPlatformTypeText.DfsMaintPlatformType

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/