C_AsstmtMdlUserToAsstmtMdlTP
Assortment User Assignment to Assortment Module
C_AsstmtMdlUserToAsstmtMdlTP 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 21 fields with key fields AssortmentModuleUUID, AssortmentModuleUser, ValidityStartDate. It is exposed through 1 OData service (UI_RFM_MNG_ASSTMT_MODULES). It is used in 1 Fiori application: Manage Assortment Modules. Part of development package RFM_MANAGE_ASSTMT_MODULES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AssMdlUserToExplctAssMdlTP_2 | I_AssMdlUserToExplctAssMdlTP_2 | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Assortment User Assignment to Assortment Module | view | |
| AccessControl.authorizationCheck | #CHECK | 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 |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RFM_MNG_ASSTMT_MODULES | UI_RFM_MNG_ASSTMT_MODULES | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4892 | Manage Assortment Modules | Transactional | An application to manage assortment modules. |
Manage Assortment Modules
Business Role: Assortment Specialist - Retail
With this feature, you can select up to 1,000 products at a time to assign them to an assortment module version, including its follow-on versions.
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleUUID | ||
| KEY | AssortmentModuleUser | AssortmentModuleUser | ||
| KEY | ValidityStartDate | ValidityStartDate | Validity Start Date | |
| AssortmentModuleName | AssortmentModuleName | |||
| ValidityEndDate | ValidityEndDate | ValidTo | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| LastChangedByUserName | LastChangedByUserName | User Name | ||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | ||
| Country | ||||
| CountryNameasCountryNamelocalized | ||||
| CityName | ||||
| SiteName | _Site | SiteName | ||
| SalesOrganizationNamelocalized | ||||
| DistributionChannelNamelocalized | ||||
| AsstmtMdlProdExclusionPercent | _ExclusionRatio | AsstmtMdlProdExclusionPercent | ||
| _Exclusions | _Exclusions | |||
| _ExplicitAssortmentModule | _ExplicitAssortmentModule | |||
| _Products | _Products | |||
| _Text | _Text | |||
| _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 C_AsstmtMdlUserToAsstmtMdlTP.
-- 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_AsstmtMdlUserToAsstmtMdlTP AS
SELECT
AssortmentModuleUUID,
AssortmentModuleUser,
ValidityStartDate,
AssortmentModuleName,
ValidityEndDate,
LastChangeDateTime,
LastChangedByUserName,
SalesOrganization,
DistributionChannel,
cast( _Site._Address._Country.Country as rfm_asm_country preserving type) AS Country,
_Site._Address._Country._Text.CountryName as CountryName : localized AS CountryNameasCountryNamelocalized,
_Site._Address.CityName AS CityName,
_Site.SiteName AS SiteName,
_Site._SalesOrganization._Text.SalesOrganizationName : localized AS SalesOrganizationNamelocalized,
_Site._DistributionChannel._Text.DistributionChannelName : localized AS DistributionChannelNamelocalized,
_ExclusionRatio.AsstmtMdlProdExclusionPercent AS AsstmtMdlProdExclusionPercent
FROM I_AssMdlUserToExplctAssMdlTP_2
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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