M_RISK_OBJECTO02 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 M_RISK_OBJECTO02 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' TABLES NODETAB = IT_SNODETEXT 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 = 'SAPM_RISK_OBJECT' 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 = '0200_TREE' 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 = ' ' * 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.
M_RISK_OBJECTO02 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTO01 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTI02 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTI01 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTF99 - Include M_RISK_OBJECTF99 (version etiting) M_RISK_OBJECTF21 - Include M_RISK_OBJECTF21