SAP Reports / Programs | Device Management | SAP Utilities | Device Management(IS-U-DM) SAP IS

MEG85I01 SAP ABAP INCLUDE - Include MEG85I01







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


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 MEG85I01. "Basic submit
SUBMIT MEG85I01 AND RETURN. "Return to original report after report execution complete
SUBMIT MEG85I01 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 MEG85I01


INCLUDES used within this REPORT MEG85I01

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:

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.



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