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

tree structure

Former Member
0 Likes
593

i want to create tree structure in my program using oops, is thr any FM for that...

regards

martin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
553

Goto SE38 and check the following...

BCALV_TREE* ( I think it is 01/02 etc...)

BCALV_TREE_DEMO

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
553

Hi,

Check out these standard examples from SAP. They are of great help.

BCALV_TREE_01

BCALV_TREE_02

BCALV_TREE_03

BCALV_TREE_04

BCALV_TREE_05

BCALV_TREE_06

BCALV_TREE_DEMO

Regards,

Amit

You can get them in both but I prefer to go through Se80 choose PROGRAM and give these names.

Message was edited by:

Amit Khare

Read only

0 Likes
553

where can i get these demo examples in se38 or se80......

plz replyy

martin

Read only

Former Member
0 Likes
553

You can use the function modules RS_TREE. In SE37 you can have an overview searching with F4 for the prefix RS_TREE.

Please note that these trees are restricted to a maximum of 5000 nodes.

Read only

Former Member
0 Likes
554

Goto SE38 and check the following...

BCALV_TREE* ( I think it is 01/02 etc...)

BCALV_TREE_DEMO

Read only

ferry_lianto
Active Contributor
0 Likes
553

Hi Martin,

You can also go to transaction code DWDM to see tree structure demo programs.

Hope this will help.

Regards,

Ferry Lianto