C_ProdStoreToExplctAsstmtMdl
Product-Store Assignment via Assortment Module
C_ProdStoreToExplctAsstmtMdl is a Consumption CDS View that provides data about "Product-Store Assignment via Assortment Module" in SAP S/4HANA. It reads from 1 data source (R_ProdStoreToExplctAsstmtMdlTP) and exposes 10 fields with key fields AssortmentModuleUUID, Product, AssortmentModuleUser, AssignmentValidityStartDate. It is exposed through 1 OData service (UI_RFM_USER_ASSIGN_EXPL_ASM).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProdStoreToExplctAsstmtMdlTP | R_ProdStoreToExplctAsstmtMdlTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Product-Store Assignment via Assortment Module | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.sapObjectNodeType.name | ListingCondition | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RFM_USER_ASSIGN_EXPL_ASM | UI_RFM_USR_ASSIGN_EXPL_ASM | V2 | C1 | NOT_RELEASED |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleUUID | ||
| KEY | Product | |||
| KEY | AssortmentModuleUser | AssortmentModuleUser | ||
| KEY | AssignmentValidityStartDate | AssignmentValidityStartDate | ||
| ProductIsMandatoryInAssortment | ProductIsMandatoryInAssortment | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| DistributionChannel | DistributionChannel | |||
| SalesOrganization | SalesOrganization | |||
| ProductNamelocalized |
@AccessControl: {
authorizationCheck: #CHECK
}
@EndUserText.label: 'Product-Store Assignment via Assortment Module'
@ObjectModel: {
usageType: {
serviceQuality: #D,
sizeCategory: #L,
dataClass: #MASTER
},
sapObjectNodeType.name: 'ListingCondition'
}
@VDM: {
viewType: #CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
lifecycle: {
contract: {
type: #PUBLIC_LOCAL_API
}
}
}
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations:true
define root view entity C_ProdStoreToExplctAsstmtMdl
provider contract transactional_query
as projection on R_ProdStoreToExplctAsstmtMdlTP
{
@Semantics.uuid: true
key AssortmentModuleUUID,
@Consumption.semanticObject: 'Material'
@ObjectModel.text.element: ['ProductName']
key cast ( Product as productnumber preserving type ) as Product,
key AssortmentModuleUser,
key AssignmentValidityStartDate,
@Semantics.booleanIndicator: true
ProductIsMandatoryInAssortment,
ValidityStartDate,
ValidityEndDate,
@Consumption.hidden: true
DistributionChannel,
@Consumption.hidden: true
SalesOrganization,
@Semantics.text: true
_Product._Text.ProductName : localized,
_User : redirected to C_UserToExplicitAsstmtMdl
}
where
ProductIsExcludedForStore = ' ';
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