RWRFREORGF01 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 RWRFREORGF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WRF_BUDG_TYPE_READ CALL FUNCTION 'WRF_BUDG_TYPE_READ' EXPORTING is_budg_type = ls_type_adm IMPORTING et_protocol = l_protocol * ET_BUDGLEV = * ET_BUDGKS = et_budgty = lt_budg_type * ET_BUDGTY_TXT = EXCEPTIONS error = 1 error_message = 98 OTHERS = 99 .
WRF_POTB_READ_DATA CALL FUNCTION 'WRF_POTB_READ_DATA' EXPORTING is_control = ps_control * IT_KEY_ID = it_key_range = p_reorg_pot_id is_key_data = ps_key_data * IS_POT_DATA = * IS_PO_DATA = IMPORTING et_plan_pot = pt_plan_pot * et_act_pot = lt_act_pot * et_alloc_pot = lt_alloc_pot * et_ekko = * et_ekpo = * ET_EKET = * ET_POL = * ET_AL = CHANGING ct_messages = g_messages EXCEPTIONS error = 1 error_message = 98 OTHERS = 99.
WRF_POTB_REORG_POT CALL FUNCTION 'WRF_POTB_REORG_POT' EXPORTING is_sel_param = p_reorg it_sel_key = pt_sel_key is_budg_type = ps_budg_type i_do_recovery = p_do_recovery * IMPORTING * E_SINGLE_PO = CHANGING ct_messages = g_messages EXCEPTIONS error = 1 error_message = 98 OTHERS = 99.
DEQUEUE_E_WRF_BUDG_ID CALL FUNCTION 'DEQUEUE_E_WRF_BUDG_ID' EXPORTING * MODE_WRF_BUDG_ENQ_STY = 'X' appl = l_appl type = ps_budg_type-type date_from = ps_budg_type-date_from key_id = ls_sel_key-key_id tab_type = c_tabtype_both * PROCESS_ID = * X_APPL = ' ' * X_TYPE = ' ' * X_DATE_FROM = ' ' * X_KEY_ID = ' ' * X_TAB_TYPE = ' ' * X_PROCESS_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handles * i_t_msg_handle = * i_s_log_filter = * i_s_msg_filter = * i_t_log_context_filter = * i_t_msg_context_filter = * i_amodal = ' ' * IMPORTING * e_s_exit_command = EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 error_message = 98 OTHERS = 99 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.