SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RWRF_POHF_POGROUP_F01 SAP ABAP INCLUDE - RWRFPOHFPOGROUPF01







RWRF_POHF_POGROUP_F01 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_F01 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 RWRF_POHF_POGROUP_F01. "Basic submit
SUBMIT RWRF_POHF_POGROUP_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_POHF_POGROUP_F01 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 RWRF_POHF_POGROUP_F01

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:

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_disp_prof.

WRF_POHF_POL_SELECT * CALL FUNCTION 'WRF_POHF_POL_SELECT' * EXPORTING ** IS_CONTROL = ** IS_SELECT = * it_polid = lt_polid ** IT_RAN_POLID ** IT_RAN_BSART = ** IT_RAN_BUKRS = ** IT_RAN_EKORG = ** IT_RAN_EKGRP = ** IT_RAN_BEDAT = ** IT_RAN_LIFNR = ** IT_RAN_PSTYP = ** IT_RAN_WERKS = ** IT_RAN_MATNR = ** IT_RAN_EINDT = ** IT_RAN_SATNR = * IMPORTING * et_pol = px_pol * et_message = px_mess * EXCEPTIONS * error = 1 * OTHERS = 2.

WRF_POHF_POL_SELECT CALL FUNCTION 'WRF_POHF_POL_SELECT' EXPORTING * is_control = * IS_SELECT = * IT_POLID = it_ran_polid = so_polid[] it_ran_bsart = so_bsart[] * IT_RAN_BUKRS = it_ran_ekorg = so_ekorg[] it_ran_ekgrp = so_ekgrp[] it_ran_bedat = so_spbdt[] it_ran_lifnr = so_lifnr[] * IT_RAN_PSTYP = it_ran_werks = so_plant[] it_ran_matnr = so_matnr[] it_ran_eindt = so_eindt[] * IT_RAN_SATNR = it_ran_submi = so_submi[] it_ran_fixpo = so_fixkz[] * IT_RAN_UNAME = it_ran_otb_status = so_otbst[] IMPORTING et_pol = px_pol et_message = px_mess EXCEPTIONS error = 1 foreign_lock = 2 OTHERS = 3.

WRF_POHF_PO_SELECT CALL FUNCTION 'WRF_POHF_PO_SELECT' EXPORTING it_ran_bsart = so_bsart[] * IT_RAN_BUKRS = it_ran_ekorg = so_ekorg[] it_ran_ekgrp = so_ekgrp[] it_ran_bedat = so_spbdt[] it_ran_lifnr = so_lifnr[] * IT_RAN_PSTYP = it_ran_werks = so_plant[] it_ran_matnr = so_matnr[] it_ran_eindt = so_eindt[] * IT_RAN_SATNR = it_ran_submi = so_submi[] it_ran_fixpo = so_fixkz[] * IT_RAN_UNAME = it_ran_ebeln = so_ebeln[] it_ran_pohf_type = so_potyp[] IMPORTING et_worklist = px_gbb EXCEPTIONS error = 1 OTHERS = 2 .

WRF_POHF_POGROUP CALL FUNCTION 'WRF_POHF_POGROUP' EXPORTING i_wrf_pohf_pogroup_imp = ls_flags it_wrf_pohf_pol = px_pol CHANGING xt_wrf_pohf_messages = px_mess EXCEPTIONS error = 1 OTHERS = 2.

WRF_POHF_MESS2RAISE CALL FUNCTION 'WRF_POHF_MESS2RAISE' EXPORTING it_messages = px_mess EXCEPTIONS success = 1 information = 2 warning = 3 error = 4 abort = 5 OTHERS = 6.

WRF_POHF_PO_SINGLE_READ CALL FUNCTION 'WRF_POHF_PO_SINGLE_READ' EXPORTING i_ebeln = pi_ponr i_refresh_buffer = c_yes i_bypassing_buffer = c_yes * I_FILL_AUXDATA = 'X' IMPORTING es_ekko_data = pe_head et_ekpo_data = pe_item et_eket_data = pe_sched EXCEPTIONS no_records_found = 1 OTHERS = 2 .

WRF_POHF_PO_CHANGE CALL FUNCTION 'WRF_POHF_PO_CHANGE' EXPORTING i_ebeln = pi_ponr is_control = ps_control * IS_SPR_BY_EBELN = * IT_DATELINE_COMP_PARAMS = * IMPORTING * E_EBELN = * E_POHF_TYPE = CHANGING ct_messages = px_wbmess cs_ekko_data = px_pohead cs_ekko_datax = px_poheadx ct_ekpo_data = px_poitem ct_ekpo_datax = px_poitemx ct_eket_data = px_sched ct_eket_datax = px_schedx * CT_KOMV_DATA = * CT_KOMV_DATAX = * CT_TIMELINE_HEADER = * CT_TIMELINE_ITEM = * CS_EIKP_DATA = * CS_EIKP_DATAX = * CT_EIPO_DATA = * CT_EIPO_DATAX = * CT_EKPA_DATA = * CT_POADDRDELIVERY = * CT_POTEXTHEADER = * CT_POTEXTITEM = * CT_EXTENSIONIN = * CT_EXTENSIONOUT = * CT_POSHIPPING = * CT_POSHIPPINGX = * CT_POSHIPPINGEXP = EXCEPTIONS error = 1 OTHERS = 2 .

WRF_POHF_MESS2RAISE CALL FUNCTION 'WRF_POHF_MESS2RAISE' EXPORTING it_messages = px_wbmess EXCEPTIONS success = 1 information = 2 warning = 3 error = 4 abort = 5 OTHERS = 6.

DEQUEUE_EMEKKOE CALL FUNCTION 'DEQUEUE_EMEKKOE' EXPORTING mode_ekko = 'E' ebeln = pi_bel.



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