A_ProdSubstnCtrlText_2

DDL: A_PRODSUBSTNCTRLTEXT_2 Type: view_entity CONSUMPTION Package: ODATA_PROD_SUBSTN_CTRL_API

Product Substitution Control Text

A_ProdSubstnCtrlText_2 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_2). Part of development package ODATA_PROD_SUBSTN_CTRL_API.

Data Sources (1)

SourceAliasJoin Type
R_ProdSubstnCtrlTextTP R_ProdSubstnCtrlTextTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Product Substitution Control Text view
AccessControl.authorizationCheck #MANDATORY 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 ProdSubstnCtrlText_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODSUBSTNCTRL_2

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY MDSubstnObjectType MDSubstnObjectType
KEY MDSubstnControl MDSubstnControl
MDSubstnControlDescription MDSubstnControlDescription
@EndUserText.label: 'Product Substitution Control Text'
@AccessControl.authorizationCheck: #MANDATORY
@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: 'ProdSubstnCtrlText_Type'
define view entity A_ProdSubstnCtrlText_2
  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_2

}