I_CNSLDTNDOCUMENTTYPET
Consolidation Document Type - Text
I_CNSLDTNDOCUMENTTYPET is a CDS View in S/4HANA. Consolidation Document Type - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CnsldtnDocumentTypeT | view | from | BASIC | Consolidation Document Type - Text |
@AbapCatalog:{
sqlViewName: 'ICCDOCTYPET',
compiler.compareFilter: true,
preserveKey: true,
buffering:{
status: #ACTIVE,
type: #GENERIC,
numberOfKeyFields: 1 }
}
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S },
representativeKey: 'ConsolidationDocumentType',
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT ]
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Consolidation Document Type - Text'
define view I_CnsldtnDocumentTypeT
as select from tf501
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_CnsldtnDimension as _Dimension on $projection.ConsolidationDimension = _Dimension.ConsolidationDimension
{
@ObjectModel.foreignKey.association: '_Dimension'
key dimen as ConsolidationDimension,
key docty as ConsolidationDocumentType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key langu as Language,
@Semantics.text
txt as ConsolidationDocumentTypeText,
_Dimension,
_Language
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TF501"
],
"ASSOCIATED":
[
"I_CNSLDTNDIMENSION",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/