R_CONFIGURABLECODESCODEGROUPTP

CDS View

Code Group of Configurable Codes

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ConfigurableCodesCodeGroup view_entity projection COMPOSITE Code Group of Configurable Codes
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Code Group of Configurable Codes'
@Metadata.ignorePropagatedAnnotations: true
@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_ConfigurableCodesCodeGroupTP 
as select from I_ConfigurableCodesCodeGroup 
  
  //compositions to child nodes

  composition [0..*] of R_ConfigblCodesCodeGroupTextTP as _ConfigblCodesCodeGroupText
  composition [0..*] of R_ConfigurableCodesCodeTP as _ConfigurableCodesCode
  
  association to parent R_ConfigurableCodesCatalogTP as _ConfigurableCodesCatalog on $projection.ConfigurableCodesCatalog = _ConfigurableCodesCatalog.ConfigurableCodesCatalog
 
{
  @ObjectModel.foreignKey.association: '_ConfigurableCodesCatalog'
  @ObjectModel.sapObjectNodeTypeReference: 'ConfigurableCodesCatalog'
  key ConfigurableCodesCatalog,
  key ConfigurableCodesCodeGroup,
  ConfigblCodesCodeGrpIsInactv,
  ConfigblCodesCodeGroupStatus,
  /* Associations */
  _ConfigurableCodesCatalog,
  _ConfigurableCodesCode,
  _ConfigblCodesCodeGroupText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONFIGURABLECODESCODEGROUP"
],
"ASSOCIATED":
[
"R_CONFIGBLCODESCODEGROUPTEXTTP",
"R_CONFIGURABLECODESCATALOGTP",
"R_CONFIGURABLECODESCODETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/