‎2008 Mar 07 7:51 PM
Hi all ,
I created a elementary search help (Z_search_help) for the Ztable1 .
My table is Z_table1 , which has 2 fields mandt, name . The table has some contents .
when i gone thru the prog , i found there is no search help for field "name" after creating the search help also .
if i press f4 there is no input help .
my code :
parameters : name type ztable1-name .
at selection-screen on value-request for name.
after executing if i press f4 there is no input help.
‎2008 Mar 07 7:54 PM
Are there any contents in the Ztable for the name field?????
Please check
thanks
‎2008 Mar 07 7:58 PM
‎2008 Mar 07 8:12 PM
‎2008 Mar 07 8:24 PM
yes my table is active .
i just see that when i go my table ztable1 and EXTRAS-->SEARCH HELP FOR TABLE
then i see there is no search help linke defined for ztable1 .
but if i go to the se11->search help and give the search help name
and execute it ..... then i am able to see the contents entered in the ztable1 .
In selection method i gave ztable1 .
but i dont know why search help is not working in prog.
‎2008 Mar 07 9:17 PM
Try assigning your searchhelp to the data element of the table field you have created. That should work.
G@urav.