REMIGF02 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 REMIGF02 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: Report Generation for Forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
call function mac_1 code spalte 'call function ''ISU_M_LOCK_TABLE_RESET''' pkt. "#EC NOTEXT
call function mac_1 code spalte 'call function ''ISU_M_LOCK_TABLE_FREE''' pkt. "#EC NOTEXT
POPUP_TO_DECIDE_WITH_MESSAGE call function 'POPUP_TO_DECIDE_WITH_MESSAGE' exporting diagnosetext1 = text-s02 diagnosetext2 = f(70) diagnosetext3 = f+70(70) textline1 = text-s04 textline2 = text-s05 textline3 = text-s03 text_option1 = text-s06 text_option2 = text-s07 icon_text_option1 = 'ICON_DISPLAY' icon_text_option2 = 'ICON_OKAY' titel = lv_title cancel_display = ' ' importing answer = lv_answer.
TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = rep_name wi_set_genflag = 'X'.
FUNCTION_STUB_GENERATE call function 'FUNCTION_STUB_GENERATE' exporting funcname = p_funcname ic_mode = k__ tables source = lt_code[] exceptions function_not_exist = 1 others = 2.
ISU_M_HYPER_STRUCTURE_CREATE call function 'ISU_M_HYPER_STRUCTURE_CREATE' exporting x_firma = temob-firma x_object = temob-object tables y_code = type_code exceptions invalid_company = 1 invalid_object = 2 others = 3.
CALL FUNCTION mac_1 code 2 'CALL FUNCTION ''ISU_M_UNICODE_CHECK''' space. "#EC NOTEXT
call function mac_1 code 2 'call function ''ISU_M_LOCK_TABLE_FREE''' pkt. "#EC NOTEXT
call function * mac_1 code 4 'call function ''ISU_M_LOCK_TABLE_FREE''' pkt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.