RWRF_POHF_POGROUP_MAIN 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 RWRF_POHF_POGROUP_MAIN 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.
INCLUDE RWRF_POHF_POGROUP_MAINDATA.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EWRF_POHF_POL_E CALL FUNCTION 'ENQUEUE_EWRF_POHF_POL_E' EXPORTING mode_wrf_pohf_pol = 'E' pol_id = ls_pol-pol_id _scope = '3' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EWRF_POHF_POL_E CALL FUNCTION 'DEQUEUE_EWRF_POHF_POL_E' EXPORTING mode_wrf_pohf_pol = 'E' mandt = sy-mandt pol_id = ls_pol-pol_id.
WRF_POHF_POG_TO_PO CALL FUNCTION 'WRF_POHF_POG_TO_PO' EXPORTING is_control = ls_control i_enqueue = c_yes i_check_auth = c_yes it_headkey = lt_gbbkeys CHANGING xt_messages = lt_wbmess_gbb_all EXCEPTIONS error = 1 OTHERS = 2.
WRF_POHF_MESS2RAISE CALL FUNCTION 'WRF_POHF_MESS2RAISE' EXPORTING it_messages = lt_wbmess_gbb_all EXCEPTIONS success = 1 information = 2 warning = 3 error = 4 abort = 5 OTHERS = 6.
ENQUEUE_EMEKKOE * CALL FUNCTION 'ENQUEUE_EMEKKOE' * EXPORTING * ebeln = l_gbb-ebeln * _scope = '3' ** EBELP = * EXCEPTIONS * foreign_lock = 1 * system_failure = 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.
RWRF_POHF_POGROUP_MAIN - RWRFPOHFPOGROUPMAIN RWRF_POHF_POGROUP_F01 - RWRFPOHFPOGROUPF01 RWRF_POHF_POGROUP - Program for Doc. Creation: PO Processing Seasonal Procurement RWRF_POHF_POGROUP - Program for Doc. Creation: PO Processing Seasonal Procurement RWRF_PCTR_SHOW_SEND_MODULES - RWRFPCTRSHOWSENDMODULES RWRF_PCTR_SHOW_SEND_EVENTS - Include RWRF_PCTR_SHOW_SEND_EVENTS