A_AssMdlUserToExplicitAssMdl_2

DDL: A_ASSMDLUSERTOEXPLICITASSMDL_2 Type: view_entity CONSUMPTION

Assortment User Assignment to Assortment Module

A_AssMdlUserToExplicitAssMdl_2 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_AssMdlUserToExplctAssMdlTP_2) and exposes 8 fields with key fields AssortmentModuleUUID, AssortmentModuleUser, ValidityStartDate.

Data Sources (1)

SourceAliasJoin Type
I_AssMdlUserToExplctAssMdlTP_2 I_AssMdlUserToExplctAssMdlTP_2 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
KEY 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_2.
-- 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_2 AS
SELECT
  AssortmentModuleUUID,
  AssortmentModuleUser,
  ValidityStartDate,
  ValidityEndDate,
  LastChangeDate,
  LastChangedByUserName,
  SalesOrganization,
  DistributionChannel
FROM I_AssMdlUserToExplctAssMdlTP_2
;