C_FldLogsMoveToStkGdsMvtTypeVH
Move to Stock Movement Types
C_FldLogsMoveToStkGdsMvtTypeVH is a Consumption CDS View that provides data about "Move to Stock Movement Types" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Language, GoodsMovementType. It is exposed through 1 OData service (UI_SUPPLIERITEM). It is used in 1 Fiori application: Manage Logistics - Supplier Items.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Move to Stock Movement Types | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SUPPLIERITEM | UI_SUPPLIERITEM | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5082 | Manage Logistics - Supplier Items | Transactional | An application to manage logistics of supplier owned , rental and non-stock items from base plant to remote plant.The non-stock items can be moved to stock after specific number of days which is configurable once received in base plant without sending to remote plant. The move to stock is also supported at the remote as well as when recieved back at base. Ad-hoc items are free flowing items which is created without the purchase order or maintenance order. |
Manage Logistics - Supplier Items
Business Role: Receiving Specialist (Oil & Gas)
This feature enables you to perform the Move to Stock process for multiple movement types, such as 501, 501K, 561,552, and so on.
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | GoodsMovementType | |||
| GoodsMovementTypeName | ddtext |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Move to Stock Movement Types'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory:#VALUE_HELP
@VDM.viewType: #CONSUMPTION
define view entity C_FldLogsMoveToStkGdsMvtTypeVH
as select from dd07t
{
@UI.hidden : true
@Semantics.language: true
key ddlanguage as Language,
// @ObjectModel.text.element : ['GoodsMovementTypeName']
// @UI.textArrangement :#TEXT_LAST
key cast( domvalue_l as abap.char(3)) as GoodsMovementType,
@Semantics.text: true
ddtext as GoodsMovementTypeName
}
where
domname = 'FLOG_MOVE_TO_STOCK_MVT_TYPES'
and ddlanguage = $session.system_language
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