RSZ_COMPONENT_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 RSZ_COMPONENT_TREE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSZTREE - Hierarchical Display of CKF/RKF
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: G_P_IC = InfoProvider
Title: Report RSZ_COMPONENT_TREE
Text Symbol: 001 = Select InfoProvider
Text Symbol: 002 = The hierarchy will be deleted from the database.
Text Symbol: 003 = This process is irreversible. Do you want to continue?
Text Symbol: 004 = Delete Data from Database?
Text Symbol: 005 = Yes
Text Symbol: 006 = No
Text Symbol: 007 = Exit Transaction?
Text Symbol: 008 = Do you want to save changes before exit?
Text Symbol: 009 = Save
Text Symbol: 010 = Don't Save
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-007 "#EC TEXT_DIFF text_question = text-008 "#EC TEXT_DIFF text_button_1 = text-009 "#EC TEXT_DIFF icon_button_1 = 'ICON_SYSTEM_SAVE' "#EC NOTEXT text_button_2 = text-010 "#EC TEXT_DIFF icon_button_2 = 'ICON_SYSTEM_CANCEL' "#EC NOTEXT default_button = 1 display_cancel_button = rs_c_false start_column = 25 start_row = 6 IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 "#EC TEXT_DIFF text_question = l_string text_button_1 = text-005 "#EC TEXT_DIFF icon_button_1 = 'ICON_DELETE' "#EC NOTEXT text_button_2 = text-006 "#EC TEXT_DIFF icon_button_2 = 'ICON_SYSTEM_CANCEL' "#EC NOTEXT default_button = 1 display_cancel_button = rs_c_false start_column = 25 start_row = 6 IMPORTING answer = l_answer 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.
RSZ_COMPONENT_TREE - Report RSZ_COMPONENT_TREE RSZ_COMPONENT_TREE - Report RSZ_COMPONENT_TREE RSZ_CHECK_ELEM_IN_RSOOBJXREF - References Between Query Elements and External Objects RSZ_CHECK_ELEM_IN_RSOOBJXREF - References Between Query Elements and External Objects RSZ_CELM_GTADIR_MAINTAIN - Report RSZ_CELM_GTADIR_MAINTAIN RSZ_CELM_GTADIR_MAINTAIN - Report RSZ_CELM_GTADIR_MAINTAIN