SAPDBPCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The database driver
If you would like to execute this report or see the full code listing simply enter SAPDBPCH into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PCHSVECT = D Status vector
Selection Text: PCHSOBID = Object ID (external)
Selection Text: PCHSEARK = D Search Term
Selection Text: PCHPLVAR = D Plan version
Selection Text: PCHOTYPE = D Object type
Selection Text: PCHOSTAT = D Object status
Selection Text: PCHOEND = Object selection period to
Selection Text: PCHWEGID = D Evaluation Path
Selection Text: PCHZTR_Z = D Special reporting period
Selection Text: PCHZTR_Y = D Report on current year
Selection Text: PCHZTR_P = D Report on past
Selection Text: PCHZTR_M = D Report on current month
Selection Text: PCHZTR_F = D Report on future
Selection Text: PCHZTR_D = D Report on current day
Selection Text: PCHZTR_A = D Without restriction
Selection Text: PCHDEPTH = Display depth
Selection Text: PCHBEGDA = Data selection period from
Selection Text: PCHACTIV = Status overlap
Selection Text: PCHENDDA = Data selection period to
Selection Text: PCHISTAT = D Data status
Selection Text: PCHOBEG = Object selection period from
Selection Text: PCHOBJID = D Object ID
Text Symbol: PR3 = Processing
Text Symbol: EXO = Change object ID
Text Symbol: IST = Data status
Text Symbol: OBG = Object selection period
Text Symbol: OBJ = Object ID (external)
Text Symbol: PR1 = Selection
Text Symbol: PR0 = Initialization
Text Symbol: PCH = Objects
Text Symbol: WOS = As object status
Text Symbol: SVC = Status vector
Text Symbol: STT = Key date
Text Symbol: STP = Structure parameters
Text Symbol: STG = Change structure conditions
Text Symbol: STD = Today
Text Symbol: STB = Set structure conditions
Text Symbol: A04 = Number of structurally loaded objects
INCLUDE
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.