A_ProdSubstnCtrlText

DDL: A_PRODSUBSTNCTRLTEXT Type: view_entity CONSUMPTION

Product Substitution Control Text

A_ProdSubstnCtrlText is a Consumption CDS View that provides data about "Product Substitution Control Text" in SAP S/4HANA. It reads from 1 data source (R_ProdSubstnCtrlTextTP) and exposes 4 fields with key fields Language, MDSubstnObjectType, MDSubstnControl. It is exposed through 1 OData service (API_PRODSUBSTNCTRL).

Data Sources (1)

SourceAliasJoin Type
R_ProdSubstnCtrlTextTP R_ProdSubstnCtrlTextTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Product Substitution Control Text view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name prodsubstngrptxtctrl_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODSUBSTNCTRL API_PRODSUBSTNCTRL V4 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY MDSubstnObjectType MDSubstnObjectType
KEY MDSubstnControl MDSubstnControl
MDSubstnControlDescription MDSubstnControlDescription
@EndUserText.label: 'Product Substitution Control Text'
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #S
  },
  dataCategory: #TEXT

}
@VDM: {
  lifecycle: {
    contract.type: #PUBLIC_REMOTE_API
  },
  viewType: #CONSUMPTION,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@OData.entityType.name: 'prodsubstngrptxtctrl_Type'
define view entity A_ProdSubstnCtrlText
  as projection on R_ProdSubstnCtrlTextTP
{

      @Semantics.language: true
  key Language,
  key MDSubstnObjectType,
  key MDSubstnControl,
      @Semantics.text:true
      MDSubstnControlDescription,
      /* Associations */
      _Control : redirected to parent A_ProdSubstnCtrl

}