P_VERSIONBOMISACTIVE

CDS View

P_VERSIONBOMISACTIVE is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MaterialBOMHeaderCurrentDate view left_outer BASIC Material BOM header valid today
@AbapCatalog.sqlViewName: 'P_VERCHK'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm : #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType:#BASIC
define view P_VersionBOMIsActive as select from tcs03_addl  {
tcs03_addl.agb29  as agb29,
tcs03_addl.versnind as VersionBOMIsActive   

}