FRE_REINIT_LOADF04 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 FRE_REINIT_LOADF04 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.
Title: Include FRE_REINIT_LOADF04
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_MD_PROD_INITIAL CALL FUNCTION 'FRE_MD_PROD_INITIAL' EXPORTING ip_direct_access = ip_direct ip_system = ip_sydest ip_ownsystem = ip_sender ip_calling_process = initial_load ip_refid = gv_pits IMPORTING ep_msg_text = msg_text TABLES it_article = lt_matnr EXCEPTIONS nothing_to_do = 1 no_attributes_selected = 2 enqueue_mode_changed = 3 undefined_error = 4 communication_failure = 5 OTHERS = 99.
FRE_MD_PROD_INITIAL CALL FUNCTION 'FRE_MD_PROD_INITIAL' STARTING NEW TASK taskname DESTINATION IN GROUP p_svrgr PERFORMING return_prod_info ON END OF TASK EXPORTING ip_direct_access = ip_direct ip_system = ip_sydest ip_ownsystem = ip_sender ip_calling_process = initial_load ip_refid = gv_pits TABLES it_article = lt_matnr EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
FRE_MD_PROD_INITIAL CALL FUNCTION 'FRE_MD_PROD_INITIAL' EXPORTING ip_direct_access = ip_direct ip_system = ip_sydest ip_ownsystem = ip_sender ip_calling_process = initial_load ip_refid = gv_pits TABLES it_article = lt_matnr EXCEPTIONS nothing_to_do = 1 no_attributes_selected = 2 enqueue_mode_changed = 3 undefined_error = 4 communication_failure = 5 OTHERS = 99.
FRE_MD_PROD_INITIAL CALL FUNCTION 'FRE_MD_PROD_INITIAL' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP p_svrgr PERFORMING return_prod_info ON END OF TASK EXPORTING ip_direct_access = ip_direct ip_system = ip_sydest ip_ownsystem = ip_sender ip_calling_process = initial_load ip_refid = gv_pits TABLES it_article = lt_matnr EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
FRE_MD_PROD_INITIAL CALL FUNCTION 'FRE_MD_PROD_INITIAL' EXPORTING ip_direct_access = ip_direct ip_system = ip_sydest ip_ownsystem = ip_sender ip_calling_process = initial_load ip_refid = gv_pits TABLES it_article = lt_matnr EXCEPTIONS nothing_to_do = 1 no_attributes_selected = 2 enqueue_mode_changed = 3 undefined_error = 4 communication_failure = 5 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.
FRE_REINIT_LOADF04 - Include FRE_REINIT_LOADF04 FRE_REINIT_LOADF03 - Include FRE_REINIT_LOADF03 FRE_REINIT_LOADF02 - Include FRE_REINIT_LOADF02 FRE_REINIT_LOADF01 - Include FRE_REINIT_LOADF01 FRE_REINIT_LOAD - Reinital Transfer of Data to SAP F&R FRE_REINIT_LOAD - Reinital Transfer of Data to SAP F&R