R_CONFIGURABLECODESCATALOGTP
Catalog of Configurable Codes
R_CONFIGURABLECODESCATALOGTP is a CDS View in S/4HANA. Catalog of Configurable Codes. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ConfigurableCodesCatalog | view_entity | projection | COMPOSITE | Catalog of Configurable Codes |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Catalog of Configurable Codes'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER
}
@ObjectModel.representativeKey: 'ConfigurableCodesCatalog'
@ObjectModel.semanticKey: ['ConfigurableCodesCatalog']
@ObjectModel.sapObjectNodeType.name: 'ConfigurableCodesCatalog'
define root view entity R_ConfigurableCodesCatalogTP
as select from I_ConfigurableCodesCatalog as _Catalog
// compositions to child nodes
composition [0..*] of R_ConfigurableCodesCodeGroupTP as _ConfigurableCodesCodeGroup
composition [0..*] of R_ConfigblCodesCatalogTextTP as _ConfigblCodesCatalogText
{
@ObjectModel.sapObjectNodeTypeReference: 'ConfigurableCodesCatalog'
key ConfigurableCodesCatalog,
ConfigblCodesCtlgHasLgclDeltn,
/* Associations */
_ConfigblCodesCatalogText,
_ConfigurableCodesCodeGroup // Make association public
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONFIGURABLECODESCATALOG"
],
"ASSOCIATED":
[
"R_CONFIGBLCODESCATALOGTEXTTP",
"R_CONFIGURABLECODESCODEGROUPTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/