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: 

Only One Value in Search Help

Former Member
0 Kudos
227

Hi all,

We have a Search Help, and we want that if we push F4 and search help only finds one record, not to appear pop-up with the record. We want just the search help to write the record in the field authomatically.

Any help?

Thanks in advance.

Regards.

Urtzi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
178

Hi Urtiz,

This link will solve your problem

Regards,

Flavya

13 REPLIES 13

Former Member
0 Kudos
178

hi,

yes u can get this by placing dialog type as dialog value with restriction in serch help u can get ur requirement .

thanq,

rajesh.k

0 Kudos
178

Hi Nacl,

Sorry, I have jet tried this option, I don't get what I want.

Any other idea?

Thanks and Regards.

Urtzi.

Former Member
0 Kudos
179

Hi Urtiz,

This link will solve your problem

Regards,

Flavya

0 Kudos
178

hi Flavya

Thanks for the links, there is a lot of information inside...it's general information about the search help, but it doesn't solve my issue...

Anything more specific¿?

Thanks and regards.

Urtzi.

0 Kudos
178

hi try changing the import and export check boxes for the field you want to import to field.. in search help..

Former Member
0 Kudos
178

Hi,

Try this way:

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_werks.

select single werks from marc

into table IT_FINAL where condition.

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

EXPORTING

  • DDIC_STRUCTURE = ' '

RETFIELD = 'WERKS' "field of internal table

VALUE_ORG = 'S'

TABLES

VALUE_TAB = IT_FINAL

  • FIELD_TAB =

RETURN_TAB = IT_RETURN

.

WRITE IT_RETURN-FIELDVAL TO P_WERKS.

Thanks,

Krishna..

0 Kudos
178

Hi,

I don't want to program the search help. it is a custom search help in SE11.

Thanks and regards.

Urtzi.

0 Kudos
178

Probably you can go for a listbox if it is module pool..

0 Kudos
178

It is not a modulle pool, is just a Search Help created in SE11 !!!! I want to use it asociated in a table field!

0 Kudos
178

Have you chosen the value 'Display values immediately' in the Dialog behaviour in search help definition?

0 Kudos
178

Hi Saipriya,

Yes, I've tried this option.

Thanks.

Edited by: Urtzi Barandiaran Aguirre on Jun 3, 2009 4:37 PM

0 Kudos
178

solvedd

Edited by: Urtzi Barandiaran Aguirre on Jun 3, 2009 4:39 PM

0 Kudos
178

solved