C_AssortmentMdlVersionTextTP

DDL: C_ASSORTMENTMDLVERSIONTEXTTP Type: view_entity CONSUMPTION

Assortment Module Version - Text

C_AssortmentMdlVersionTextTP 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
Metadata.allowExtensions true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey AssortmentModuleVersionUUID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #CONSUMPTION 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 C_AssortmentMdlVersionTextTP.
-- 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_AssortmentMdlVersionTextTP AS
SELECT
  AssortmentModuleVersionUUID,
  Language,
  AssortmentModuleObjectDesc
FROM I_ExplicitAsstmtMdlVersionTTP
;