I_RETAILSTOREIMAGETYPE
Retail Store Image Type
I_RETAILSTOREIMAGETYPE is a CDS View in S/4HANA. Retail Store Image Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RetailStoreProductImage | view | cross | COMPOSITE | Retail Store Product Image Helper |
@AbapCatalog.sqlViewName: 'IRTSTIMAGETYPE'
@EndUserText.label: 'Retail Store Image Type'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
compositionRoot: true,
representativeKey: 'RetailStoreImageType',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #META
}
define view I_RetailStoreImageType
as select from dd07l
association [0..*] to I_RetailStoreImageTypeT as _Text on $projection.RetailStoreImageType = _Text.RetailStoreImageType
{
@ObjectModel.text.association: '_Text'
key cast(substring(domvalue_l, 1, 3) as rtst_image_type preserving type) as RetailStoreImageType,
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
_Text
}
where
domname = 'RTST_IMAGE_TYPE'
and as4local = 'A'