R_CONFIGBLCODESCODEGROUPTEXTTP

CDS View

Code Group of Configurable Codes - Text

R_CONFIGBLCODESCODEGROUPTEXTTP is a CDS View in S/4HANA. Code Group of Configurable Codes - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ConfigblCodesCodeGroupText view_entity projection COMPOSITE Code Group of Configurable Codes – Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Code Group of Configurable Codes - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MASTER
}
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel.representativeKey: 'ConfigurableCodesCodeGroup'
@ObjectModel.semanticKey: ['ConfigurableCodesCatalog', 'ConfigurableCodesCodeGroup']
define view entity R_ConfigblCodesCodeGroupTextTP 
as select from I_ConfigblCodesCodeGroupText 
  
  association to parent R_ConfigurableCodesCodeGroupTP as _ConfigurableCodesCodeGroup on $projection.ConfigurableCodesCodeGroup = _ConfigurableCodesCodeGroup.ConfigurableCodesCodeGroup
                                                                                      and $projection.ConfigurableCodesCatalog = _ConfigurableCodesCodeGroup.ConfigurableCodesCatalog             
  association [1..1] to R_ConfigurableCodesCatalogTP as _ConfigurableCodesCatalog on $projection.ConfigurableCodesCatalog = _ConfigurableCodesCatalog.ConfigurableCodesCatalog                                                             
{
  @ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
  key ConfigurableCodesCatalog,
  @ObjectModel.foreignKey.association: '_ConfigurableCodesCodeGroup'
  key ConfigurableCodesCodeGroup,
  @Semantics.language: true
  key Language,
  @Semantics.text: true
  ConfigblCodesCodeGrpTxt,
  
  /* Associations */
  _ConfigurableCodesCatalog,
  _ConfigurableCodesCodeGroup
}