REMIG203 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report REMIG203 deletes all the existing report variants MIG_nnnnnn for a migration object that have been generated in the framework of the IS-U Migration Workbench...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 REMIG203 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
Selection Text: KNZ_DEL = Delete?
Selection Text: OBJECT = D Migration Object
Title: Migration: Delete Generated Variants and Set Variant Counter to 0
Text Symbol: 001 = Report generated:
Text Symbol: 002 = Variants available
Text Symbol: 003 = Comp.:
Text Symbol: 004 = MigObject:
Text Symbol: 005 = Number:
Text Symbol: 900 = Selection of Migration Object
Text Symbol: 901 = Deletion of Migration Object
Text Symbol: 902 = All Variants for Selected Field Will Be Deleted
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 = 0.
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_MIG203_S' 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.
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 REMIG202 - Migration: Conversion of Classes and Service Parameters REMIG201_FORM - Forms for REMIG201