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

MEMIG_PROJEKTFEXE SAP ABAP INCLUDE - Include MEMIG_PROJEKTF01







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


Text pool values


Title: Include MEMIG_PROJEKTF01


INCLUDES used within this REPORT MEMIG_PROJEKTFEXE

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_OBJECT_COPY CALL FUNCTION 'ISU_M_OBJECT_COPY' EXPORTING x_src_firma = wa_exe_temact-firma x_src_object = wa_exe_temact-object x_dst_firma = temfirma-firma x_dst_object = wa_exe_temob-object x_dst_kuerzl = wa_exe_temob-kuerzl x_dst_objbez = wa_exe_temob-objbez x_commit = co_nomarked EXCEPTIONS invalid_company = 1 invalid_object = 2 not_authorized = 3 object_is_hyper_object = 4 object_already_exist = 5 kuerzl_already_exist = 6 missing_devclass = 7 OTHERS = 8.

ISU_M_OBJECT_DELETE CALL FUNCTION 'ISU_M_OBJECT_DELETE' EXPORTING x_firma = temfirma-firma x_object = wa_exe_temob-object EXCEPTIONS invalid_company = 1 invalid_object = 2 not_authorized = 3 OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_exe_temact-inpstruct fieldname = p_exe_temact-field * LANGU = SY-LANGU TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING defaultoption = '1' diagnosetext1 = lv_text1 diagnosetext2 = lv_text2 textline1 = lv_text3 textline2 = text-i22 text_option1 = 'Ändern'(o03) text_option2 = 'Sperren'(o02) icon_text_option1 = lv_icon_change icon_text_option2 = lv_icon_locked titel = 'Autom. Sperren MigObjekte'(i17)



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