C_AssortmentModuleTextTP

DDL: C_ASSORTMENTMODULETEXTTP Type: view_entity CONSUMPTION

Assortment Module - Text

C_AssortmentModuleTextTP is a Consumption CDS View that provides data about "Assortment Module - Text" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAssortmentModuleTTP) and exposes 5 fields with key fields AssortmentModuleUUID, Language. It is exposed through 1 OData service (UI_RFM_MNG_ASSTMT_MODULES). It is used in 1 Fiori application: Manage Assortment Modules.

Data Sources (1)

SourceAliasJoin Type
I_ExplicitAssortmentModuleTTP I_ExplicitAssortmentModuleTTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Assortment Module - Text view
Metadata.allowExtensions true view
ObjectModel.representativeKey AssortmentModuleUUID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
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 (5)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleUUID
KEY Language Language
AssortmentModuleObjectDesc AssortmentModuleObjectDesc
LanguageName _LanguageText LanguageName
_LanguageText _LanguageText
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment Module - Text'
@Metadata.allowExtensions: true
@ObjectModel: {
    representativeKey: 'AssortmentModuleUUID',
    semanticKey: ['Language'],
    usageType : {
      serviceQuality: #C,
      sizeCategory: #M,
      dataClass: #MASTER
    }
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
define view entity C_AssortmentModuleTextTP
  as projection on I_ExplicitAssortmentModuleTTP
{
      @ObjectModel.text.element: ['AssortmentModuleObjectDesc']
  key AssortmentModuleUUID,

      @Consumption.valueHelpDefinition: [{ entity.name : 'C_LanguageValueHelp_F4892',
                                     entity.element : 'Language'
                                  }]
      @Semantics.language: true
      @ObjectModel.text.element: ['LanguageName']
  key Language,

      @Semantics.text: true
      AssortmentModuleObjectDesc,

      @Semantics.text: true
      _LanguageText.LanguageName as LanguageName,

      _ExplicitAssortmentModule : redirected to parent C_AssortmentModuleTP,

      _LanguageText

}