A_AssMdlUserToExplicitAssMdl

DDL: A_ASSMDLUSERTOEXPLICITASSMDL Type: view_entity CONSUMPTION

Assortment User Assignment to Assortment Module

A_AssMdlUserToExplicitAssMdl is a Consumption CDS View that provides data about "Assortment User Assignment to Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_AssMdlUserToExplicitAssMdlTP) and exposes 8 fields with key fields AssortmentModuleUUID, AssortmentModuleUser.

Data Sources (1)

SourceAliasJoin Type
I_AssMdlUserToExplicitAssMdlTP I_AssMdlUserToExplicitAssMdlTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Assortment User Assignment to Assortment Module view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleUUID
KEY AssortmentModuleUser AssortmentModuleUser
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
LastChangeDate LastChangeDate Time Stamp
LastChangedByUserName LastChangedByUserName User Name
SalesOrganization SalesOrganization Sales Organization
DistributionChannel DistributionChannel RefDistCh-Cust/Mat.

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_AssMdlUserToExplicitAssMdl.
-- 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_AssMdlUserToExplicitAssMdl AS
SELECT
  AssortmentModuleUUID,
  AssortmentModuleUser,
  ValidityStartDate,
  ValidityEndDate,
  LastChangeDate,
  LastChangedByUserName,
  SalesOrganization,
  DistributionChannel
FROM I_AssMdlUserToExplicitAssMdlTP
;