I_EXPLICITASSTMTMDLVERSIONTTP
Assortment Module Description
I_EXPLICITASSTMTMDLVERSIONTTP is a CDS View in S/4HANA. Assortment Module Description. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_AssortmentModuleVersionText | view_entity | projection | CONSUMPTION | Assortment Module Version - Text |
| C_AssortmentMdlVersionTextTP | view_entity | projection | CONSUMPTION | Assortment Module Version - Text |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment Module Description'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle: {
contract: {
type: #SAP_INTERNAL_API
}
}
}
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'AssortmentModuleVersionUUID',
sapObjectNodeType.name: 'AssortmentModuleVersionDesc',
usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #META
}
}
define view entity I_ExplicitAsstmtMdlVersionTTP
as select from I_AssortmentModuleText as Text
inner join I_ExplicitAsstmtMdlVersionTP as ExplicitModule on Text.AssortmentModuleUUID = ExplicitModule.AssortmentModuleVersionUUID
association to parent I_ExplicitAsstmtMdlVersionTP as _ExplicitAssortmentModule on $projection.AssortmentModuleVersionUUID = _ExplicitAssortmentModule.AssortmentModuleVersionUUID
{
key ExplicitModule.AssortmentModuleVersionUUID,
key Text.Language,
Text.AssortmentModuleObjectDesc,
_ExplicitAssortmentModule
}