I_RETAILPROMOTIONBYPRODUCT
Retail Promotion by Product
I_RETAILPROMOTIONBYPRODUCT is a CDS View in S/4HANA. Retail Promotion by Product. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ProductObjPgRetailPromotion | view | from | CONSUMPTION | Product Object Page - Retail Promotion |
@AbapCatalog.sqlViewName: 'IRTLPROMNBYPRD'
@EndUserText.label: 'Retail Promotion by Product'
@AbapCatalog.compiler.compareFilter: true
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #NOT_REQUIRED
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel: {
representativeKey: 'RetailPromotion',
usageType: {
serviceQuality: #A,
sizeCategory : #L,
dataClass: #TRANSACTIONAL
}
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_RetailPromotionByProduct
as select distinct from I_RetailPromotionItem
{
key Product,
key RetailPromotion,
_Product,
_RetailPromotion
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_RETAILPROMOTIONITEM"
],
"ASSOCIATED":
[
"I_PRODUCT",
"I_RETAILPROMOTION"
],
"BASE":
[
"I_RETAILPROMOTIONITEM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/