A_AssortmentModuleVersionText

DDL: A_ASSORTMENTMODULEVERSIONTEXT Type: view_entity CONSUMPTION

Assortment Module Version - Text

A_AssortmentModuleVersionText 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.

Data Sources (1)

SourceAliasJoin Type
I_ExplicitAsstmtMdlVersionTTP I_ExplicitAsstmtMdlVersionTTP projection

Annotations (10)

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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleVersionUUID AssortmentModuleVersionUUID
KEY Language Language Report Text Language
AssortmentModuleObjectDesc AssortmentModuleObjectDesc

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 A_AssortmentModuleVersionText.
-- 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 A_AssortmentModuleVersionText AS
SELECT
  AssortmentModuleVersionUUID,
  Language,
  AssortmentModuleObjectDesc
FROM I_ExplicitAsstmtMdlVersionTTP
;