Application Development 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: 

Search help displaying only one field.

Former Member
0 Kudos

Hello Friends.

I have made a searchelp where i have two search help parameters. These two parameters are from the same table and should display both fields.

When testing it in se11 it shows both fields correctly. But I've linked this searchelp to a field in the screepainter for a program. When i run the program and hit F4, only the first field is displayed, not both..

does anybody know why this happens? I've checked both fields with the "sDis" parameter...

any input would be appreciated..

Best regards B

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I hope you created elementary search help.

In the definition tab

IMPORT and EXPORT should be ticked fo all the fields

LPOS and SPOS for first field should 1 and 1

LPOS and SPOS for Second field should 2 and 2

Regards

MD

3 REPLIES 3

Former Member
0 Kudos

Hi

I hope you created elementary search help.

In the definition tab

IMPORT and EXPORT should be ticked fo all the fields

LPOS and SPOS for first field should 1 and 1

LPOS and SPOS for Second field should 2 and 2

Regards

MD

0 Kudos

Yes, thats exactly what I've done. And when testing the search help, it looks fine, but when linking it to a field in screenpainter, it shows only one the first parameter in the list...

Is there something i'm missing?

0 Kudos

Solved the problem, there was some code in the on-value request module, the link to the search help in the screenpainter didn't override the code...