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

Help on PROCESS ON VALUE-REQUEST

Former Member
0 Likes
491

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?

3 REPLIES 3
Read only

Former Member
0 Likes
471

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

Read only

Former Member
0 Likes
471

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.

Read only

abdul_hakim
Active Contributor
0 Likes
471

HI Saji,

It is possible.Have a look at sample program in the transaction ABAPDOCU.

Tks,

Abdul