SAP Reports / Programs | Upstream Graphics | Industry Solution Oil | Upstream Graphics(IS-OIL-PRA-EIA-UG) SAP IS

MOIUGT_GRAPHICS_EDITORF01 SAP ABAP INCLUDE - Include MOIUGT_GRAPHICS_EDITORF01







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


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


INCLUDES used within this REPORT MOIUGT_GRAPHICS_EDITORF01

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:

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.



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