C_ProdSubstnCtrlTextTP
Product Substitution Control Text
C_ProdSubstnCtrlTextTP 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 7 fields with key fields Language, MDSubstnObjectType, MDSubstnControl. It is exposed through 1 OData service (UI_PRODSUBSTN_CTRL_MANAGE). It is used in 1 Fiori application: Manage Substitution Controls - Products.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProdSubstnCtrlTextTP | R_ProdSubstnCtrlTextTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Product Substitution Control Text | view | |
| ObjectModel.representativeKey | MDSubstnControl | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PRODSUBSTN_CTRL_MANAGE | UI_PRODSUBSTN_CTRL_MANAGE | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4787 | Manage Substitution Controls - Products | Transactional | An application to maintain configuration data for product substitution or exclusion where the user can manage substitution controls |
Manage Substitution Controls - Products
Business Role: Master Data Specialist - Product Data
A control is used to consume one or more predefined groups of substitutions. With this app, you can create and manage controls. By assigning substitution groups to controls, consuming applications can manage substitution groups. You can assign only active and inactive groups to a control. A control can be deleted even if groups are assigned to it. You can use this app if the business role Master Data Specialist – Product Data (R0097-13) is assigned to you.
Key Features: You can use this app to: Create, edit, and delete a control. Create multiple language-specific descriptions for a control. Assign and unassign groups to controls.
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | MDSubstnObjectType | MDSubstnObjectType | ||
| KEY | MDSubstnControl | MDSubstnControl | ||
| MDSubstnControlDescription | MDSubstnControlDescription | |||
| LanguageName | ||||
| _Language | _Language | |||
| _MDObjectType | _MDObjectType |
@AccessControl: {
authorizationCheck: #CHECK
}
@Metadata.allowExtensions: true
@EndUserText.label: 'Product Substitution Control Text'
@ObjectModel: {
representativeKey: 'MDSubstnControl',
dataCategory: #TEXT,
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM: {
viewType: #CONSUMPTION
}
define view entity C_ProdSubstnCtrlTextTP
as projection on R_ProdSubstnCtrlTextTP
{
@Consumption.valueHelpDefinition: [{ entity:{ element: 'LanguageISOCode', name: 'I_Language' } }]
@ObjectModel.text.element: ['LanguageName']
key Language,
key MDSubstnObjectType,
key MDSubstnControl,
MDSubstnControlDescription,
/* Associations */
_Language._Text[1: Language=$session.system_language].LanguageName as LanguageName,
_Language,
_MDObjectType,
_Control : redirected to parent C_ProdSubstnCtrlTP
}
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