A_AssortmentMdlUsrProdExclsn
Product Exclusion from Assortment Module for Assortment User
A_AssortmentMdlUsrProdExclsn is a Consumption CDS View that provides data about "Product Exclusion from Assortment Module for Assortment User" in SAP S/4HANA. It reads from 1 data source (I_ExplctAssMdlUsrProdExclsnTP) and exposes 7 fields with key fields AssortmentModuleUUID, Product, AssortmentModuleUser.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ExplctAssMdlUsrProdExclsnTP | I_ExplctAssMdlUsrProdExclsnTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Product Exclusion from Assortment Module for Assortment User | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleObjectUUID | ||
| KEY | Product | Product | ||
| KEY | AssortmentModuleUser | AssortmentModuleUser | ||
| LastChangeDate | LastChangeDate | |||
| DistributionChannel | DistributionChannel | |||
| SalesOrganization | SalesOrganization | |||
| _Customer | _Customer |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Product Exclusion from Assortment Module for Assortment User'
@VDM: {
viewType: #CONSUMPTION,
usage: { type: [#TRANSACTIONAL_PROCESSING_SERVICE] },
lifecycle: {
contract: {
type: #PUBLIC_REMOTE_API
}
}
}
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MASTER
}
}
@Metadata.ignorePropagatedAnnotations:true
define root view entity A_AssortmentMdlUsrProdExclsn
provider contract transactional_query
as projection on I_ExplctAssMdlUsrProdExclsnTP
{
key AssortmentModuleObjectUUID as AssortmentModuleUUID,
key Product,
key AssortmentModuleUser,
LastChangeDate,
_ExplicitAssortmentModule : redirected to A_ExplicitAssortmentModule,
/*For DCL*/
@Consumption.hidden: true
DistributionChannel,
@Consumption.hidden: true
SalesOrganization,
@Consumption.hidden: true
_Customer
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EXPLCTASSMDLUSRPRODEXCLSNTP"
],
"ASSOCIATED":
[
"A_EXPLICITASSORTMENTMODULE",
"I_CUSTOMER",
"I_EXPLICITASSORTMENTMODULETP"
],
"BASE":
[
"I_EXPLCTASSMDLUSRPRODEXCLSNTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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