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

Folder drop down list in GUI programming...

Former Member
0 Likes
488

Hello Gurus,

I am given a task where I have to create a custom welcome screen for the company. The screen should have a folder drill down on left hand side.

Once someone clicks on node in folder drill down, they should see the the list of custom transactions that I have in a configuration table and on the right hand side screen should be filled with Company's logo and background.

Can someone help me in achieving this ? Any SAP standard example of showing folder drilldown.

Regards,

Jainam.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Hi,

it would be better if you use the class cl_salv_tree.

This will resolve your issue.

Also check in this program how to use this class... this is a demo for this class usage.

PROGRAM : SALV_DEMO_TREE_SIMPLE

Regards,

Siddarth

2 REPLIES 2
Read only

Former Member
0 Likes
443

Hi,

it would be better if you use the class cl_salv_tree.

This will resolve your issue.

Also check in this program how to use this class... this is a demo for this class usage.

PROGRAM : SALV_DEMO_TREE_SIMPLE

Regards,

Siddarth

Read only

LucianoBentiveg
Active Contributor
0 Likes
442

Try this link [;