REMIGA01 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 REMIGA01 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: IS-U Migration: Message Processing
INCLUDE EMSG.
No SAP DATABASE tables are accessed within this REPORT code!
MSG_OPEN call function 'MSG_OPEN' exporting x_no_dialog = 'X' x_log = 'X' * X_NEXT_MSG = ' ' * X_OBJ_TWICE = ' ' importing y_msg_handle = msg_handle1 changing xy_parm = msg_parm1.
MSG_PREPARE_CLOSE call function 'MSG_PREPARE_CLOSE' exporting x_msg_handle = msg_handle1 importing y_changed = f_changed exceptions not_found = 1 handle_invalid = 2 others = 3.
MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = msg_handle1 x_action = modus importing * y_last_msg = yt_lognumbers = t_lognr exceptions action_not_supported = 1 handle_invalid = 2 not_found = 3 others = 4.
MSG_CLOSE call function 'MSG_CLOSE' exporting x_msg_handle = msg_handle1 exceptions not_found = 1 handle_invalid = 2 others = 3.
MSG_OPEN call function 'MSG_OPEN' exporting x_no_dialog = 'X' x_log = 'X' x_next_msg = 'X' x_obj_twice = ' ' importing y_msg_handle = msg_handle2 changing xy_parm = msg_parm2.
MSG_CLOSE call function 'MSG_CLOSE' exporting x_msg_handle = msg_handle2 exceptions others = 1.
MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = msg_handle2 x_action = co_msg_last importing y_last_msg = p_last_msg exceptions not_found = 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.
REMIGA01 - IS-U Migration: Message Processing REMIG461_EVENT_FORM - REMIG461EVENTFORM REMIG461_EVENT - Migration: Add Event for Release 4.61 REMIG461_EVENT - Migration: Add Event for Release 4.61 REMIG203 - Migration: Delete Generated Variants and Set Variant Counter to 0 REMIG203 - Migration: Delete Generated Variants and Set Variant Counter to 0