F9070F02 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 F9070F02 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 F9070F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WLF_ERROR_MSG call function 'WLF_ERROR_MSG' exporting i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 tables t_emsg = pt_error_messages.
SHOW_JOBSTATE call function 'SHOW_JOBSTATE' exporting jobcount =
-jobcount jobname = -jobname importing aborted = l_abort finished = l_fin exceptions jobcount_missing = 1 jobname_missing = 2 job_notex = 3 others = 4.
WLF_UPDATE_REQUEST_HDR_GET call function 'WLF_UPDATE_REQUEST_HDR_GET' exporting i_mandt = sy-mandt i_user = sy-uname i_report = sy-repid i_server = p_targetserver i_from_date = p_from_date i_from_time = p_from_time i_to_date = s_to_date i_to_time = s_to_time i_show_initial = 'X' exceptions no_records_found = 1 update_request_aborted = 2 others = 3.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = p_job-jobcount jobname = p_job-jobname strtimmed = yes targetserver = p_targetserver targetgroup = p_targetgroup exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 others = 9.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'CURRENT' no_dialog = 'X' importing out_parameters = ls_params valid = l_valid exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.
JOB_OPEN call function 'JOB_OPEN' exporting jobname = p_jobname importing jobcount = p_jobcount exceptions others = 1.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = sy-repid tables selection_table = pt_params exceptions not_found = 1 no_report = 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.