C_ProdSubstnCtrlGrpTP

DDL: C_PRODSUBSTNCTRLGRPTP Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_ProdSubstnCtrlGrpTP R_ProdSubstnCtrlGrpTP projection

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/