F_Mmim_Chgtype
Help-View for Stock Change Type
F_Mmim_Chgtype is a CDS View that provides data about "Help-View for Stock Change Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field StockChangeType. It has 1 association to related views. Part of development package MBND_CLOUD_BL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | F_Mmim_ChgtypeT | _Text | $projection.StockChangeType = _Text.StockChangeType |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Help-View for Stock Change Type | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StockChangeType | |||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Help-View for Stock Change Type'
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#CUSTOMIZING
define view entity F_Mmim_Chgtype as select from dd07l
association [0..*] to F_Mmim_ChgtypeT as _Text on $projection.StockChangeType = _Text.StockChangeType
{
@ObjectModel.text.association: '_Text'
key cast(substring( domvalue_l, 1, 2 ) as mmim_stock_change_type) as StockChangeType, //casting to have the right label for consumers
_Text
}
where
domname = 'MMIM_STOCK_CHANGE_TYPE'
and as4local = 'A'
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