MEMIG_OBJECTO01 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_OBJECTO01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_M_SOLUTION_CHECK CALL FUNCTION 'ISU_M_SOLUTION_CHECK'.
ISU_M_APPLICATION_NAMES CALL FUNCTION 'ISU_M_APPLICATION_NAMES' TABLES yt_cvers = icvers_ref.
ISU_M_SYSTYPE_GET CALL FUNCTION 'ISU_M_SYSTYPE_GET' IMPORTING y_systype = gv_systype.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'EMG_WMODE' value = dd07v-domvalue_l langu = sy-langu * texts_only = ' ' IMPORTING dd07v_wa = dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
ISU_M_HYPER_STRUCTURE_CREATE CALL FUNCTION 'ISU_M_HYPER_STRUCTURE_CREATE' EXPORTING x_firma = temfd-firma x_object = temfd-object TABLES y_code = hyp_type EXCEPTIONS invalid_company = 1 invalid_object = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEMIG_OBJECTO01 - Generated automatically. Fills import parameters of test module. MEMIG_OBJECTI01 - Generated automatically. Fills import parameters of test module. MEMIG_OBJECTF10 - Include MEMIG_OBJECTF10 MEMIG_OBJECTF01 - Include LEMIG_SERVICE_FUNCTIONSTOP MEMIG_KSVTOP - MEMIGKSVTOP MEMIG_KSVO01 - MEMIGKSVO01