Hi,
I have a form in the event at selection-screen on value-request. I want this form to get several values, one for each parameters. The parameters have the value, but it's only the parameters specify in the event selection-screen on value, that is refresh on the screen.
The codes looks like :
parameters : a(1) , b(1) . start-of-selection. ... end-of-selection. at selection-screen on value-request for a. move : 'X' to a , 'X' to b .
Any help are welcome.
Regards
Frédéric.
Hello Frédéric,
I'm not sure I understand your requirement. The event AT-SELECTION SCREEN ON VALUE REQUEST FOR <field></b> is triggerred only when the user presses F4 on the field <field>.
Are you sure this is the event you want to use? If not, you could try out the normal AT SELECTION-SCREEN event.
Please elaborate your requirement a little for a clearer analysis and solution.
Regards,
Anand Mandalika.
P.S. One more option, that occurs to me with the given information, is to use the FM DYNP_VALUES_UPDATE.
Add a comment