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

search help problem

Former Member
0 Likes
405

hi all.

i have created a search help in se11 with two parameter say(id and name).

the export and import parameter is checked for both and lpos and spos is 1 for 1st parameter and 2 for 2nd parameter.

the search help is activated without any error .

now i am using this in report

PARAMETERS :p_id like ZEMP_HDR-id MATCHCODE OBJECT zemp_hdr ,

p_name like ZEMP_HDR-name MATCHCODE OBJECT zemp_hdr.

(zemp_hdr is my search help name )

now as the two are ticked as export parameter so they should populated when one is selected .

but it is not doing like that .........

please help me out.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
368

it doesn't work like that. There is only one way to fill several fields at a time:

1) remove MATCHCODE OBJECT

2) define search help for the 2 fields ID and NAME of the ZEMP_HDR ddic structure/table

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
369

it doesn't work like that. There is only one way to fill several fields at a time:

1) remove MATCHCODE OBJECT

2) define search help for the 2 fields ID and NAME of the ZEMP_HDR ddic structure/table

Read only

0 Likes
368

thanks my problem is solved