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

using search help

Former Member
0 Likes
536

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.

5 REPLIES 5
Read only

Former Member
0 Likes
523

Are there any contents in the Ztable for the name field?????

Please check

thanks

Read only

0 Likes
523

yes i inserted 3 name in the ztable with same mandt .

thanks.

Read only

0 Likes
523

silly idea here.

is your table active?

Read only

0 Likes
523

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.

Read only

0 Likes
523

Try assigning your searchhelp to the data element of the table field you have created. That should work.

G@urav.