‎2009 Mar 11 4:06 PM
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.
‎2009 Mar 11 4:42 PM
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
‎2009 Mar 11 4:42 PM
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
‎2009 Mar 11 4:50 PM