MEG85I01 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 MEG85I01 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 MEG85I01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-010 " Möchten Sie die textline2 = text-011 " Bearbeitung abbrechen? titel = text-t01 " Prüflinge ziehen importing answer = abbr exceptions others = 1.
ISU_LOT_OBJECT_PUBLISH call function 'ISU_LOT_OBJECT_PUBLISH' exporting x_lot = te271-los x_publish = 'X' exceptions others = 1.
ISU_LOT_OBJECT_PUBLISH call function 'ISU_LOT_OBJECT_PUBLISH' exporting x_lot = te271-los x_publish = '' exceptions others = 1.
NOTICE_ACTION call function 'NOTICE_ACTION' exporting x_action = save_okcode changing xy_obj = notizen exceptions action_not_supported = 1.
ISU_DB_TE271_SINGLE call function 'ISU_DB_TE271_SINGLE' exporting x_los = h-los importing y_te271 = te271 exceptions not_found = 1 system_error = 2 others = 3.
DDUT_DOMVALUE_TEXT_GET call function 'DDUT_DOMVALUE_TEXT_GET' exporting name = domname value = domvalue importing dd07v_wa = domvalwa exceptions not_found = 1 illegal_input = 2 others = 3.
ISU_O_LOT_OPEN call function 'ISU_O_LOT_OPEN' exporting x_lot = te271-los x_wmode = co_display x_no_change = 'X' x_no_other = 'X' x_no_drawings = 'X' importing y_obj = y_los exceptions not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 key_invalid = 5 number_error = 6 system_error = 7 not_authorized = 8 others = 9.
NOTICE_PAI_BEFORE call function 'NOTICE_PAI_BEFORE' changing xy_obj = notizen.
NOTICE_PAI_AFTER call function 'NOTICE_PAI_AFTER' importing y_obj = notizen.
ISU_O_LOT_PAI_BEFORE call function 'ISU_O_LOT_PAI_BEFORE' exporting x_obj = y_los exceptions others = 1.
ISU_O_LOT_PAI_AFTER call function 'ISU_O_LOT_PAI_AFTER' importing y_obj = y_los exceptions input_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.