I_EWM_StockWithMaterial

DDL: I_EWM_STOCKWITHMATERIAL SQL: IEWMSTKMAT Type: view BASIC

Stock Material Technical Key

I_EWM_StockWithMaterial is a Basic CDS View that provides data about "Stock Material Technical Key" in SAP S/4HANA. It reads from 1 data source (/scwm/stock_iw01) and exposes 10 fields with key fields Warehouse, ProductUUID, StockType, StockUsage, StockOwner.

Data Sources (1)

SourceAliasJoin Type
/scwm/stock_iw01 /scwm/stock_iw01 from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IEWMSTKMAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Stock Material Technical Key view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_EWM_StockWithMaterial_2 view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY Warehouse lgnum_stock
KEY ProductUUID matid
KEY StockType cat
KEY StockUsage stock_usage
KEY StockOwner owner
KEY StockOwnerPartnerRole owner_role
KEY EntitledToDisposeParty entitled
KEY EntitledToDisposePartnerRole entitled_role
KEY CounterForStockSeparation stock_cnt
StockItemUUID guid_stock
@AbapCatalog.sqlViewName: 'IEWMSTKMAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType:#BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Stock Material Technical Key'
  @VDM.lifecycle.status: #DEPRECATED
  @VDM.lifecycle.successor: 'I_EWM_StockWithMaterial_2'
define view I_EWM_StockWithMaterial as select from /scwm/stock_iw01{
  ///SCWM/STOCK_IW01

  key lgnum_stock   as Warehouse,
  key matid         as ProductUUID,
  key cat           as StockType,
  key stock_usage   as StockUsage,
  key owner         as StockOwner,
  key owner_role    as StockOwnerPartnerRole,
  key entitled      as EntitledToDisposeParty,
  key entitled_role as EntitledToDisposePartnerRole,
  key stock_cnt     as CounterForStockSeparation,
  guid_stock        as StockItemUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/SCWM/STOCK_IW01"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/