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

Create Search Help?

Former Member
0 Likes
402

HI guys: please help me...

I have created a table in ABAP dictionary...now i need to call that table via search help when a user drills down on a certain field.

how can i do this?

thanks

Brian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

go to SE11 >> click on Search help radio button>> give a search help name >> then Click on Create >> a pop up will appear which will ask u the type of search help, as per ur requirement choose 'Elementary search help' >> give ur master table name in ' Selection method ' >> in 'Search help parameter name' specify ur field name on which u want to create Search help >> also click on import (IMP) and export(EXP) checkbox >> specify LPOS and SPOS ( these are the length and width of pop up window which will appear on pressing F4 ) >> specify the data element for that field also >>

save it and activate it >> now you can specify ur search help name in any table which is using that field .

Regards

Vinay Kolla

2 REPLIES 2
Read only

Former Member
0 Likes
377

go to SE11 >> click on Search help radio button>> give a search help name >> then Click on Create >> a pop up will appear which will ask u the type of search help, as per ur requirement choose 'Elementary search help' >> give ur master table name in ' Selection method ' >> in 'Search help parameter name' specify ur field name on which u want to create Search help >> also click on import (IMP) and export(EXP) checkbox >> specify LPOS and SPOS ( these are the length and width of pop up window which will appear on pressing F4 ) >> specify the data element for that field also >>

save it and activate it >> now you can specify ur search help name in any table which is using that field .

Regards

Vinay Kolla

Read only

0 Likes
376

amazing...u d man!

thanks so much