PPIOZFSP 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 PPIOZFSP 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 - Special Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_WORK_TOOLBAR_SETUP_HIDE CALL FUNCTION 'CO_WORK_TOOLBAR_SETUP_HIDE'.
CO_WORK240_FIELD_PRESEL_ACT CALL FUNCTION 'CO_WORK240_FIELD_PRESEL_ACT' EXPORTING i_active = space.
COIS_DISP_LAYOUT_APPLY CALL FUNCTION 'COIS_DISP_LAYOUT_APPLY' TABLES it_data = aus_s000 it_fieldcat_show = akt_kennzahlen it_fieldcat_all = kennzahlen_tab CHANGING cs_variant = l_variant.
COIS_FUNC_WORKBENCH_EXECUTE CALL FUNCTION 'COIS_FUNC_WORKBENCH_EXECUTE' EXPORTING i_fcode = fc_cowb_exec i_object = l_object i_select_all = 'X' " process all passed data i_trace_background = p_trcbck IMPORTING e_subrc = l_subrc TABLES ct_data = aus_s000[] ct_fctpar = ls_func_params-fctpar CHANGING cs_fctgen = ls_func_params-fctgen ct_fcthdr = ls_func_params-fcthdr.
COIS_FUNC_DETAIL_OBJECT_CREATE CALL FUNCTION 'COIS_FUNC_DETAIL_OBJECT_CREATE' EXPORTING is_data = aus_s000 i_object = l_repid i_calling_appl = p_clist CHANGING cr_obj_detail = lr_object_detail.
COIS_FUNC_DISPLAY_INFO_GET CALL FUNCTION 'COIS_FUNC_DISPLAY_INFO_GET' EXPORTING i_object = l_repid ir_object = lr_object_detail i_calling_appl = p_clist i_hvom = p_mpdis IMPORTING e_title = l_title TABLES et_excl_fcode = excl_fcodes.
COIS_DISP_SHOW CALL FUNCTION 'COIS_DISP_SHOW' EXPORTING i_object = l_repid i_calling_app = p_clist i_title = l_title i_profile = l_profile i_variant = l_variant i_pfstatus = l_pfstatus i_trace_background = p_trcbck i_navigation_profile = lv_navigation_profile TABLES it_data = aus_s000 it_fieldcat = akt_kennzahlen it_fieldcat_all = kennzahlen_tab it_sort = sort_kennzahlen it_fc_excl = excl_fcodes it_filt = lt_filter_alv CHANGING cs_func_params = ls_func_params.
CO_WORK_TOOLBAR_SETUP_HIDE CALL FUNCTION 'CO_WORK_TOOLBAR_SETUP_HIDE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 PPIOZEXT - General additional definitions order info system for CNFS modificat. PPIOZAUF - Network: create activity