C_AssortmentModule_AI

DDL: C_ASSORTMENTMODULE_AI Type: view_entity CONSUMPTION Package: RFM_ASSORTMENT_MNG_JOULE

Assortment Module

C_AssortmentModule_AI is a Consumption CDS View that provides data about "Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAssortmentModuleTP) and exposes 4 fields with key field AssortmentModuleUUID. 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_ExplicitAssortmentModuleTP I_ExplicitAssortmentModuleTP projection

Annotations (10)

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

OData Services (1)

ServiceBindingVersionContractRelease
JOULE_RFM_MNG_ASSTMT_MODULES JOULE_RFM_MNG_ASSTMT_MDL V2 C1 NOT_TO_BE_RELEASED_STABLE

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleUUID
AssortmentModuleName AssortmentModuleName
LastChangeDateTime LastChangeDateTime Timestamp
ValidityEndDate _MaxVersionValidityEnd ValidityEndDate ValidTo

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_AssortmentModule_AI.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_AssortmentModule_AI AS
SELECT
  AssortmentModuleUUID,
  AssortmentModuleName,
  LastChangeDateTime,
  _MaxVersionValidityEnd.ValidityEndDate AS ValidityEndDate
FROM I_ExplicitAssortmentModuleTP
;