I_StoreStockAdjustmentStatus

DDL: I_STORESTOCKADJUSTMENTSTATUS SQL: ISTORESTKADJSTAT Type: view BASIC

Store Stock Adjustment Status

I_StoreStockAdjustmentStatus is a Basic CDS View that provides data about "Store Stock Adjustment Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field StockAdjustmentStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_StoreStockAdjmtStatusText _Text $projection.StockAdjustmentStatus = _Text.StockAdjustmentStatus

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISTORESTKADJSTAT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey StockAdjustmentStatus view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
EndUserText.label Store Stock Adjustment Status view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY StockAdjustmentStatus
_Text _Text
@AbapCatalog.sqlViewName           : 'ISTORESTKADJSTAT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck  : #NOT_REQUIRED
@ObjectModel.representativeKey     : 'StockAdjustmentStatus'
@ClientHandling.algorithm          : #SESSION_VARIABLE
@ObjectModel.usageType             : {serviceQuality: #A, sizeCategory: #S, dataClass: #META}
@EndUserText.label                 : 'Store Stock Adjustment Status'
@AbapCatalog.preserveKey           : true
@VDM.viewType                      : #BASIC

define view I_StoreStockAdjustmentStatus as select from dd07l
  association [0..*] to I_StoreStockAdjmtStatusText as _Text on $projection.StockAdjustmentStatus = _Text.StockAdjustmentStatus
{
       @ObjectModel.text.association: '_Text'
  key  cast( domvalue_l as rfm_st_stock_adjust_status ) as StockAdjustmentStatus,
       _Text

}
where
      domname      = 'RFM_ST_STOCK_ADJUST_STATUS'
      and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_STORESTOCKADJMTSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/