I_Movement_Type

DDL: I_MOVEMENT_TYPE SQL: IMOVEMENTTYPE Type: view BASIC

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)

SourceAliasJoin Type
t156 movementtype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Movement_TypeText _Text $projection.MovementType = _Text.MovementType

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/