SAP Reports / Programs

CORUPROC1 SAP ABAP Report - Confirmation of request records







CORUPROC1 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 CORUPROC1 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 CORUPROC1. "Basic submit
SUBMIT CORUPROC1 AND RETURN. "Return to original report after report execution complete
SUBMIT CORUPROC1 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: R_ORINI = D Interface origin
Selection Text: R_ORINA = D Application origin
Selection Text: P_WPQTY = Confirmations per work process
Selection Text: P_WPNUM = No. of parallel work processes
Selection Text: P_WPGRP = D Logon/server group
Selection Text: P_TASKL = Work process statistics
Title: Confirmation of request records
Text Symbol: C04 = program run
Text Symbol: C03 = the request remains, and will be processed in the next
Text Symbol: C02 = because the corresponding order was currently being processed,
Text Symbol: C01 = If it was not possible to enter a confirmation for a request
Text Symbol: B09 = Options
Text Symbol: B01 = Selection of requests
Text Symbol: A02 = 'Postprocessing of error records'
Text Symbol: A01 = Incorrect confirmations can be processed using
Text Symbol: 012 = Locked orders
Text Symbol: 011 = Work process statistics
Text Symbol: 010 = Requests
Text Symbol: 009 = Executing server
Text Symbol: 008 = Finish
Text Symbol: 007 = Start
Text Symbol: 006 = Work process
Text Symbol: 005 = Incorrect confirmations:
Text Symbol: 004 = Successful confirmations
Text Symbol: 003 = Processed future change records
Text Symbol: 002 = Job statistics
Text Symbol: 001 = Work process (started/finished/active):


INCLUDES used within this REPORT CORUPROC1

No INCLUDES are used within this REPORT code!


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict.

CO_RU_AFRP0_PROC CALL FUNCTION 'CO_RU_AFRP0_PROC' STARTING NEW TASK t_taskname DESTINATION IN GROUP i_wpgrp PERFORMING on_end_of_task ON END OF TASK TABLES afrp0_key_tab = i_wp_queue_tab EXCEPTIONS communication_failure = 1 MESSAGE t_msg_text system_failure = 2 MESSAGE t_msg_text resource_failure = 3.

CO_RU_AFRP0_PROC CALL FUNCTION 'CO_RU_AFRP0_PROC' IMPORTING e_rfcsi_info = t_rfcsi_info TABLES afrp0_key_tab = i_wp_queue_tab e_conf_log = t_tasklog_tab EXCEPTIONS parameter_failure = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = t_gui_text.

ENQUEUE_ESAFRP0 CALL FUNCTION 'ENQUEUE_ESAFRP0' EXPORTING ru_orina = t_enqueue_tab-ru_orina ru_orini = t_enqueue_tab-ru_orini _scope = '3' _collect = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.

DEQUEUE_ESAFRP0 CALL FUNCTION 'DEQUEUE_ESAFRP0' EXPORTING ru_orina = t_dequeue_tab-ru_orina ru_orini = t_dequeue_tab-ru_orini _collect = 'X'.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = gc_save it_events = lt_eventtab it_excluding = lt_excluding TABLES t_outtab = tasklist_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_struct CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_commentary.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_commentary.



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 CORUPROC1 or its description.