PPIOZPFL 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 PPIOZPFL 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: Order Info System: Form Routines - Profile
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = REPORT VARIANT = VARIANT EXCEPTIONS NOT_AUTHORIZED = 01 NO_REPORT = 02 REPORT_NOT_EXISTENT = 03 REPORT_NOT_SUPPLIED = 04.
COIS_SHOW_PROFIDS CALL FUNCTION 'COIS_SHOW_PROFIDS' EXPORTING I_PROFID = INT_PROFTAB-PROFID I_TABNAME = INT_PROFTAB-TABNAME I_KTEXT = INT_PROFTAB_TEXT-KTEXT I_PROFTAB = PROFTAB i_origin = l_origin IMPORTING E_PROFID = INT_PROFTAB-PROFID EXCEPTIONS NO_SELECTION = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPIOZPFL - Order Info System: Form Routines - Profile PPIOZFWB - documentation and ABAP source code PPIOZFSP - Order Info System: Form Routines - Special Routines PPIOZFFV - Order Info System: Form Routines - Field Comparison PPIOZF02 - documentation and ABAP source code PPIOZF01 - Order Info System: General Form Routines