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

Search help like tree structure.

Former Member
0 Likes
2,074

Hi All,

I have a requirement to display the F4 search help like a tree structure , with different

Node(category fields ), under each node(category fields ) different work centers will exist.

Please suggest how I can achieve the tree format categories in search help.

Thanks for your cooperation.

Thanks,

Sri.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,268

You have to create a search help with an exit (function module). In this FM, you have to create the whole screen with control framework technology, using tree control. For example, you may use class CL_SIMPLE_TREE_MODEL. SAP provides examples in DWDM transaction.

Hi All,

I have a requirement to display the F4 search help like a tree structure , with different

Node(category fields ), under each node(category fields ) different work centers will exist.

Please suggest how I can achieve the tree format categories in search help.

Thanks for your cooperation.

Thanks,

Sri.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,269

You have to create a search help with an exit (function module). In this FM, you have to create the whole screen with control framework technology, using tree control. For example, you may use class CL_SIMPLE_TREE_MODEL. SAP provides examples in DWDM transaction.

Read only

Former Member
0 Likes
1,268

Hi Sri,

U can have a look at the search help PRCTH in se11, which has an search help exit K_F4IF_SHLP_STANDARD_HIERARCHY

just execute this and try to debugg it...

Hope this solves your problem...

please ack if helpful .

Best of luck !

Thanks,

Ravi Aswani

Edited by: Ravi Aswani on Mar 15, 2010 8:45 AM

Read only

Former Member
0 Likes
1,268

Answered