RJYUTIL0 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 RJYUTIL0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J_DEV2 - IS-M: Dev
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: IS-M/SD: Collected Tools
Text Symbol: E01 = Please specify user
Text Symbol: E02 = No data found
Text Symbol: L01 = Header
Text Symbol: L02 = Group
Text Symbol: L03 = Report
Text Symbol: L04 = Transaction
Text Symbol: M00 = Program will not be transported:
Text Symbol: M01 = Data entry not possible here
Text Symbol: M02 = Data was saved
Text Symbol: P00 = Node name
Text Symbol: P01 = Unsaved data will be lost.
Text Symbol: P02 = Do you want to save?
Text Symbol: P03 = Exit application
Text Symbol: S01 = General utilities
Text Symbol: S02 = Utilities for user
Text Symbol: S03 = Expand hierarchy
Text Symbol: S04 = Utilities in customer systems
Text Symbol: T00 = Options
Text Symbol: T01 = Utilities - user: &
Text Symbol: T02 = General utilities
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_GET_SYSTEM_TYPE call function 'ISP_GET_SYSTEM_TYPE' importing sap_system = sap_system.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = tabname exceptions not_found = 1 others = 2.
RS_TREE_SET_CURRENT_TREE call function 'RS_TREE_SET_CURRENT_TREE' tables nodeinfo = nodeinfo.
RS_TREE_CREATE call function 'RS_TREE_CREATE' exporting root_name = root_name display_attributes = attr.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting all = 'X' node_id = 1.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = sy-cprog callback_user_command = 'USER_COMMAND' callback_color_display = 'COLOR_DISPLAY' *********************************************************** * callback_text_display = 'SUB' * callback_top_of_page = 'SUB' * STATUS = 'IMPLICIT' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_LINK = '1' color_of_node = '1' * COLOR_OF_MARK = '3' lower_case_sensitive = 'X' * MODIFICATION_LOG = ' ' * 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 = ' ' importing f15 = xflg_f15.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = 'Daten werden verloren gehen.'(p01)
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = node-name importing output = node-name exceptions others = 1.
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = node-text importing output = node-text exceptions others = 1.
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = node-name importing output = node-name exceptions others = 1.
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = node-text importing output = node-text exceptions others = 1.
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = node-name importing output = node-name exceptions others = 1.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = viewname langu = sy-langu importing gotstate = gotstate dd02v_wa = l_dd02v exceptions illegal_input = 1 others = 2.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = viewname langu = sy-langu importing gotstate = gotstate dd02v_wa = l_dd02v exceptions illegal_input = 1 others = 2.
ISP_GET_SYSTEM_TYPE call function 'ISP_GET_SYSTEM_TYPE' importing sap_system = sap_system.
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = node_name importing output = node_name.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = 'Knotenbezeichnung'(p00) importing returncode = rc tables fields = field_tab.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = nodeinfo.
call function 'AUTHORITY_CHECK_TCODE' exporting tcode = tcode exceptions ok = 0 not_ok = 4.
ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = tcode importing output = tcode exceptions others = 1.
VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'U' view_name = viewname.
VIEWCLUSTER_MAINTENANCE_CALL call function 'VIEWCLUSTER_MAINTENANCE_CALL' exporting viewcluster_name = viewname maintenance_action = 'U'.
RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'DOCS' object_name = node-name object_type = 'PROG'.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodeinfo = h_nodeinfo.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodeinfo = nodeinfo.
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 RJYUTIL0 or its description.