A_ProdSubstnCtrl_2

DDL: A_PRODSUBSTNCTRL_2 Type: view_entity CONSUMPTION Package: ODATA_PROD_SUBSTN_CTRL_API

Product Substitution Control

A_ProdSubstnCtrl_2 is a Consumption CDS View that provides data about "Product Substitution Control" in SAP S/4HANA. It reads from 1 data source (R_ProdSubstnCtrlTP) and exposes 7 fields with key fields 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_ProdSubstnCtrlTP R_ProdSubstnCtrlTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Product Substitution Control view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name ProdSubstnCtrl_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODSUBSTNCTRL_2

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY MDSubstnObjectType MDSubstnObjectType
KEY MDSubstnControl MDSubstnControl
MDSubstnHasDefaultGroup MDSubstnHasDefaultGroup
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
@EndUserText.label: 'Product Substitution Control'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #S
  }
}
@VDM: {
  lifecycle: {
    contract.type: #PUBLIC_REMOTE_API
  },
  viewType: #CONSUMPTION,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@OData.entityType.name: 'ProdSubstnCtrl_Type'
define root view entity A_ProdSubstnCtrl_2
  provider contract transactional_query
  as projection on R_ProdSubstnCtrlTP
{

      //  @Consumption.hidden: true

  key MDSubstnObjectType,
  key MDSubstnControl,
      MDSubstnHasDefaultGroup,
      CreatedByUser,
      CreationDateTime,
      LastChangedByUser,
      LastChangeDateTime,
      /* Associations */
      _Text         : redirected to composition child A_ProdSubstnCtrlText_2,
      _ControlGroup : redirected to composition child A_ProdSubstnCtrlGrp_2

}