IFREXC_AJ_FRW_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 IFREXC_AJ_FRW_F01 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 IFREXC_AJ_FRW_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'REXCAJFRW_L' CHANGING ct_fieldcat = gt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
RECA_GUI_LOGLIST_APPL CALL FUNCTION 'RECA_GUI_LOGLIST_APPL' EXPORTING id_object = 'RECA' id_subobject = 'MISC' id_external_number = l_extnumber.
REXCAJ_START_ACTI CALL FUNCTION 'REXCAJ_START_ACTI' IN BACKGROUND TASK * AS SEPARATE UNIT * STARTING NEW TASK
-processextid * DESTINATION IN GROUP p_sgrp DESTINATION p_sgrp EXPORTING i_processextid = -processextid i_processid = p_proid.
REXCAJ_START_DOCU CALL FUNCTION 'REXCAJ_START_DOCU' IN BACKGROUND TASK * AS SEPARATE UNIT * STARTING NEW TASK
-processextid * DESTINATION IN GROUP p_sgrp DESTINATION p_sgrp EXPORTING id_processextid = -processextid id_processid = p_proid is_print_options = ls_options_print id_cpact = p_cpact.
REXCAJ_START_REVE CALL FUNCTION 'REXCAJ_START_REVE' IN BACKGROUND TASK * AS SEPARATE UNIT * STARTING NEW TASK
-processextid * DESTINATION IN GROUP p_sgrp DESTINATION p_sgrp EXPORTING i_processextid = -processextid i_processid = p_proid.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_CPACT' values = lt_value.
RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = gc_aj_report variant = p_vari TABLES valutab = lt_rsparams EXCEPTIONS variant_non_existent = 1 variant_obsolete = 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.