RSRESORTSUBNODES 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 RSRESORTSUBNODES 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: PAR_ID = Parent node ID
Title: Reset neighbour ID for all subnodes of a node
Text Symbol: 001 = Reading complete IMG...
Text Symbol: 002 = Marking assigned nodes...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING * WI_DELETE_TADIR_ENTRY = ' ' * WI_REMOVE_REPAIR_FLAG = ' ' * WI_SET_REPAIR_FLAG = ' ' * WI_TEST_MODUS = 'X' WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'SHI3' WI_TADIR_OBJ_NAME = TADIR_OBJ_NAME * WI_TADIR_KORRNUM = ' ' * WI_TADIR_SRCSYSTEM = ' ' * WI_TADIR_AUTHOR = ' ' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_MASTERLANG = ' ' * WI_TADIR_CPROJECT = ' ' * WI_TADIR_VERSID = ' ' * WI_REMOVE_GENFLAG = ' ' * WI_SET_GENFLAG = ' ' WI_READ_ONLY = 'X' * IV_SET_EDTFLAG = ' ' IMPORTING * NEW_GTADIR_ENTRY = NEW_TADIR_ENTRY = TADIR_DATA EXCEPTIONS TADIR_ENTRY_NOT_EXISTING = 1 TADIR_ENTRY_ILL_TYPE = 2 NO_SYSTEMNAME = 3 NO_SYSTEMTYPE = 4 ORIGINAL_SYSTEM_CONFLICT = 5 OBJECT_RESERVED_FOR_DEVCLASS = 6 OBJECT_EXISTS_GLOBAL = 7 OBJECT_EXISTS_LOCAL = 8 OBJECT_IS_DISTRIBUTED = 9 OBJ_SPECIFICATION_NOT_UNIQUE = 10 NO_AUTHORIZATION_TO_DELETE = 11 DEVCLASS_NOT_EXISTING = 12 SIMULTANIOUS_SET_REMOVE_REPAIR = 13 ORDER_MISSING = 14 NO_MODIFICATION_OF_HEAD_SYST = 15 PGMID_OBJECT_NOT_ALLOWED = 16 MASTERLANGUAGE_NOT_SPECIFIED = 17 DEVCLASS_NOT_SPECIFIED = 18 SPECIFY_OWNER_UNIQUE = 19 LOC_PRIV_OBJS_NO_REPAIR = 20 GTADIR_NOT_REACHED = 21 OBJECT_LOCKED_FOR_ORDER = 22 CHANGE_OF_CLASS_NOT_ALLOWED = 23 NO_CHANGE_FROM_SAP_TO_TMP = 24 OTHERS = 25.
TR_DEVCLASS_GET CALL FUNCTION 'TR_DEVCLASS_GET' EXPORTING IV_DEVCLASS = TADIR_DATA-DEVCLASS IMPORTING ES_TDEVC = LS_TDEVC EXCEPTIONS OTHERS = 1.
STREE_TRANSPORT_CHECK CALL FUNCTION 'STREE_TRANSPORT_CHECK' * EXPORTING * OBJECT = * OBJ_NAME = IMPORTING MESSAGE = MESSAGE * TR_TADIR = TABLES OBJECT_LIST = OBJECT_LIST * KEY_LIST = EXCEPTIONS OTHERS = 0.
STREE_RAISE_MESSAGE CALL FUNCTION 'STREE_RAISE_MESSAGE' EXPORTING MESSAGE = MESSAGE EXCEPTIONS OTHERS = 0.
STREE_TRANSPORT_INSERT CALL FUNCTION 'STREE_TRANSPORT_INSERT' * EXPORTING * OBJECT = * OBJ_NAME = IMPORTING MESSAGE = MESSAGE TABLES OBJECT_LIST = OBJECT_LIST * KEY_LIST = EXCEPTIONS OTHERS = 1.
STREE_RAISE_MESSAGE CALL FUNCTION 'STREE_RAISE_MESSAGE' EXPORTING MESSAGE = MESSAGE EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRESORTSUBNODES - Reset neighbour ID for all subnodes of a node RSRESORTSUBNODES - Reset neighbour ID for all subnodes of a node RSREQUEST - Data Load Monitor for Single Request RSREQUEST - Data Load Monitor for Single Request RSREQARCH_WRITE - Request - Archiving - Write Requests to New Archive RSREQARCH_WRITE - Request - Archiving - Write Requests to New Archive