A_ProdSubstnCtrlText
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)
| Source | Alias | Join Type |
|---|---|---|
| R_ProdSubstnCtrlTextTP | R_ProdSubstnCtrlTextTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PRODSUBSTNCTRL | API_PRODSUBSTNCTRL | V4 | C2 | C1 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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