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: 

Not able to populate parameter with selected search help value

Former Member
0 Kudos
83

Hi Experts,

I've written 'F4IF_FIELD_VALUE_REQUEST' function call in AT SELECTION-SCREEN ON VALUE-REQUEST FOR a parameter,

the parameter gets possible values for this field when I press F4, but when I selected a particular value from these possible values, the value is not getting captured into the parameter, Could any one help me.

Thanks

Srinivas

1 ACCEPTED SOLUTION

PedroGuarita
Active Contributor
0 Kudos
51

After the function you need to read the return table with the fieldname as key and then assign the value into the parameter yourself.

1 REPLY 1

PedroGuarita
Active Contributor
0 Kudos
52

After the function you need to read the return table with the fieldname as key and then assign the value into the parameter yourself.