SAP Reports / Programs | Production Planning and Control | Production Orders(PP-SFC) SAP PP

PPIOZFSP SAP ABAP INCLUDE - Order Info System: Form Routines - Special Routines







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT PPIOZFSP. "Basic submit
SUBMIT PPIOZFSP AND RETURN. "Return to original report after report execution complete
SUBMIT PPIOZFSP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Order Info System: Form Routines - Special Routines


INCLUDES used within this REPORT PPIOZFSP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name PPIOZFSP or its description.