I_ExplicitAssortmentModuleTP
Assortment Module
I_ExplicitAssortmentModuleTP is a Transactional CDS View that provides data about "Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAssortmentModule) and exposes 17 fields with key field AssortmentModuleUUID. It has 9 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ExplicitAssortmentModule | I_ExplicitAssortmentModule | from |
Associations (9)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProdToExplicitAsstmtMdlTP | _Product | _Product.AssortmentModuleUUID = $projection.AssortmentModuleUUID |
| [0..*] | I_AssMdlUserToExplicitAssMdlTP | _AssortmentUser | _AssortmentUser.AssortmentModuleUUID = $projection.AssortmentModuleUUID |
| [0..*] | I_AssMdlUserToExplctAssMdlTP_2 | _AssortmentUser_2 | _AssortmentUser_2.AssortmentModuleUUID = $projection.AssortmentModuleUUID |
| [0..*] | I_ExplctAssMdlUsrProdExclsnTP | _Exclusion | _Exclusion.AssortmentModuleObjectUUID = $projection.AssortmentModuleUUID |
| [0..*] | I_AsstmtMdlUsrProdExclsnTP_2 | _Exclusion_2 | _Exclusion_2.AssortmentModuleUUID = $projection.AssortmentModuleUUID |
| [1..*] | I_ExplicitAsstmtMdlVersionTP | _Version | _Version.AssortmentModuleUUID = $projection.AssortmentModuleUUID |
| [0..1] | I_CurrentlyValdAsstmtMdlVers | _CurrentVersion | _CurrentVersion.AssortmentModuleUUID = $projection.AssortmentModuleUUID |
| [0..1] | I_UserContactCard | _User | _User.ContactCardID = $projection.LastChangedByUserName |
| [0..*] | I_ExplicitAssortmentModuleTTP | _Text | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Assortment Module | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.sapObjectNodeType.name | AssortmentModule | view | |
| AccessControl.authorizationCheck | #CHECK | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleUUID | Assortment UUID | |
| AssortmentModuleName | AssortmentModuleName | Assortment Module | ||
| LastChangeDate | I_ExplicitAssortmentModule | LastChangeDate | Time Stamp | |
| LastChangeDateTime | I_ExplicitAssortmentModule | LastChangeDateTime | Timestamp | |
| LastChangedByUserName | I_ExplicitAssortmentModule | LastChangedByUserName | User Name | |
| _Text | _Text | |||
| _Product | _Product | |||
| _AssortmentUser | _AssortmentUser | |||
| _Exclusion | _Exclusion | |||
| _CurrentVersion | _CurrentVersion | |||
| _Version | _Version | |||
| _MaxVersionValidityEnd | _MaxVersionValidityEnd | |||
| _NrOfFutureVersions | _NrOfFutureVersions | |||
| _NrOfAssortmentUsers | _NrOfAssortmentUsers | |||
| _AssortmentUser_2 | _AssortmentUser_2 | |||
| _Exclusion_2 | _Exclusion_2 | |||
| _User | _User |
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 I_ExplicitAssortmentModuleTP.
-- 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 I_ExplicitAssortmentModuleTP AS
SELECT
AssortmentModuleUUID,
AssortmentModuleName,
I_ExplicitAssortmentModule.LastChangeDate AS LastChangeDate,
I_ExplicitAssortmentModule.LastChangeDateTime AS LastChangeDateTime,
I_ExplicitAssortmentModule.LastChangedByUserName AS LastChangedByUserName
FROM I_ExplicitAssortmentModule
LEFT OUTER JOIN I_ProdToExplicitAsstmtMdlTP AS _Product ON _Product.AssortmentModuleUUID = AssortmentModuleUUID -- association [0..*]
LEFT OUTER JOIN I_AssMdlUserToExplicitAssMdlTP AS _AssortmentUser ON _AssortmentUser.AssortmentModuleUUID = AssortmentModuleUUID -- association [0..*]
LEFT OUTER JOIN I_AssMdlUserToExplctAssMdlTP_2 AS _AssortmentUser_2 ON _AssortmentUser_2.AssortmentModuleUUID = AssortmentModuleUUID -- association [0..*]
LEFT OUTER JOIN I_ExplctAssMdlUsrProdExclsnTP AS _Exclusion ON _Exclusion.AssortmentModuleObjectUUID = AssortmentModuleUUID -- association [0..*]
LEFT OUTER JOIN I_AsstmtMdlUsrProdExclsnTP_2 AS _Exclusion_2 ON _Exclusion_2.AssortmentModuleUUID = AssortmentModuleUUID -- association [0..*]
LEFT OUTER JOIN I_ExplicitAsstmtMdlVersionTP AS _Version ON _Version.AssortmentModuleUUID = AssortmentModuleUUID -- association [1..*]
LEFT OUTER JOIN I_CurrentlyValdAsstmtMdlVers AS _CurrentVersion ON _CurrentVersion.AssortmentModuleUUID = AssortmentModuleUUID -- association [0..1]
LEFT OUTER JOIN I_UserContactCard AS _User ON _User.ContactCardID = LastChangedByUserName -- association [0..1]
LEFT OUTER JOIN I_ExplicitAssortmentModuleTTP AS _Text ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA