Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

alv trees

Former Member
0 Likes
514

how to create trees in simple and interactive alvs without oops concept

regards

karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Hi Vinu,

Try to Use the below tree Report function module .

CALL FUNCTION 'RS_TREE_CONSTRUCT'

CALL FUNCTION 'RS_TREE_LIST_DISPLAY'

Let me know if you need more info..on this simple interactive reports

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi Vinu,

Try to Use the below tree Report function module .

CALL FUNCTION 'RS_TREE_CONSTRUCT'

CALL FUNCTION 'RS_TREE_LIST_DISPLAY'

Let me know if you need more info..on this simple interactive reports

Read only

0 Likes
482

thanks for reply

yes i need more information on that alv tree if any sample report is there please help me

regards,

karthik

Read only

Former Member
0 Likes
482

Hi Vinu,

Try to Use the below tree Report function module .

CALL FUNCTION 'RS_TREE_CONSTRUCT'

CALL FUNCTION 'RS_TREE_LIST_DISPLAY'

Let me know if you need more info..on this simple interactive reports