‎2010 Aug 04 5:50 AM
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
‎2010 Aug 04 6:44 AM
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
‎2010 Aug 04 6:44 AM
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