I_LglCntntMDocPaperType
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_LglCntntMDocPaperTypeTxt | _LglCntntMDocPaperTypeTxt | $projection.LglCntntMDocPaperType = _LglCntntMDocPaperTypeTxt.LglCntntMDocPaperType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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