I_Movement_Type
Movement Type Basic View
I_Movement_Type is a Basic CDS View (Dimension) that provides data about "Movement Type Basic View" in SAP S/4HANA. It reads from 1 data source (t156) and exposes 2 fields with key field MovementType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t156 | movementtype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Movement_TypeText | _Text | $projection.MovementType = _Text.MovementType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMOVEMENTTYPE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ObjectModel.representativeKey | MovementType | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| EndUserText.label | Movement Type Basic View | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MovementType | t156 | bwart | |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IMOVEMENTTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: { dataCategory: #DIMENSION }
@ObjectModel.representativeKey: 'MovementType'
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@EndUserText.label: 'Movement Type Basic View'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@VDM.lifecycle.contract.type :#PUBLIC_LOCAL_API
define view I_Movement_Type as select from t156 as movementtype
association [0..*] to I_Movement_TypeText as _Text on $projection.MovementType = _Text.MovementType
{
@ObjectModel.text.association: '_Text'
key movementtype.bwart as MovementType,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T156"
],
"ASSOCIATED":
[
"I_MOVEMENT_TYPETEXT"
],
"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