MOIUGT_GRAPHICS_EDITORF01 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 MOIUGT_GRAPHICS_EDITORF01 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 MOIUGT_GRAPHICS_EDITORF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SGRC_POPUP_TO_CHANGE_HEADER * CALL FUNCTION 'SGRC_POPUP_TO_CHANGE_HEADER' * EXPORTING * TEXT_IMP = HEADERTEXT * DEFAULT_TEXT_IMP = DEF_HEADERTEXT * IMPORTING * TEXT_EXP = HEADERTEXT.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = 'Optionally enter an ID'(022) IMPORTING returncode = l_rc_c TABLES fields = sval_itab EXCEPTIONS error_in_fields = 1 OTHERS = 2.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = 'Optionally enter an ID'(022) IMPORTING returncode = l_rc_c TABLES fields = sval_itab EXCEPTIONS error_in_fields = 1 OTHERS = 2.
OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIUGT_INDX' IMPORTING sys_no = wa_oiugt_log-log_number EXCEPTIONS table_not_found = 1 object_not_found = 2 interval_not_found = 3 number_range_not_intern = 4 interval_overflow = 5 OTHERS = 6.
OIUGT_UPDATE_LOG CALL FUNCTION 'OIUGT_UPDATE_LOG' IN UPDATE TASK EXPORTING mode = 1 oiugt_log = wa_oiugt_log TABLES oiugt_log_details = log_detail_itab EXCEPTIONS insert_error = 1 delete_error = 2 OTHERS = 3.
OIUGT_UPDATE_LOG CALL FUNCTION 'OIUGT_UPDATE_LOG' IN UPDATE TASK EXPORTING mode = 6 oiugt_log = l_oiugt_log EXCEPTIONS insert_error = 0 delete_error = 0 OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Notice'(016) text_question = l_text text_button_1 = 'Yes' text_button_2 = 'No' display_cancel_button = space IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = c_no popup_title = 'Please enter a new variant & description'(012) IMPORTING returncode = l_rc_c TABLES fields = sval_itab EXCEPTIONS error_in_fields = 1 OTHERS = 2.
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = c_yes popup_title = 'Please select a variant to apply'(013) IMPORTING returncode = l_rc_c TABLES fields = sval_itab EXCEPTIONS error_in_fields = 1 OTHERS = 2.
CNET_SET_OPTIONS CALL FUNCTION 'CNET_SET_OPTIONS' EXPORTING nodelpop = '1' ignoreuser = l_ignoreuser layout = l_settings-layout laystyle = l_settings-laystyle layorder = l_settings-layorder infotxtnum = o_graphical_view->tool_tip_fl.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Notice'(016) text_question = l_text text_button_1 = 'Yes' text_button_2 = 'No' display_cancel_button = space IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = c_yes displ_mode = '2' id = 'RE' langu = sy-langu object = l_object EXCEPTIONS wrong_name = 1 OTHERS = 2.
CNET_SET_POPUP_DATA CALL FUNCTION 'CNET_SET_POPUP_DATA' TABLES menu_list = menu_itab EXCEPTIONS inv_object = 1 status_err = 2 OTHERS = 3.
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = c_no popup_title = 'Percentage to zoom to?'(020) IMPORTING returncode = l_rc_c TABLES fields = sval_itab EXCEPTIONS error_in_fields = 1 OTHERS = 2.
CNET_SET_OPTIONS CALL FUNCTION 'CNET_SET_OPTIONS' EXPORTING nodesize = l_node_size.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = 'Which type?'(023) titel = 'Insert New Line'(024) IMPORTING answer = l_rc_c TABLES t_spopli = spopli_itab EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = 'Enter new line information'(025) IMPORTING returncode = l_rc_c TABLES fields = sval_itab EXCEPTIONS error_in_fields = 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.
MOIUGT_GRAPHICS_EDITORF01 - Include MOIUGT_GRAPHICS_EDITORF01 MOIUGT_GRAPHICS_EDITORC01 - Class Definition / Implementation MOIUCW_BANK_DATATOP - Include MOIUCW_BANK_DATATOP MOIUCW_BANK_DATAO01 - Include MOIUCW_BANK_DATAO01 MOIUCW_BANK_DATAI01 - Include MOIUCW_BANK_DATAI01 MOIUCW_BANK_DATAF01 - Include MOIUCW_BANK_DATAF01