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 view

Former Member
0 Likes
752

Hi all,

Can I use treeview like thing in abap?

Thanks.

7 REPLIES 7
Read only

Former Member
0 Likes
725

Hello ,

Have a look at the following Demo programs and check the code if it suits your requirement:

BCALV_TREE_DEMO

BCALV_TREE_DND

BCALV_TREE_DND

Regards

Saket Sharma

Read only

0 Likes
725

Hi,

Thanks for your answers.

Could you please provide documents to read?

Any links etc.

Thanks again.

deniz.

Read only

Read only

0 Likes
725

Hi Deniz,

From SAP Online documentation

[http://help.sap.com/saphelp_47x200/helpdata/en/1b/2a75aba9fd11d2bd6f080009b4534c/frameset.htm]

Cheers,

jose.

Read only

0 Likes
725

Hello

In SE80 , have a look at development Class SLIS. It has lot of example on ALV . Hope that helps.

Regards

Saket Sharma

Read only

Former Member
0 Likes
725

Deniz,

Yes, it is possible to display data in format of Tree Views in ABAP.Use the below function modules to do:

RS_TREE_CONTRUCT and RS_TREE_LIST_DISPLAY.

*****Reward points if useful

Regards,

Kiran Bobbala.

Read only

Former Member
0 Likes
725

Hi Deniz,

if you are asking to watch the elements of ABAP programs in tree view.

then choose Display Object List from toolbar

OR

menu Utilities->Display Object List

Sachin