C_ProdToExplicitAsstmtMdl
Product Assignment to Assortment Module
C_ProdToExplicitAsstmtMdl is a Consumption CDS View that provides data about "Product Assignment to Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_ProdToExplicitAsstmtMdlTP) and exposes 7 fields with key fields AssortmentModuleUUID, Product, AssortmentModuleName. It is exposed through 1 OData service (UI_RFM_PROD_ASSIGN_EXPL_ASM). Part of development package RFM_ASSIGN_PRODUCT_TO_EXPL_ASM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProdToExplicitAsstmtMdlTP | I_ProdToExplicitAsstmtMdlTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Product Assignment to Assortment Module | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.sapObjectNodeType.name | Product | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RFM_PROD_ASSIGN_EXPL_ASM | UI_RFM_PROD_ASSGN_EXPL_ASM | V2 | C1 | NOT_RELEASED |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleUUID | ||
| KEY | Product | Product | ||
| KEY | AssortmentModuleName | AssortmentModuleName | ||
| ProductIsMandatoryInAssortment | ProductIsMandatoryInAssortment | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| RatioOfUsersWhoExcludedProdVal | RatioOfUsersWhoExcludedProdVal |
@EndUserText.label: 'Product Assignment to Assortment Module'
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations:true
@VDM: {
viewType: #CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
lifecycle: {
contract: {
type: #PUBLIC_LOCAL_API
}
}
}
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MASTER
},
sapObjectNodeType.name: 'Product'
}
define root view entity C_ProdToExplicitAsstmtMdl
provider contract transactional_query
as projection on I_ProdToExplicitAsstmtMdlTP
{
@Semantics.uuid: true
key AssortmentModuleUUID,
key Product,
@ObjectModel.text.element: ['AssortmentModuleObjectDesc']
key AssortmentModuleName as AssortmentModuleName,
@Semantics.text: true
_Text.AssortmentModuleObjectDesc as AssortmentModuleObjectDesc : localized,
@Semantics.booleanIndicator: true
ProductIsMandatoryInAssortment,
ValidityStartDate,
ValidityEndDate,
RatioOfUsersWhoExcludedProdVal,
_ModuleVersion : redirected to C_ProdAssgblToExplctMdlVersion,
_AssignableProduct : redirected to C_ProdAssgblToExplctAsstmtMdl,
_ProdToExplctMdlVers : redirected to composition child C_ProductToAssortmentMdlVersTP
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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