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

PPIOHF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 PPIOHF01. "Basic submit
SUBMIT PPIOHF01 AND RETURN. "Return to original report after report execution complete
SUBMIT PPIOHF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT PPIOHF01

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



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 PPIOHF01 or its description.