2008 May 26 12:40 PM
Hi all,
I am using below mentioned FM to dipsplay tree structure.
RS_TREE_LIST_DISPLAY
Now I wanted to display something, when I double click on the nodes child.
that means if am having
node called Parent.
under that I have children C1.
If I double clicking on C1.
I am must display 'Child 1' on the report output,
Help me.
Hi all,
I am using below mentioned FM to dipsplay tree structure.
RS_TREE_LIST_DISPLAY
Now I wanted to display something, when I double click on the nodes child.
that means if am having
node called Parent.
under that I have children C1.
If I double clicking on C1.
I am must display 'Child 1' on the report output,
Help me.
2008 May 26 1:29 PM
have a look at sample report SAPMSABAPDEMOS.
You should use the USER_COMMAND which will be the name of your subroutine as well. As callback program use your report name in which this subroutine is defined.
The structure of your subroutine should match the one in this example report. In table NODE the currenct node is displayed which you can use to display somesort of text or do whatever...
Edited by: Micky Oestreich on May 26, 2008 2:29 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |