SAP Reports / Programs | Migration | SAP Utilities | Migration(IS-U-TO-MI) SAP IS

REMIGF02 SAP ABAP INCLUDE - IS-U Migration: Report Generation for Forms







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


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 REMIGF02. "Basic submit
SUBMIT REMIGF02 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIGF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-U Migration: Report Generation for Forms


INCLUDES used within this REPORT REMIGF02

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:

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.



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