2010 Oct 21 2:53 PM
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
2010 Oct 21 2:57 PM
After the function you need to read the return table with the fieldname as key and then assign the value into the parameter yourself.
2010 Oct 21 2:57 PM
After the function you need to read the return table with the fieldname as key and then assign the value into the parameter yourself.