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

populating fields for a screen

Former Member
0 Likes
367

Hello,

my requirement is to populate certain fields of a screen based on the input provided in the previous custom screen.

E.g. user opens a custom built screen/popup window and provides some values and now he clicks on OK button and it should open a sap standard screen/transaction (MIGO) and the fields in the MIGO transaction should be populated with values provided in the custom screen. e.g. quantity fields etc.

Thanks,

Ravish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
329

Hi,

Use Call Transaction in the OK button code.

And use SET/GET parameters for screen field's value population in the transaction MIGO.

-Rick

1 REPLY 1
Read only

Former Member
0 Likes
330

Hi,

Use Call Transaction in the OK button code.

And use SET/GET parameters for screen field's value population in the transaction MIGO.

-Rick