C_AssortmentModule_F4893
Assortment Module
C_AssortmentModule_F4893 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 (UI_RFM_USER_ASSIGN_EXPL_ASM).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ExplicitAssortmentModuleTP | I_ExplicitAssortmentModuleTP | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Assortment Module | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | 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 (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleUUID | AssortmentModuleUUID | ||
| AssortmentModuleName | AssortmentModuleName | |||
| AssortmentModuleObjectDesc | Description |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment Module'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
}
define view entity C_AssortmentModule_F4893
as select from I_ExplicitAssortmentModuleTP
{
@UI.hidden: true
key AssortmentModuleUUID,
@ObjectModel.text.element: ['AssortmentModuleObjectDesc']
@Consumption.valueHelpDefinition: [{
entity.name: 'C_ExplicitAssortmentModuleVH',
entity.element: 'AssortmentModuleName',
additionalBinding: [{element: 'AssortmentModuleUUID' , localElement: 'AssortmentModuleUUID'}]
} ]
AssortmentModuleName,
@Semantics.text: true
@EndUserText.label: 'Description'
_Text[ 1:Language = $session.system_language ].AssortmentModuleObjectDesc as AssortmentModuleObjectDesc
}
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