REMIG461_EVENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report REMIG202 is a conversion report that is necessary for the upgrade to IS-U/CCS Release 1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REMIG461_EVENT 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.
Selection Text: FIRMA = D Company
Title: Migration: Add Event for Release 4.61
Text Symbol: 001 = Processing of Comp.:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_M_AUTHORITY_CHECK call function 'ISU_M_AUTHORITY_CHECK' exporting x_act = '2' x_grp = 'OBJ' x_frm = firma importing y_subrc = rc exceptions others = 1.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = g_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command i_structure_name = 'ISUMI_ACC_MIG461_EVENT' is_layout = gs_layout i_save = g_save 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 = 0 importing et_events = rt_events.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting * i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 REMIG202_FORM - Include REMIG202_FORM REMIG202 - Migration: Conversion of Classes and Service Parameters