I_MtmAdjustmentType
MtM Adjustment Type
I_MtmAdjustmentType is a Basic CDS View (Dimension) that provides data about "MtM Adjustment Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MTMAdjustmentType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MtmAdjustmentTypeT | _MtmAdjustmentTypeT | $projection.MTMAdjustmentType = _MtmAdjustmentTypeT.MTMAdjustmentType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMTMADJTY | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | MTMAdjustmentType | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | MtM Adjustment Type | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MTMAdjustmentType | |||
| _MtmAdjustmentTypeT | _MtmAdjustmentTypeT |
@AbapCatalog.sqlViewName: 'IMTMADJTY'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MTMAdjustmentType'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'MtM Adjustment Type'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION]
@Metadata.ignorePropagatedAnnotations:true
define view I_MtmAdjustmentType
as select from dd07l
association [0..*] to I_MtmAdjustmentTypeT as _MtmAdjustmentTypeT on $projection.MTMAdjustmentType = _MtmAdjustmentTypeT.MTMAdjustmentType
{
@ObjectModel.text.association: '_MtmAdjustmentTypeT'
key cast ( substring( domvalue_l, 1, 2 ) as cmm_vlogp_adjustment_type) as MTMAdjustmentType,
_MtmAdjustmentTypeT
}
where
dd07l.domname = 'CMM_VLOGP_ADJUSTMENT_TYPE'
and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_MTMADJUSTMENTTYPET"
],
"BASE":
[],
"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