I_STOCKCUSTOMISING

CDS View

View for customizing for stock champion

I_STOCKCUSTOMISING is a CDS View in S/4HANA. View for customizing for stock champion. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BatchInfo view inner COMPOSITE
@AbapCatalog.sqlViewName: 'ISTOCKCUST'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type : #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass:#CUSTOMIZING}
@EndUserText.label: 'View for customizing for stock champion'
define view I_Stockcustomising
  as select from stck_cust_table as cust
{
  cust.mandt          as SAPClient,
  cust.salvagedate    as SalvageDate,
  cust.tolerancelevel as ToleranceLevel,
  cust.customertype   as CustomerType

} 
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"STCK_CUST_TABLE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/