‎2008 Jul 09 12:21 AM
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
‎2008 Jul 09 12:44 AM
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
‎2008 Jul 09 12:44 AM
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
‎2008 Jul 09 3:02 AM