A_ExplicitAssortmentModule
Assortment Module
A_ExplicitAssortmentModule is a Consumption CDS View that provides data about "Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAssortmentModuleTP) and exposes 3 fields with key field AssortmentModuleUUID. It is exposed through 1 OData service (API_RFM_ASSORTMENT_MODULE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ExplicitAssortmentModuleTP | I_ExplicitAssortmentModuleTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Assortment Module | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_RFM_ASSORTMENT_MODULE | API_RFM_ASSORTMENT_MODULE | V4 | C2 | Deprecated |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleUUID | ||
| AssortmentModuleName | AssortmentModuleName | |||
| LastChangeDate | LastChangeDate |
@AccessControl: {
authorizationCheck: #CHECK
}
@EndUserText.label: 'Assortment Module'
@VDM: {
viewType: #CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
lifecycle: {
contract: {
type: #PUBLIC_REMOTE_API
}
}
}
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
}
@Metadata.ignorePropagatedAnnotations:true
define root view entity A_ExplicitAssortmentModule
provider contract transactional_query
as projection on I_ExplicitAssortmentModuleTP as ExplicitModule
{
key AssortmentModuleUUID,
AssortmentModuleName,
LastChangeDate,
_Product : redirected to A_ProdToExplicitAssortmentMdl,
_Version : redirected to A_ExplicitAssortmentModuleVers,
_AssortmentUser : redirected to A_AssMdlUserToExplicitAssMdl,
_Exclusion : redirected to A_AssortmentMdlUsrProdExclsn
};
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