FRE_DIF_INIT_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_DIF_INIT_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_DIF_INIT_LOADF04
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FRE_MD_DIF_INIT CALL FUNCTION 'FRE_MD_DIF_INIT' EXPORTING is_send_option = gwa_fre_send_option ip_wo_abi_check = p_check ip_timestamp = gp_timestamp "1524902 TABLES it_wakh = gt_wakh * IMPORTING * EP_MSG_TEXT = EXCEPTIONS nothing_to_do = 1 comm_failure = 2 OTHERS = 3.
FRE_MD_DIF_INIT CALL FUNCTION 'FRE_MD_DIF_INIT' STARTING NEW TASK gs_dialog-taskname DESTINATION IN GROUP p_svrgr PERFORMING return_dif_info ON END OF TASK EXPORTING is_send_option = gwa_fre_send_option ip_wo_abi_check = p_check ip_timestamp = gp_timestamp "1524902 TABLES it_wakh = lt_wakh "#EC ENHOK EXCEPTIONS resource_failure = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
FRE_MD_DIF_INIT CALL FUNCTION 'FRE_MD_DIF_INIT' EXPORTING is_send_option = gwa_fre_send_option ip_wo_abi_check = p_check ip_timestamp = gp_timestamp "1524902 TABLES it_wakh = lt_wakh * IMPORTING * EP_MSG_TEXT = EXCEPTIONS nothing_to_do = 1 comm_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.
FRE_DIF_INIT_LOADF04 - Include FRE_DIF_INIT_LOADF04 FRE_DIF_INIT_LOADF03 - Include FRE_DIF_INIT_LOADF03 FRE_DIF_INIT_LOADF02 - Include FRE_DIF_INIT_LOADF02 FRE_DIF_INIT_LOADF01 - Include FRE_DIF_INIT_LOADF01 FRE_DIF_INIT_LOAD - Initial Transmission of DIF Occurrences FRE_DIF_INIT_LOAD - Initial Transmission of DIF Occurrences