SAP Reports / Programs

REMIG203 SAP ABAP Report - Migration: Delete Generated Variants and Set Variant Counter to 0







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


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 REMIG203. "Basic submit
SUBMIT REMIG203 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG203 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: 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


INCLUDES used within this REPORT REMIG203

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:

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.



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