A_ConfigurableCodesCatalog

DDL: A_CONFIGURABLECODESCATALOG Type: view_entity COMPOSITE

Catalog of Configurable Codes

A_ConfigurableCodesCatalog is a Composite CDS View that provides data about "Catalog of Configurable Codes" in SAP S/4HANA. It reads from 1 data source (R_ConfigurableCodesCatalogTP) and exposes 2 fields with key field ConfigurableCodesCatalog. It is exposed through 1 OData service (API_CONFIGURABLECODESCATALOG).

Data Sources (1)

SourceAliasJoin Type
R_ConfigurableCodesCatalogTP R_ConfigurableCodesCatalogTP projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Catalog of Configurable Codes view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey ConfigurableCodesCatalog view
OData.entitySet.name ConfigurableCodesCatalog view
OData.entityType.name ConfigurableCodesCatalog_Type view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_CONFIGURABLECODESCATALOG API_CONFIGBLCODESCATALOG V4 C2 C1

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConfigurableCodesCatalog _ConfigurableCodesCatalog ConfigurableCodesCatalog
ConfigblCodesCtlgHasLgclDeltn ConfigblCodesCtlgHasLgclDeltn
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Catalog of Configurable Codes'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    sizeCategory: #S,
    serviceQuality: #A
  },
  representativeKey: 'ConfigurableCodesCatalog',
  semanticKey: ['ConfigurableCodesCatalog']
}
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@OData: {
  entitySet:  { name: 'ConfigurableCodesCatalog' },
  entityType: { name: 'ConfigurableCodesCatalog_Type' }
}
@Metadata.ignorePropagatedAnnotations: true
define root view entity A_ConfigurableCodesCatalog
provider contract transactional_query  // Set due to recomendation by behavior definition

as projection on R_ConfigurableCodesCatalogTP as _ConfigurableCodesCatalog
{
  @ObjectModel.sapObjectNodeTypeReference: 'ConfigurableCodesCatalog'
  key _ConfigurableCodesCatalog.ConfigurableCodesCatalog,
  ConfigblCodesCtlgHasLgclDeltn,
  /* Associations */
  _ConfigblCodesCatalogText as _ConfigurableCodesCatalogText : redirected to composition child A_ConfigblCodesCatalogText,
  _ConfigurableCodesCodeGroup : redirected to composition child A_ConfigurableCodesCodeGroup
}