MEG8CF02 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 MEG8CF02 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 MEG8CF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_O_LOT_CLOSE call function 'ISU_O_LOT_CLOSE' changing xy_obj = xy_lot_obj.
ISU_O_LOT_OPEN call function 'ISU_O_LOT_OPEN' exporting x_lot = x_lot x_wmode = co_change x_upd_online = 'X' x_no_dialog = '' x_no_change = '' x_no_other = 'X' x_no_drawings = 'X' importing y_obj = xy_lot_obj 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.
ISU_O_LOT_CLOSE call function 'ISU_O_LOT_CLOSE' changing xy_obj = xy_lot_obj exceptions others = 0.
ISU_O_LOT_CLOSE call function 'ISU_O_LOT_CLOSE' changing xy_obj = xy_lot_obj.
ISU_S_LOT_DISPLAY call function 'ISU_S_LOT_DISPLAY' exporting x_los = x_elotd_together-lot_target exceptions object_not_found = 1 not_authorized = 2 others = 3.
ISU_S_LOT_DISPLAY call function 'ISU_S_LOT_DISPLAY' exporting x_los = xt_lot_together_itab-los exceptions object_not_found = 1 not_authorized = 2 others = 3.
ISU_DB_TE271_SINGLE call function 'ISU_DB_TE271_SINGLE' exporting x_los = t_lot_together_itab-los importing y_te271 = it_lot_tab exceptions not_found = 1 system_error = 2 others = 3.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-t01 " Abbrechen? text_question = text-001 " Abbrechen? display_cancel_button = 'X' userdefined_f1_help = ' ' start_column = 25 start_row = 6 importing answer = ianswer exceptions text_not_found = 1 others = 2.
ISU_O_LOT_PREPARE_CLOSE call function 'ISU_O_LOT_PREPARE_CLOSE' exporting x_exit_type = co_back x_no_dialog = '' x_changed_force = '' changing xy_obj = xy_lot_obj exceptions dont_exit = 1 others = 2.
ISU_O_LOT_CLOSE call function 'ISU_O_LOT_CLOSE' changing xy_obj = xy_lot_obj.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.