SAP Reports / Programs

SAPDBPCH SAP ABAP Report - documentation and ABAP source code







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 SAPDBPCH fulfils the following functions in reporting: It provides the standard selection screen for planning data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPDBPCH. "Basic submit
SUBMIT SAPDBPCH AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBPCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: A03 = Records read in PLOG file
Text Symbol: A02 = Records read in PLOGI file
Text Symbol: A01 = Number of objects selected
Text Symbol: A00 = Access statistics
Text Symbol: 901 = Empty screen
Text Symbol: 900 = Structure evaluation without structure parameters
Text Symbol: A05 = Number of objects skipped
Text Symbol: BIS = to
Text Symbol: BEG = Data selection period
Text Symbol: AUT = Reporting key date
Text Symbol: AUS = Reporting period
Text Symbol: ALL = All existing
Text Symbol: ACT = Status overlap
Text Symbol: A06 = Number of records skipped
Text Symbol: ZTZ = Other period
Text Symbol: ZTA = All
Text Symbol: ZTD = Today
Text Symbol: ZTF = Future
Text Symbol: ZTM = Current month
Text Symbol: ZTP = Past
Text Symbol: ZTR = Period
Text Symbol: ZTY = Current Year


INCLUDES used within this REPORT SAPDBPCH

INCLUDE . " CONSTANTS FOR ICONS "GG46A


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPDBPCH or its description.