R_PRODSUBSTNRSNTEXTTP
Product Substitution Reason Text TP
R_PRODSUBSTNRSNTEXTTP is a CDS View in S/4HANA. Product Substitution Reason Text TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ProdSubstnRsnTextTP | view_entity | projection | CONSUMPTION | Product Substitution Reason Text |
//@AbapCatalog: {
// compiler.compareFilter: true,
// preserveKey: true,
// sqlViewName: 'RPRODSUBRSNTTP'
//}
@AccessControl: {
authorizationCheck: #MANDATORY
}
//@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Product Substitution Reason Text TP'
@ObjectModel: {
representativeKey: 'MDSubstnReason',
dataCategory: #TEXT,
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
},
sapObjectNodeType.name: 'ProductSubstitutionReasonText'
}
@VDM: {
lifecycle: {
contract.type: #SAP_INTERNAL_API
},
viewType: #TRANSACTIONAL
}
define view entity R_ProdSubstnRsnTextTP
as select from R_MDSubstnRsnTextTP
association to parent R_ProdSubstnRsnTP as _Reason on $projection.MDSubstnObjectType = _Reason.MDSubstnObjectType
and $projection.MDSubstnReason = _Reason.MDSubstnReason
{
key Language,
key MDSubstnObjectType,
key MDSubstnReason,
MDSubstnReasonDescription,
/* Associations */
_Language,
_MDObjectType,
_Reason
}
where
MDSubstnObjectType = 'Product'