I_GoodsMovementStatusText
Goods Movement Status - Text
I_GoodsMovementStatusText is a Basic CDS View that provides data about "Goods Movement Status - Text" in SAP S/4HANA. It reads from 1 data source (tvbst) and exposes 5 fields with key fields GoodsMovementStatus, Language. Part of development package VDM_LE_SHP_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tvbst | tvbst | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| Analytics.dataExtraction.enabled | false | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | GoodsMovementStatus | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Goods Movement Status - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ISDGOODSMVTSTST | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GoodsMovementStatus | statu | ||
| KEY | Language | spras | ||
| GoodsMovementStatusDesc | bezei | |||
| _GoodsMovementStatus | _GoodsMovementStatus | |||
| _Language | _Language |
@Analytics.dataExtraction.enabled: false
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'GoodsMovementStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Goods Movement Status - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDGOODSMVTSTST'
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel.modelingPattern: [ #LANGUAGE_DEPENDENT_TEXT ]
define view I_GoodsMovementStatusText
as select from tvbst
association[0..1] to I_GoodsMovementStatus as _GoodsMovementStatus on $projection.GoodsMovementStatus = _GoodsMovementStatus.GoodsMovementStatus
association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_GoodsMovementStatus'
key statu as GoodsMovementStatus,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
@Semantics.text: true
bezei as GoodsMovementStatusDesc,
//Associations
_GoodsMovementStatus,
_Language
}
where (tvbst.tbnam = 'LIPS') and (tvbst.fdnam = 'WBSTA');
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