PPPLDB1 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 PPPLDB1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_DEFAULT_PRIO_ACTIVE CALL FUNCTION 'GET_DEFAULT_PRIO_ACTIVE' IMPORTING ev_mm_prio_active = gv_mm_prio_active EXCEPTIONS no_pact_entry = 1 OTHERS = 2.
GET_R3_EXTENSION_SWITCH CALL FUNCTION 'GET_R3_EXTENSION_SWITCH' EXPORTING i_structure_package = 'EA-DFPS' IMPORTING e_active = gv_dfps_active EXCEPTIONS not_existing = 1 object_not_existing = 2 no_extension_object = 3 OTHERS = 4.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-004.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPPLDB1 - documentation and ABAP source code PPPI_WRITE_VERSION_TOP - PPPIWRITEVERSIONTOP PPPI_WRITE_VERSION_PDF_TOP - PPPIWRITEVERSIONPDFTOP PPPI_WRITE_VERSION_PDF_F01 - PPPIWRITEVERSIONPDFF01 PPPI_WRITE_VERSION_PDF - Batch Record: Print Program, Version Data PPPI_WRITE_VERSION_PDF - Batch Record: Print Program, Version Data