DBPCHE01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter DBPCHE01 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.
Title: 00000006 External Interface for PLOG Update
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STRUCTURE_BUILD CALL FUNCTION 'STRUCTURE_BUILD' EXPORTING PLVAR = LRHAS-PLVAR OTYPE = LRHAS-OTYPE OBJID = LRHAS-OBJID WEGID = LRHAS-WEGID SVECT = LRHAS-SVECT SBEGD = LRHAS-SBEGD SENDD = LRHAS-SENDD TFLAG = LRHAS-TFLAG VFLAG = LRHAS-VFLAG ACTIV = LRHAS-ACTIV TDEPTH = LRHAS-TDEPTH SFLAG = LRHAS-SFLAG RECURS = LRHAS-RECURS 77AW_INT = ' ' authy = $pch$-stru_authy "BCEK031551 authy_base = $pch$-base_authy "BCEK031551 CBFLAG = ' ' IMPORTING ENTRY = STRUC OBJECT = OBJEC ROOT = GDSTR * CB_NR = EXCEPTIONS ROOT_NOT_FOUND = 04 WEGID_NOT_FOUND = 08.
STRUCTURE_ENTRY_READ CALL FUNCTION 'STRUCTURE_ENTRY_READ' EXPORTING INDEX = E04_INDEX IMPORTING ENTRY = STRUC OBJECT = OBJEC ROOT = GDSTR.
STRUCTURE_ENTRY_READ CALL FUNCTION 'STRUCTURE_ENTRY_READ' EXPORTING INDEX = SAVE_PSTRU IMPORTING ENTRY = STRUC OBJECT = OBJEC ROOT = GDSTR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.