MJBRRO02 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 MJBRRO02 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 MJBRRO02: PBO Modules Screen 0200
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_SET_CURRENT_TREE *CALL FUNCTION 'RS_TREE_SET_CURRENT_TREE' * TABLES ** NODELIST = * NODEINFO = IT_SNODE * EXCEPTIONS * OTHERS = 1.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = IT_SNODE EXCEPTIONS TREE_FAILURE = 1 ID_NOT_FOUND = 2 WRONG_RELATIONSHIP = 3 OTHERS = 4.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' TABLES NODETAB = IT_SNODE EXCEPTIONS TREE_FAILURE = 1 ID_NOT_FOUND = 2 WRONG_RELATIONSHIP = 3 OTHERS = 4.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'SAPMJBRR' CALLBACK_USER_COMMAND = 'USER_COMMAND_0200' CALLBACK_TEXT_DISPLAY = 'SHOW_TEXT_0200' CALLBACK_MOREINFO_DISPLAY = 'MOREINFO_0200' CALLBACK_COLOR_DISPLAY = 'COLORS_0200' CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE_0200' CALLBACK_GUI_STATUS = 'STATUS_0200' STATUS = 'IMPLICIT' CHECK_DUPLICATE_NAME = '0' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * COLOR_OF_LINK = '1' * COLOR_OF_MATCH = '5' LOWER_CASE_SENSITIVE = 'X' MODIFICATION_LOG = 'X' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' LAYOUT_MODE = STREE_LAYOUT_NORMAL * USE_CONTROL = STREE_USE_LIST IMPORTING F15 = EXIT_FLAG EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJBRRO02 - Include MJBRRO02: PBO Modules Screen 0200 MJBRRO01 - Include MJBRRO01: PBO Modules Screen 0100 MJBRRO00 - Include MJBRRO00: PBO Modules Screen 0010 MJBRRI03 - Include MJBRRI03: PAI Modules Screen 03xx MJBRRI01 - Include MJBRRI01: PAI Modules Screen 0100 MJBRRI00 - Include MJBRRI00: PAI Modules Screen 0010