SAP Reports / Programs

RS_STREE_TREE_COMPARE SAP ABAP Report - Compare two structures







RS_STREE_TREE_COMPARE 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 RS_STREE_TREE_COMPARE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RS_STREE_TREE_COMPARE. "Basic submit
SUBMIT RS_STREE_TREE_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_STREE_TREE_COMPARE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: RBNODEID = Node ID
Selection Text: RBREMOTE = Compare with system
Selection Text: RBRTYPE = Link type
Selection Text: RBSECOND = Compare with structure
Selection Text: REFTYPE = Link type
Selection Text: RFC_DEST = RFC link
Selection Text: STRU_ID = Structure ID
Selection Text: STRU_ID2 = Structure ID
Title: Compare two structures
Text Symbol: 001 = Structure
Text Symbol: 002 = same structure in another system (RFC)
Text Symbol: 003 = another structure in same system
Text Symbol: 004 = Compare With
Text Symbol: 005 = Compare by
Text Symbol: 010 = Type assignment
Text Symbol: 011 = Node IDs


INCLUDES used within this REPORT RS_STREE_TREE_COMPARE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

STREE_STRUCTURE_COMPARE CALL FUNCTION 'STREE_STRUCTURE_COMPARE' EXPORTING STRUCTURE_ID = STRU_ID * COMPARE_WITH = 'R' RFCDEST = RFC_DEST * SECOND_STRUCTURE = ' ' COMPARE_TYPE = COMPARE_TYPE * IMPORTING * MESSAGE = TABLES REFERENCE_TYPES_RANGETAB = REFTYPE.

STREE_STRUCTURE_COMPARE CALL FUNCTION 'STREE_STRUCTURE_COMPARE' EXPORTING STRUCTURE_ID = STRU_ID COMPARE_WITH = 'O' * RFCDEST = RFC_DEST SECOND_STRUCTURE = STRU_ID2 COMPARE_TYPE = COMPARE_TYPE * IMPORTING * MESSAGE = TABLES REFERENCE_TYPES_RANGETAB = REFTYPE.

SCT2_GET_RFC_DESTINATION_POPUP CALL FUNCTION 'SCT2_GET_RFC_DESTINATION_POPUP' * EXPORTING * IV_POPUP_START_X = 5 * IV_POPUP_START_Y = 5 * IV_INFO_TXT_OBJ = ' ' * IV_INFO_BUTTON = ' ' * IV_TITLE = ' ' * IMPORTING * EV_RFC_DEST_TEXT = * ES_RFC_DEST_INFO = CHANGING CV_RFC_DEST = RFC_DEST EXCEPTIONS RFC_DEST_NOT_FOUND = 1 CANCEL_BUTTON_PRESSED = 2 OTHERS = 3.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION RFC_DEST EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE MSG_TXT SYSTEM_FAILURE = 2 MESSAGE MSG_TXT.

STREE_EXTERNAL_SEARCH CALL FUNCTION 'STREE_EXTERNAL_SEARCH' * EXPORTING * DISPLAY_F4_POPUP = 'X' * MULTIPLE_SELECTION = ' ' * DEFAULT_VALUE_TEXT = ' ' * TITLE_OF_WINDOW = ' ' * TITLE_OF_FRAME1 = ' ' * TITLE_OF_FRAME2 = ' ' * TITLE_OF_F4_POPUP = ' ' * RESULT_DISPLAY_ALL_SEL_PARAMET = ' ' * RESULT_DISPLAY_TREE_TYPE = ' ' * RESULT_DISPLAY_LAST_USER = ' ' * RESULT_DISPLAY_LAST_DATE = ' ' * RESULT_DISPLAY_LAST_RELEASE = ' ' * RESULT_DISPLAY_FIRST_USER = ' ' * RESULT_DISPLAY_FIRST_DATE = ' ' * RESULT_DISPLAY_FIRST_RELEASE = ' ' IMPORTING * MESSAGE = SELECTED_TREE_HEADER = SELECTED_TREE_HEADER SELECTED_TREE_TEXT = SELECTED_TREE_TEXT TABLES STRUCTURE_TYPES = STRUCTURE_TYPES * STRUCTURES_FOUND = * SELECTED_FIELDS = * EXCLUDED_STRUCTURE_IDS = * SELECTED_TREE_HEADERS = * SELECTED_TREE_TEXTS = .

STREE_EXTERNAL_SEARCH CALL FUNCTION 'STREE_EXTERNAL_SEARCH' * EXPORTING * DISPLAY_F4_POPUP = 'X' * MULTIPLE_SELECTION = ' ' * DEFAULT_VALUE_TEXT = ' ' * TITLE_OF_WINDOW = ' ' * TITLE_OF_FRAME1 = ' ' * TITLE_OF_FRAME2 = ' ' * TITLE_OF_F4_POPUP = ' ' * RESULT_DISPLAY_ALL_SEL_PARAMET = ' ' * RESULT_DISPLAY_TREE_TYPE = ' ' * RESULT_DISPLAY_LAST_USER = ' ' * RESULT_DISPLAY_LAST_DATE = ' ' * RESULT_DISPLAY_LAST_RELEASE = ' ' * RESULT_DISPLAY_FIRST_USER = ' ' * RESULT_DISPLAY_FIRST_DATE = ' ' * RESULT_DISPLAY_FIRST_RELEASE = ' ' IMPORTING * MESSAGE = SELECTED_TREE_HEADER = SELECTED_TREE_HEADER SELECTED_TREE_TEXT = SELECTED_TREE_TEXT TABLES STRUCTURE_TYPES = STRUCTURE_TYPES * STRUCTURES_FOUND = * SELECTED_FIELDS = * EXCLUDED_STRUCTURE_IDS = * SELECTED_TREE_HEADERS = * SELECTED_TREE_TEXTS = .



Contribute (Add Comments)

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 RS_STREE_TREE_COMPARE or its description.