C_ProdSubstnCtrlGrpTP
Product Substitution Control Group
C_ProdSubstnCtrlGrpTP is a Consumption CDS View that provides data about "Product Substitution Control Group" in SAP S/4HANA. It reads from 1 data source (R_ProdSubstnCtrlGrpTP) and exposes 15 fields with key fields MDSubstnObjectType, MDSubstnControl, MDSubstnGroup, MDSubstnVersionValue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProdSubstnCtrlGrpTP | R_ProdSubstnCtrlGrpTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Product Substitution Control Group | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDSubstnObjectType | MDSubstnObjectType | ||
| KEY | MDSubstnControl | MDSubstnControl | ||
| KEY | MDSubstnGroup | MDSubstnGroup | ||
| KEY | MDSubstnVersionValue | MDSubstnVersionValue | ||
| MDSubstnGroupDescriptionlocalized | ||||
| CreatedByUser | _Group | CreatedByUser | ||
| CreationDateTime | _Group | CreationDateTime | ||
| LastChangedByUser | _Group | LastChangedByUser | ||
| LastChangeDateTime | _Group | LastChangeDateTime | ||
| MDSubstnStatus | _ControlGroupCalc | MDSubstnStatus | ||
| MDSubstnStatusCriticality | _ControlGroupCalc | MDSubstnStatusCriticality | ||
| MDSubstnStatusDescriptionlocalized | ||||
| _Group | _Group | |||
| _MDObjectType | _MDObjectType | |||
| _ControlGroupCalc | _ControlGroupCalc |
@AccessControl: {
authorizationCheck: #CHECK
}
@Metadata.allowExtensions: true
@EndUserText.label: 'Product Substitution Control Group'
@ObjectModel: {
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S
}
}
@VDM: {
viewType: #CONSUMPTION
}
define view entity C_ProdSubstnCtrlGrpTP
as projection on R_ProdSubstnCtrlGrpTP
{
@UI: {
hidden:true
}
key MDSubstnObjectType,
key MDSubstnControl,
@ObjectModel: {
text.association: null,
text.element: ['MDSubstnGroupDescription']
}
@UI.textArrangement: #TEXT_LAST
key MDSubstnGroup,
key MDSubstnVersionValue,
_Group._GroupText.MDSubstnGroupDescription : localized,
_Group.CreatedByUser as CreatedByUser,
_Group.CreationDateTime as CreationDateTime,
_Group.LastChangedByUser as LastChangedByUser,
_Group.LastChangeDateTime as LastChangeDateTime,
@ObjectModel: {
text.association: null,
text.element: ['MDSubstnStatusDescription']
}
_ControlGroupCalc.MDSubstnStatus as MDSubstnStatus,
_ControlGroupCalc.MDSubstnStatusCriticality as MDSubstnStatusCriticality,
_Group._Status._Text.MDSubstnStatusDescription : localized,
/* Associations */
_Group,
_MDObjectType,
_Control : redirected to parent C_ProdSubstnCtrlTP,
_ControlGroupCalc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MDSUBSTNCTRLGRPCALC",
"I_MDSUBSTNGRP",
"I_MDSUBSTNGRPTEXT",
"I_MDSUBSTNSTS",
"I_MDSUBSTNSTSTEXT",
"R_PRODSUBSTNCTRLGRPTP"
],
"ASSOCIATED":
[
"C_PRODSUBSTNCTRLTP",
"I_MDSUBSTNCTRLGRPCALC",
"I_MDSUBSTNGRP",
"I_SAPOBJECTTYPE"
],
"BASE":
[
"R_PRODSUBSTNCTRLGRPTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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