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: 

Passing screen field to Search help exit

Former Member
0 Kudos

hi,

how to pass value of one field in screen to search help exit of other field , so that i can do some valdation and populate list based on that?

pls help.

thanks

1 REPLY 1

Former Member
0 Kudos

Hi,

1) goto SE11, create search help, give attributes

2) In the defination specify the input & output parameter and hit list for search help

3) To write the code create a new the function module by coping the standard

FM, F4IF_SHLP_EXIT and with the code for exit flow.

4) specify this FM as a search help exit name in the defination section.

Here, for the Input parameter, you need to pass that value, from that input value you can pass it to the Search help exits

Regards

Sudheer