CORUPRELIST 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 CORUPRELIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CO1L - Confirmation: List of requests
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.
Selection Text: R_WERKS = D .
Selection Text: R_PERNR = D .
Selection Text: R_ORINI = D .
Selection Text: R_ORINA = D .
Selection Text: R_AUFNR = D .
Selection Text: R_ARBPL = D .
Selection Text: R_ERNAM = Created by
Selection Text: P_ERDATV = Entry Time from
Selection Text: P_ERDATB = Entry Time to
Title: Confirmation: Display requests
Text Symbol: T01 = Requested Confirmations
Text Symbol: C32 = Deselect All
Text Symbol: C31 = Select All
Text Symbol: C22 = Display Order
Text Symbol: C21 = Change Order
Text Symbol: C03 = Delete
Text Symbol: C02 = Save
Text Symbol: C00 = * Function Texts for ALV Grid Context Menu *
Text Symbol: B01 = Selection of Requests
Text Symbol: 003 = Continue processing?
Text Symbol: 002 = Confirmation of processing step
Text Symbol: 001 = Should marked requests be deleted?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command i_structure_name = 'AFRP0' is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_grid_title = g_title i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 4 IMPORTING et_events = rt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = answer_no textline1 = text-001 titel = text-002 IMPORTING answer = t_answer.
ENQUEUE_ESAFRP0_KEY CALL FUNCTION 'ENQUEUE_ESAFRP0_KEY' EXPORTING pdsnr = gt_outtab-pdsnr counter = gt_outtab-counter _collect = 'X'.
ENQUEUE_ESAFRP0 CALL FUNCTION 'ENQUEUE_ESAFRP0' EXPORTING ru_orina = gt_outtab-ru_orina ru_orini = gt_outtab-ru_orini _collect = 'X' mode_afrp0_lock = 'S'. "Shared lock
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.
DEQUEUE_ESAFRP0_KEY CALL FUNCTION 'DEQUEUE_ESAFRP0_KEY' EXPORTING pdsnr = gt_outtab-pdsnr counter = gt_outtab-counter _collect = 'X'.
DEQUEUE_ESAFRP0 CALL FUNCTION 'DEQUEUE_ESAFRP0' EXPORTING ru_orina = gt_outtab-ru_orina ru_orini = gt_outtab-ru_orini _collect = 'X' mode_afrp0_lock = 'S'. "Shared lock
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_ESAFRP0_KEY CALL FUNCTION 'ENQUEUE_ESAFRP0_KEY' EXPORTING pdsnr = gt_outtab-pdsnr counter = gt_outtab-counter _collect = 'X'.
ENQUEUE_ESAFRP0 CALL FUNCTION 'ENQUEUE_ESAFRP0' EXPORTING ru_orina = gt_outtab-ru_orina ru_orini = gt_outtab-ru_orini _collect = 'X' mode_afrp0_lock = 'S'. "Shared lock
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.
CO_RU_AFRP0_PROC CALL FUNCTION 'CO_RU_AFRP0_PROC' * destination 'NONE' TABLES afrp0_key_tab = t_queue_tab e_conf_log = t_tasklog_tab.
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * defaultoption = answer_yes * titel = text-002 * diagnosetext1 = diagnose-text1 * diagnosetext2 = diagnose-text2 * diagnosetext3 = diagnose-text3 * textline1 = text-003 * IMPORTING * answer = t_answer.
DEQUEUE_ESAFRP0_KEY CALL FUNCTION 'DEQUEUE_ESAFRP0_KEY' EXPORTING pdsnr = gt_outtab-pdsnr counter = gt_outtab-counter _collect = 'X'.
CALL FUNCTION 'DEQUEUE_ESAFRP0' EXPORTING ru_orina = gt_outtab-ru_orina ru_orini = gt_outtab-ru_orini _collect = 'X' mode_afrp0_lock = 'S'. "Shared lock
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = answer_yes titel = text-002 diagnosetext1 = diagnose-text1 diagnosetext2 = diagnose-text2 diagnosetext3 = diagnose-text3 textline1 = text-003 IMPORTING answer = t_answer.
DEQUEUE_ESAFRP0_KEY CALL FUNCTION 'DEQUEUE_ESAFRP0_KEY' EXPORTING pdsnr = gt_outtab-pdsnr counter = gt_outtab-counter _collect = 'X'.
DEQUEUE_ESAFRP0 CALL FUNCTION 'DEQUEUE_ESAFRP0' EXPORTING ru_orina = gt_outtab-ru_orina ru_orini = gt_outtab-ru_orini _collect = 'X' mode_afrp0_lock = 'S'. "Shared lock
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_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.
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 CORUPRELIST or its description.
CORUPRELIST - Confirmation: Display requests CORUPRELIST - Confirmation: Display requests CORUPRECONF3 - Confirmation: Preliminary posting of order confirmations CORUPRECONF3 - Confirmation: Preliminary posting of order confirmations CORUPRECONF2 - Confirmation: Preliminary posting of time events CORUPRECONF2 - Confirmation: Preliminary posting of time events