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: 

How to copy the corresponding values other fields in Search help

Former Member
0 Kudos

Hi All,

My selection screen contains 5 fields. three are obligatory parameters, one date field and one select option.

All are from the same table . I had created search help for one field .

when I'll click the hit list of the search help I want the corresponding values to get copied to other fields in the selection screen, as my hit list contain values for all those fields.

How Can I copy those values.

Please help me on this.

2 REPLIES 2

former_member770378
Active Participant
0 Kudos

it is possible if you ue the event AT SELECTION SCREEN on PARAM1 in your program

Check program DEMO_SELECTION_SCREEN_EVENTS

In the event you make a SELECT on the table and you fill others parameters on your selection screen.

Former Member
0 Kudos

Hi,

Please try this.

In the search help set the export parameter for the other fields also.

Thanks

Naren