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

Not able to populate parameter with selected search help value

Former Member
0 Kudos
227

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
Read only

PedroGuarita
Active Contributor
0 Kudos
195

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
Read only

PedroGuarita
Active Contributor
0 Kudos
196

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