PPIOOF01 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 PPIOOF01 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 - Component Detail List
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_PRE_READ call function 'STATUS_PRE_READ' tables jsto_pre_tab = lt_objnr.
CO_ZK_TEXTKEY_AFVG CALL FUNCTION 'CO_ZK_TEXTKEY_AFVG' EXPORTING APLZL = AUS_S000-APLZL AUFPL = AUS_S000-AUFPL IMPORTING LTSCH = LT_TEXT_NAME.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES JSTO_PRE_TAB = OBJNR_TAB.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = IOOPER_TAB-OBJNR ONLY_ACTIVE = YX FLG_USER_STAT = YX SPRAS = SY-LANGU IMPORTING LINE = IOOPER_TAB-VSTTXT USER_LINE = IOOPER_TAB-ASTTX EXCEPTIONS OBJECT_NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPIOOF01 - Order Info System: Form Routines - Component Detail List PPIOO000 - Order Info System: Detail List Report for Operations PPIOO000 - Order Info System: Detail List Report for Operations PPIOMTOP - Order Info System: TOP Include Component Detail List PPIOMFWB - documentation and ABAP source code PPIOMF02 - documentation and ABAP source code