C_AsstmtMdlUserToAsstmtMdl_AI

DDL: C_ASSTMTMDLUSERTOASSTMTMDL_AI Type: view_entity CONSUMPTION Package: RFM_ASSORTMENT_MNG_JOULE

Asstmt User Assignment to Asstmt Module

C_AsstmtMdlUserToAsstmtMdl_AI is a Consumption CDS View that provides data about "Asstmt User Assignment to Asstmt Module" in SAP S/4HANA. It reads from 1 data source (I_AssMdlUserToExplctAssMdlTP_2) and exposes 8 fields with key fields AssortmentModuleUUID, AssortmentModuleUser, ValidityStartDate. Part of development package RFM_ASSORTMENT_MNG_JOULE.

Data Sources (1)

SourceAliasJoin Type
I_AssMdlUserToExplctAssMdlTP_2 I_AssMdlUserToExplctAssMdlTP_2 projection

Annotations (9)

NameValueLevelField
EndUserText.label Asstmt User Assignment to Asstmt Module view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.allowExtensions true view
ObjectModel.representativeKey AssortmentModuleUser view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleUUID
KEY AssortmentModuleUser AssortmentModuleUser
KEY ValidityStartDate ValidityStartDate Validity Start Date
AssortmentModuleName AssortmentModuleName
ValidityEndDate ValidityEndDate ValidTo
LastChangeDateTime LastChangeDateTime Timestamp
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 C_AsstmtMdlUserToAsstmtMdl_AI.
-- 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_AsstmtMdlUserToAsstmtMdl_AI AS
SELECT
  AssortmentModuleUUID,
  AssortmentModuleUser,
  ValidityStartDate,
  AssortmentModuleName,
  ValidityEndDate,
  LastChangeDateTime,
  SalesOrganization,
  DistributionChannel
FROM I_AssMdlUserToExplctAssMdlTP_2
;