R_PRODSUBSTNCTRLTEXTTP

CDS View

Product Substitution Control Text TP

R_PRODSUBSTNCTRLTEXTTP is a CDS View in S/4HANA. Product Substitution Control Text TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_ProdSubstnCtrlText view_entity projection CONSUMPTION Product Substitution Control Text
C_ProdSubstnCtrlTextTP view_entity projection CONSUMPTION Product Substitution Control Text
//@AbapCatalog: {

//  compiler.compareFilter: true,

//  preserveKey: true,

//  sqlViewName: 'RPRODSUBCTRLTTP'

//}

@AccessControl: {
  authorizationCheck: #CHECK
}
//@ClientHandling.algorithm: #SESSION_VARIABLE

@EndUserText.label: 'Product Substitution Control Text TP'
@ObjectModel: {
  representativeKey: 'MDSubstnControl',
  dataCategory: #TEXT,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #S
  }
}
@VDM: {
  lifecycle: {
    contract.type: #SAP_INTERNAL_API
  },
  viewType: #TRANSACTIONAL
}
define view entity R_ProdSubstnCtrlTextTP
  as select from R_MDSubstnCtrlTextTP
  association to parent R_ProdSubstnCtrlTP as _Control on  $projection.MDSubstnObjectType = _Control.MDSubstnObjectType
                                                       and $projection.MDSubstnControl    = _Control.MDSubstnControl
{
  key Language,
  key MDSubstnObjectType,
  key MDSubstnControl,
      MDSubstnControlDescription,

      /* Associations */
      _Language,
      _MDObjectType,
      _Control
}
where
  MDSubstnObjectType = 'Product'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_MDSUBSTNCTRLTEXTTP"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SAPOBJECTTYPE",
"R_PRODSUBSTNCTRLTP"
],
"BASE":
[
"R_MDSUBSTNCTRLTEXTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/