SAP Reports / Programs

RSZ_COMPONENT_TREE SAP ABAP Report - Report RSZ_COMPONENT_TREE







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSZTREE - Hierarchical Display of CKF/RKF


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 RSZ_COMPONENT_TREE. "Basic submit
SUBMIT RSZ_COMPONENT_TREE AND RETURN. "Return to original report after report execution complete
SUBMIT RSZ_COMPONENT_TREE 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: 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


INCLUDES used within this REPORT RSZ_COMPONENT_TREE

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:

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.



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