C_AssortmentModuleVersion_AI

DDL: C_ASSORTMENTMODULEVERSION_AI Type: view_entity CONSUMPTION Package: RFM_ASSORTMENT_MNG_JOULE

Assortment Module Version

C_AssortmentModuleVersion_AI is a Consumption CDS View that provides data about "Assortment Module Version" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAsstmtMdlVersionTP) and exposes 7 fields with key field AssortmentModuleVersionUUID. It is exposed through 1 OData service (JOULE_RFM_MNG_ASSTMT_MODULES). Part of development package RFM_ASSORTMENT_MNG_JOULE.

Data Sources (1)

SourceAliasJoin Type
I_ExplicitAsstmtMdlVersionTP I_ExplicitAsstmtMdlVersionTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Assortment Module Version view
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey AssortmentModuleVersionUUID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
JOULE_RFM_MNG_ASSTMT_MODULES JOULE_RFM_MNG_ASSTMT_MDL V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleVersionUUID AssortmentModuleVersionUUID
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
AssortmentModuleUUID AssortmentModuleUUID
LastChangeDateTime LastChangeDateTime
AssortmentModuleVersionDescILL AssortmentModuleVersionDescILL
_ModuleredirectedtoC_AssortmentModule_AI
@EndUserText.label: 'Assortment Module Version'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
    representativeKey: 'AssortmentModuleVersionUUID',
    semanticKey: ['AssortmentModuleVersionUUID'],
    usageType: {
        serviceQuality: #C,
        sizeCategory: #M,
        dataClass: #MASTER
   }
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
define root view entity C_AssortmentModuleVersion_AI
  provider contract transactional_query
  as projection on I_ExplicitAsstmtMdlVersionTP
{
          @ObjectModel.text.element: ['AssortmentModuleVersionDescILL']
  key     AssortmentModuleVersionUUID,

          ValidityStartDate,
          ValidityEndDate,
          AssortmentModuleUUID,
          LastChangeDateTime,

          @Semantics.text: true
          AssortmentModuleVersionDescILL,

          _Product : redirected to C_ProductToAssortmentMdlVersTP,

          _Text    : redirected to C_AssortmentMdlVersionTextTP,

          _Module  : redirected to C_AssortmentModule_AI
}