PPIOHF01 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 PPIOHF01 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!
CO_WIPB_TCUWIPB_READ CALL FUNCTION 'CO_WIPB_TCUWIPB_READ' IMPORTING e_wipbatch_active = lv_wipbatch_active EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = lt_objnr.
CO_ZK_TEXTKEY_CAUFV CALL FUNCTION 'CO_ZK_TEXTKEY_CAUFV' EXPORTING aufnr = aus_s000-aufnr IMPORTING ltsch = lt_text_name.
GET_TEXT_DOMVALUE CALL FUNCTION 'GET_TEXT_DOMVALUE' EXPORTING domname = domname domvalue = domvalue langu = sy-langu IMPORTING txt = domtext EXCEPTIONS OTHERS = 1.
COIS_GET_AVAIL_CONTROL CALL FUNCTION 'COIS_GET_AVAIL_CONTROL' EXPORTING i_only_pauf = flg_only_pauf i_only_fauf = flg_only_fauf IMPORTING e_clear_data = clear_data e_check_order = check_order e_check_order_atp = check_order_atp e_check_order_vpl = check_order_vpl e_check_order_def = check_order_def e_fix_pl = fix_pl e_mess_typ = mess_typ e_f15 = f15 EXCEPTIONS no_selection = 1 OTHERS = 2.
CO_ZA_AVAIL_CHK_ORDER_MULTI CALL FUNCTION 'CO_ZA_AVAIL_CHK_ORDER_MULTI' EXPORTING i_clear_data = clear_data i_check_order = check_order i_check_order_def = check_order_def i_check_order_atp = check_order_atp i_check_order_vpl = check_order_vpl i_fix_pl = fix_pl i_anz_order = anz_order i_mess_typ = mess_typ IMPORTING e_error = l_error TABLES aufnr_tab = aufnr_tab oresb_tab = lt_olres EXCEPTIONS OTHERS = 1.
CO_ZF_WM_COLLECTIVE_STAGING CALL FUNCTION 'CO_ZF_WM_COLLECTIVE_STAGING' EXPORTING i_do_commit = 'X' TABLES i_order_tab = t_lvs_tab i_olres_tab = lt_olres EXCEPTIONS OTHERS = 0.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING objnr = aus_s000-objnr spras = sy-langu IMPORTING line = aus_s000-sttxt EXCEPTIONS object_not_found = 1 OTHERS = 2.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH' EXCEPTIONS OTHERS = 1.
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING aplid = msg_apl_comavail.
CM_F_CMFMSG_MESSAGES_PUT CALL FUNCTION 'CM_F_CMFMSG_MESSAGES_PUT' EXPORTING aplid = msg_apl_comavail TABLES i_msgprot = cmfmsg_tab EXCEPTIONS not_active = 1 OTHERS = 2.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING aplid = msg_apl_comavail EXCEPTIONS not_active = 1 OTHERS = 2.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = objnr_tab.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING objnr = ioheader_tab-objnr only_active = yx flg_user_stat = yx spras = sy-langu IMPORTING anw_stat_existing = ioheader_tab-astex line = ioheader_tab-sttxt user_line = ioheader_tab-asttx EXCEPTIONS object_not_found = 01.
CUD0_IS_CONFIG_INITIALIZED CALL FUNCTION 'CUD0_IS_CONFIG_INITIALIZED' EXCEPTIONS initialized = 1 not_initialized = 2 OTHERS = 3.
CUD0_CONFIGURATION_INITIALIZER CALL FUNCTION 'CUD0_CONFIGURATION_INITIALIZER'.
VC_I_DISPLAY_CONFIGURATION CALL FUNCTION 'VC_I_DISPLAY_CONFIGURATION' EXPORTING instance = aus_s000-cuobj include_screen = l_incl2 application = ' ' matnr_appl = aus_s000-matnr * WERKS_APPL = * BESKZ_APPL = * SOBSL_APPL = EXCEPTIONS instance_not_found = 1 internal_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPIOHF01 - documentation and ABAP source code PPIOH000 - Order Info System: Detail List Report for Order Headers PPIOH000 - Order Info System: Detail List Report for Order Headers PPIOGTOP - Order Info System: TOP Include Detail Liste for Goods Movements PPIOGF01 - Order Info System: Form Routines - Detail List for Goods Movements PPIOG000 - Order Info System: Detail List Report for Automatic Goods Movements