SAP Reports / Programs

ROIO_MT_TEST_NAVIGATION SAP ABAP Report - Test call to navigation function







ROIO_MT_TEST_NAVIGATION is a standard Executable ABAP Report 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 ROIO_MT_TEST_NAVIGATION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3O_MTXX - Test navigation function


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 ROIO_MT_TEST_NAVIGATION. "Basic submit
SUBMIT ROIO_MT_TEST_NAVIGATION AND RETURN. "Return to original report after report execution complete
SUBMIT ROIO_MT_TEST_NAVIGATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_FUNC = Function name
Selection Text: P_OBJID = Object id
Selection Text: P_OBJTY = Object type
Title: Test call to navigation function
Text Symbol: 001 = Navigation function:
Text Symbol: 002 = Parent object:
Text Symbol: 003 = No child objects were found.
Text Symbol: 004 = The following child objects were found:
Text Symbol: B01 = Navigation function
Text Symbol: B02 = Parent object
Text Symbol: E01 = Function is not a navigation function.


INCLUDES used within this REPORT ROIO_MT_TEST_NAVIGATION

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:

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = p_func exceptions function_not_exist = 1 others = 2.

RS_HELP_HANDLING call function 'RS_HELP_HANDLING' exporting dynpfield = 'P_FUNC' dynpname = sy-dynnr object = 'FB' progname = gc_prog suppress_selection_screen = sy-input.

OIO_OH_GET_OBJECT call function 'OIO_OH_GET_OBJECT' importing e_objty = p_objty e_objid = p_objid exceptions cancelled = 1 others = 2.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = gc_prog dynumb = sy-dynnr tables dynpfields = gt_dynpread exceptions others = 8.

OIO_DOCFLOW_OBJ_NAME call function 'OIO_DOCFLOW_OBJ_NAME' exporting i_objty = p_objty i_objid = p_objid i_label = 'X' i_full = 'X' importing e_description = g_parent_name exceptions invalid_object_type = 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 ROIO_MT_TEST_NAVIGATION or its description.