C_AssortmentModuleVersionTP

DDL: C_ASSORTMENTMODULEVERSIONTP Type: view_entity CONSUMPTION

Assortment Module Version

C_AssortmentModuleVersionTP 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 10 fields with key field AssortmentModuleVersionUUID.

Data Sources (1)

SourceAliasJoin Type
I_ExplicitAsstmtMdlVersionTP I_ExplicitAsstmtMdlVersionTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Assortment Module Version view
AccessControl.authorizationCheck #CHECK 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

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleVersionUUID AssortmentModuleVersionUUID
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
AssortmentModuleUUID AssortmentModuleUUID
LastChangeDateTime LastChangeDateTime Timestamp
LastChangedByUserName LastChangedByUserName User Name
IsExpired IsExpired Indicator
AssortmentModuleVersionDescILL AssortmentModuleVersionDescILL
_ModuleredirectedtoC_AssortmentModuleTP
_User _User

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_AssortmentModuleVersionTP.
-- 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_AssortmentModuleVersionTP AS
SELECT
  AssortmentModuleVersionUUID,
  ValidityStartDate,
  ValidityEndDate,
  AssortmentModuleUUID,
  LastChangeDateTime,
  LastChangedByUserName,
  IsExpired,
  AssortmentModuleVersionDescILL
FROM I_ExplicitAsstmtMdlVersionTP
;