R_CONFIGBLCODESCATALOGTEXTTP
Catalog of Configurable Codes - Text
R_CONFIGBLCODESCATALOGTEXTTP is a CDS View in S/4HANA. Catalog of Configurable Codes - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ConfigblCodesCatalogText | view_entity | projection | COMPOSITE | Catalog of Configurable Codes – Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Catalog of Configurable Codes - Text'
@ObjectModel.dataCategory: #TEXT
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel.representativeKey: 'ConfigurableCodesCatalog'
@ObjectModel.semanticKey: ['ConfigurableCodesCatalog']
define view entity R_ConfigblCodesCatalogTextTP
as select from I_ConfigblCodesCatalogText
association to parent R_ConfigurableCodesCatalogTP as _ConfigurableCodesCatalog on $projection.ConfigurableCodesCatalog = _ConfigurableCodesCatalog.ConfigurableCodesCatalog
{
@ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
key ConfigurableCodesCatalog,
@Semantics.language: true
key Language,
@Semantics.text: true
ConfigblCodesCatalogTxt,
_ConfigurableCodesCatalog
}