SALV_DEMO_TREE_DATA_UPDATE 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 SALV_DEMO_TREE_DATA_UPDATE 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_AMOUNT = Number of Data Records
Selection Text: P_FULL = Full Screen
Selection Text: P_TREE = Tree on Screen
Title: Demonstration Program for ALV OM Tree: Changed Data
Text Symbol: 001 = Flight Price
Text Symbol: B01 = Move Node
Text Symbol: B02 = Move First Node Under Twentieth Node
Text Symbol: B03 = Insert Nodes
Text Symbol: B04 = Move New Node to Second Node
Text Symbol: B05 = Change Data
Text Symbol: B06 = Reset Data in First Group
Text Symbol: B07 = New Data
Text Symbol: B08 = Reset Data Completely
Text Symbol: H01 = This is the header area
Text Symbol: H02 = This is the footer area
Text Symbol: H03 = Data Was Changed
Text Symbol: HD1 = Hierarchy
Text Symbol: HT1 = This is the hierarchy column
Text Symbol: I08 = 'added_function' Event for Function Code:
Text Symbol: I09 = 'before_user_command' Event for Function Code:
Text Symbol: I10 = 'after_user_command' Event for Function Code:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SALV_DEMO_TREE_DATA_UPDATE - Demonstration Program for ALV OM Tree: Changed Data SALV_DEMO_TREE_DATA_UPDATE - Demonstration Program for ALV OM Tree: Changed Data SALV_DEMO_TABLE_SIMPLE - Demonstration of Simplest ALV OM Call SALV_DEMO_TABLE_SIMPLE - Demonstration of Simplest ALV OM Call SALV_DEMO_TABLE_SELECTIONS - Demonstration of Selections SALV_DEMO_TABLE_SELECTIONS - Demonstration of Selections