I_MatlDocStorageLocationVH

DDL: I_MATLDOCSTORAGELOCATIONVH Type: view_entity BASIC Package: MM_IM_VDM_VALUE_HELP

Invtry mngmt posting on storage location

I_MatlDocStorageLocationVH is a Basic CDS View (Dimension) that provides data about "Invtry mngmt posting on storage location" in SAP S/4HANA. It has 2 associations to related views. It is exposed through 1 OData service (UI_RCPTSRETSOVERVIEW). It is used in 1 Fiori application: Receipts and Returns Overview. Part of development package MM_IM_VDM_VALUE_HELP.

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_MatlDocPlantVH _Plant $projection.Plant = _Plant.Plant
[1..1] I_PlantStdVH _PlantBasic $projection.Plant = _PlantBasic.Plant

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Invtry mngmt posting on storage location view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IMATLDOCSLOCVH view
Search.searchable true view
Consumption.ranked true view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey StorageLocation view
VDM.private false view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_RCPTSRETSOVERVIEW UI_RCPTSRETSOVERVIEW V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F5479 Receipts and Returns Overview Transactional, Analytical This application is to have an overview of KPIs for items to be received at the base and remote location and aggregated information of item type (rentals, non-stock, stock and supplier owned items, Overdue items and Failed receipts, Delayed Receipts, items initiated at the remote location.

Receipts and Returns Overview

Business Role: Receiving Specialist (Oil & Gas)

This feature enables you to view the logistics items to be received for a certain date range in a consolidated chart view. You can view them by item type (stock, rental, or supplier items) as well as by status (to be received, received, or failed receipts). You can view items that are delayed, by item value or duration. For failed receipts, you can view the reason for failure re-initiate a new receipt. You can view the number of items for which returns action has been initiated, or dispatched items. You can also navigate from the cards of the overview pages to the underlaying apps: Process Receipts and Process Returns.

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY StorageLocation StockIdfgStorageLocation
KEY Plant Plant
StorageLocationName
PlantName _PlantBasic PlantName
IsStorLocAuthznCheckActive
_Plant _Plant
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Invtry mngmt posting on storage location'

@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IMATLDOCSLOCVH'
@Search.searchable: true
@Consumption.ranked: true

@ObjectModel: {
    usageType: {
        sizeCategory: #S,
        serviceQuality: #C,
        dataClass: #CUSTOMIZING
    },
    dataCategory: #VALUE_HELP,
    representativeKey: 'StorageLocation'
} 

@VDM: {
        private: false,
        viewType: #BASIC,
        lifecycle.contract.type: #PUBLIC_LOCAL_API
        }

@Metadata.allowExtensions: true

define view entity I_MatlDocStorageLocationVH as select distinct from I_MaterialDocumentRecordXtrct
  association [1..1] to I_MatlDocPlantVH as _Plant      on $projection.Plant = _Plant.Plant
  association [1..1] to I_PlantStdVH     as _PlantBasic on $projection.Plant = _PlantBasic.Plant
 {
      @UI: {
             selectionField: [ {position: 1 }],
             lineItem: [{ position: 1, importance: #HIGH }]
           }
      @ObjectModel.text.element: [ 'StorageLocationName']
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key StockIdfgStorageLocation as StorageLocation,
      @UI: {
             selectionField: [ {position: 3 }],
             lineItem: [{ position: 3, importance: #HIGH }]
           }
      @ObjectModel.foreignKey.association: '_Plant'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
  key Plant,
      @UI: {
             selectionField: [ {position: 2 }],
             lineItem: [{ position: 2, importance: #MEDIUM }]
           }
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  cast(I_MaterialDocumentRecordXtrct._StockIdfgStorageLocation.StorageLocationName as nsdm_lgort_name preserving type) as StorageLocationName,
      @UI: {
             selectionField: [ {position: 4 }],
             lineItem: [{ position: 4, importance: #MEDIUM }]
           }
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
  _PlantBasic.PlantName,
  @Consumption.hidden: true  
  @UI.hidden: true
  I_MaterialDocumentRecordXtrct._StockIdfgStorageLocation.IsStorLocAuthznCheckActive,
  @Consumption.valueHelp: '_Plant'
  _Plant    
}
where Plant <> '' and StockIdfgStorageLocation <> ''