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
Below is a list of transaction codes which are relevant to this SAP report
O3O_MTXX - Test navigation function
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.
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIO_MT_TEST_NAVIGATION - Test call to navigation function ROIO_MT_TEST_NAVIGATION - Test call to navigation function ROIO_MESSAGE - Program ROIO_MESSAGE ROIO_MESSAGE - Program ROIO_MESSAGE ROIO_LOG_CNVTRQ - Display application log for conversion of transport requisitions ROIO_LOG_CNVTRQ - Display application log for conversion of transport requisitions