C_AssortmentMdlVersionTextTP

DDL: C_ASSORTMENTMDLVERSIONTEXTTP Type: view_entity CONSUMPTION Package: RFM_MANAGE_ASSTMT_MODULES

Assortment Module Version - Text

C_AssortmentMdlVersionTextTP is a Consumption CDS View that provides data about "Assortment Module Version - Text" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAsstmtMdlVersionTTP) and exposes 3 fields with key fields AssortmentModuleVersionUUID, Language. It is exposed through 2 OData services (JOULE_RFM_MNG_ASSTMT_MODULES, UI_RFM_MNG_ASSTMT_MODULES). It is used in 1 Fiori application: Manage Assortment Modules. Part of development package RFM_MANAGE_ASSTMT_MODULES.

Data Sources (1)

SourceAliasJoin Type
I_ExplicitAsstmtMdlVersionTTP I_ExplicitAsstmtMdlVersionTTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Assortment Module Version - Text view
Metadata.allowExtensions true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey AssortmentModuleVersionUUID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
JOULE_RFM_MNG_ASSTMT_MODULES JOULE_RFM_MNG_ASSTMT_MDL V2 C1 NOT_RELEASED
UI_RFM_MNG_ASSTMT_MODULES UI_RFM_MNG_ASSTMT_MODULES V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4892 Manage Assortment Modules Transactional An application to manage assortment modules.

Manage Assortment Modules

Business Role: Assortment Specialist - Retail

With this feature, you can select up to 1,000 products at a time to assign them to an assortment module version, including its follow-on versions.

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleVersionUUID AssortmentModuleVersionUUID
KEY Language Language
AssortmentModuleObjectDesc AssortmentModuleObjectDesc
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment Module Version - Text'
@Metadata.allowExtensions: true
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel: {
    dataCategory: #TEXT,
    representativeKey: 'AssortmentModuleVersionUUID',
    semanticKey: ['Language'],
    usageType: {
        serviceQuality: #C,
        sizeCategory: #S,
        dataClass: #META
   }
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
define view entity C_AssortmentMdlVersionTextTP
  as projection on I_ExplicitAsstmtMdlVersionTTP
{
  key AssortmentModuleVersionUUID,

      @Semantics.language: true
  key Language,

      @Semantics.text: true
      AssortmentModuleObjectDesc,
      
      @Consumption.hidden: true
      _ExplicitAssortmentModule : redirected to parent C_AssortmentModuleVersionTP

}