A_ProdSubstnCtrl_2
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)
| Source | Alias | Join Type |
|---|---|---|
| R_ProdSubstnCtrlTP | R_ProdSubstnCtrlTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PRODSUBSTNCTRL_2 |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA