I_BOMMODIFICATIONPARAMETERS

CDS View

BOM Modification Parameters

I_BOMMODIFICATIONPARAMETERS is a CDS View in S/4HANA. BOM Modification Parameters. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_BOMCreateForUI view_entity from CONSUMPTION Consumption view for Create BOM scenario
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'BOM Modification Parameters'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@VDM.viewType: #BASIC
define view entity I_BOMModificationParameters as select from tcs03 {    
    key agb29 as BOMApplicationArea,
    stlst     as BillOfMaterialStatus
}