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

REMIGF03 SAP ABAP INCLUDE - IS-U MIgration: Include Generation for Forms







REMIGF03 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 REMIGF03 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 REMIGF03. "Basic submit
SUBMIT REMIGF03 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIGF03 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: Include Generation for Forms


INCLUDES used within this REPORT REMIGF03

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:

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = itemre-inpstruct fieldname = itemre-field tables dfies_tab = idfies exceptions not_found = 1 internal_error = 2 others = 3.

call function mac_1 iincl 2 'call function ''ISU_M_LOCK_TABLE_CHECK''' space. "#EC NOTEXT

call function mac_1 iincl 2 'call function ''ISU_M_LOCK_TABLE_COLLECT''' space. "#EC NOTEXT

call function mac_2 iincl 2 'call function ' h_func space on.

call function mac_2 iincl 4 'call function ' h_func space on.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = itemre-inpstruct fieldname = itemre-field tables dfies_tab = idfies exceptions not_found = 1 internal_error = 2 others = 3.

ISU_M_CUSTOMER_STRUCTURE call function 'ISU_M_CUSTOMER_STRUCTURE' exporting x_firma = itemre-firma x_object = itemre-object x_inpstruct = itemre-inpstruct tables y_source = h_code[].

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = p_text wi_set_genflag = 'X'.

ISU_M_HYPER_TOP_INCLUDE_UPDATE call function 'ISU_M_HYPER_TOP_INCLUDE_UPDATE' exporting x_firma = temob-firma x_object = temob-object.

FUNCTION_INCLUDE_INFO call function 'FUNCTION_INCLUDE_INFO' changing funcname = name_fuba include = rep_name_fuba exceptions function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 others = 6.

FUNCTION_INCLUDE_INFO call function 'FUNCTION_INCLUDE_INFO' changing funcname = p_name_fuba group = lv_funcgroup include = lv_func_inclname exceptions function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 others = 6.

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.



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