‎2006 Feb 02 11:01 AM
Is it possible for getting values into mulitple fields based on the selection made with in a PROCESS ON VALUE-REQUEST Block.
In the F4 based on POV there are 4 fields, when the user select any one is it possible to get the other 3 into respective fields?
‎2006 Feb 02 11:13 AM
hi saji
Thats very much possible if you just want to populate any of the possible values in the fields.
Write a piece of code which selects the other field values apart form the one you enter in the at selection-screen output event.
for Example if the field entered is matnr for suppose then you can write a select single for other fields say plant and storage location in this event so these fields automatically gets populated once you hit the enter key as this event acts as a PBO for selection screen.
I hope I have made things clear. if any do ask me, I can answer the same.
Regards
Santosh
‎2006 Feb 02 11:17 AM
Hello Saji,
Yes it is possible to do that. Please take a looki at the FMs F4IF_INT_TABLE_VALUE_REQUEST and DYNP_VALUES_UPDATE.
You may be using some other FM in your case to get the F4 help.
Regards,
Anand Mandalika.
‎2006 Feb 02 11:37 AM
HI Saji,
It is possible.Have a look at sample program in the transaction ABAPDOCU.
Tks,
Abdul