I_LglCntntMDocPaperType

DDL: I_LGLCNTNTMDOCPAPERTYPE Type: view_entity BASIC

Document Paper Type

I_LglCntntMDocPaperType is a Basic CDS View that provides data about "Document Paper Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field LglCntntMDocPaperType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LglCntntMDocPaperTypeTxt _LglCntntMDocPaperTypeTxt $projection.LglCntntMDocPaperType = _LglCntntMDocPaperTypeTxt.LglCntntMDocPaperType

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName ILGLPAPERTYPE view
ObjectModel.representativeKey LglCntntMDocPaperType view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Document Paper Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMDocPaperType
_LglCntntMDocPaperTypeTxt _LglCntntMDocPaperTypeTxt
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'ILGLPAPERTYPE'
@ObjectModel.representativeKey: 'LglCntntMDocPaperType'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Document Paper Type'
define view entity I_LglCntntMDocPaperType
  as select from dd07l

  association [0..*] to I_LglCntntMDocPaperTypeTxt as _LglCntntMDocPaperTypeTxt on $projection.LglCntntMDocPaperType = _LglCntntMDocPaperTypeTxt.LglCntntMDocPaperType
{
      @ObjectModel.text.association: '_LglCntntMDocPaperTypeTxt'
  key cast( domvalue_l as lcm_doc_paper_type ) as LglCntntMDocPaperType,

      _LglCntntMDocPaperTypeTxt
}
where
      domname  = 'LCM_DOC_PAPER_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_LGLCNTNTMDOCPAPERTYPETXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/