RN2_RESOLVE_INCLUDE_AS_TREE 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 RN2_RESOLVE_INCLUDE_AS_TREE 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.
Selection Text: P_NAME = Name
Title: Replace an INCLUDE
REPORT RN2_RESOLVE_INCLUDE_AS_TREE.
REPORT RN2_RESOLVE_INCLUDE_AS_TREE.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_RESOLVE_INCLUDE CALL FUNCTION 'ISH_N2_RESOLVE_INCLUDE' EXPORTING i_inclname = p_name * I_USE_CONTROL = 'L' .
RS_TREE_CREATE ** CALL FUNCTION 'RS_TREE_CREATE' ** EXPORTING ** root_name = p_name ** IMPORTING ** root_id = g_root_id.
RS_TREE_LIST_DISPLAY ** CALL FUNCTION 'RS_TREE_LIST_DISPLAY' ** EXPORTING *** use_control = stree_use_control.
RS_TREE_ADD_NODE * CALL FUNCTION 'RS_TREE_ADD_NODE' * EXPORTING * new_name = l_name * insert_id = i_parent * relationship = 'CHILD' * IMPORTING * new_id = l_child_id.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2_RESOLVE_INCLUDE_AS_TREE - Replace an INCLUDE RN2_RESOLVE_INCLUDE_AS_TREE - Replace an INCLUDE RN2_RAD_SECRETARY_WORKPLACE - Program RN2_RAD_SECRETARY_WORKPLACE RN2_RAD_SECRETARY_WORKPLACE - Program RN2_RAD_SECRETARY_WORKPLACE RN2_RAD_MTC_STATUS_EXAM - Advance EXAM Status for Services Without Findings RN2_RAD_MTC_STATUS_EXAM - Advance EXAM Status for Services Without Findings