SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Forms Processing(BC-SRV-FP) SAP BC

FP_MONITOR_PARALLEL_PROCESSING SAP ABAP Report - Monitor for Parallel Processing







FP_MONITOR_PARALLEL_PROCESSING is a standard Executable ABAP Report 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 FP_MONITOR_PARALLEL_PROCESSING into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FP_MONITOR_PARALLEL_PROCESSING. "Basic submit
SUBMIT FP_MONITOR_PARALLEL_PROCESSING AND RETURN. "Return to original report after report execution complete
SUBMIT FP_MONITOR_PARALLEL_PROCESSING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_DEST = Connection
Title: Monitor for Parallel Processing
Text Symbol: 001 = Job ID
Text Symbol: 002 = Not processed
Text Symbol: 003 = Successful
Text Symbol: 004 = With errors
Text Symbol: 005 = Status
Text Symbol: 006 = Status Text
Text Symbol: 007 = Action
Text Symbol: 008 = Contents
Text Symbol: 009 = Request ID
Text Symbol: 101 = Delete All Successful Jobs
Text Symbol: 102 = Delete All Completed Jobs
Text Symbol: Q01 = Do you want to stop the job?
Text Symbol: Q02 = Do you want to delete the job?
Text Symbol: Q03 = Do you want to delete the jobs?
Text Symbol: S01 = Job completed successfully
Text Symbol: S02 = Jobs deleted successfully


INCLUDES used within this REPORT FP_MONITOR_PARALLEL_PROCESSING

INCLUDE FP_UTILITIES. "#EC INCL_OK


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = p_fieldname value_org = 'S' TABLES value_tab = lt_dests.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'JOBS_LIST_CALLBACK' is_layout = ls_layout it_fieldcat = lt_fieldcat it_event_exit = lt_event_ex TABLES t_outtab = gt_job.

TR_SHOW_SYSTEM CALL FUNCTION 'TR_SHOW_SYSTEM' EXPORTING iv_system = ls_job-system_id.

TR_SHOW_CLIENT CALL FUNCTION 'TR_SHOW_CLIENT' EXPORTING iv_client = ls_job-client.

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING bname = ls_job-user mandt = ls_job-client.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = ls_job-application object_type = 'PROG' EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'REQUESTS_LIST_CALLBACK' is_layout = ls_layout it_fieldcat = lt_fieldcat it_event_exit = lt_event_ex TABLES t_outtab = gt_request.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_user_command = 'REQUEST_DETAIL_CALLBACK' is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_req_det.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'SCOL_STRING' TABLES t_outtab = lt_string.

LXE_COMMON_DISPLAY_XML CALL FUNCTION 'LXE_COMMON_DISPLAY_XML' EXPORTING xml_string = ls_req_det-stream_val title = ls_req_det-name.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = p_question icon_button_1 = 'ICON_OKAY' icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = abap_false IMPORTING answer = lv_answer.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FP_MONITOR_PARALLEL_PROCESSING or its description.