MEG8CF04 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 MEG8CF04 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 MEG8CF04
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_O_LOT_PREPARE_CLOSE call function 'ISU_O_LOT_PREPARE_CLOSE' exporting x_exit_type = co_canc x_no_dialog = 'X' importing y_changed = ilot_changed changing xy_obj = xy_lot_obj exceptions others = 0.
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_canc x_no_dialog = 'X' importing y_changed = ilot_changed changing xy_obj = xy_lot_obj exceptions others = 0.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-t03 " Beenden? text_question = text-003 " Sichern? 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_ACTION call function 'ISU_O_LOT_ACTION' exporting x_okcode = co_save x_no_message = '' changing xy_obj = xy_lot_obj exceptions cancelled = 1 failed = 2 action_not_supported = 3 others = 4.
ISU_O_LOT_PREPARE_CLOSE call function 'ISU_O_LOT_PREPARE_CLOSE' exporting x_exit_type = co_back x_no_dialog = 'X' 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.