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
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: Include MEMIG_PROJEKTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.