C_FldLogsMoveToStkGdsMvtTypeVH

DDL: C_FLDLOGSMOVETOSTKGDSMVTTYPEVH Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
dd07t dd07t from

Annotations (9)

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

ServiceBindingVersionContractRelease
UI_SUPPLIERITEM UI_SUPPLIERITEM V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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