tags:

views:

22

answers:

1

Problem : How to redirect the user to a specific executed transaction screen in SAP?

Generated the SAP shortcut and able to redirect the user to specific transaction screen. It is also possible to prefill the required input parameters.

The corresponding line in the shortcut is-

Command=AB12 RIWO00-input1=200001212;

where AB12 is the trasaction, and input1 is the input parameter.

This will open that SAP screen, with AB12 transaction and the input parameter would be filled with values. But this mandates the user to clicks on enter explicitly/click on execute button explicitly after opening through the shortcut file.

Is it possible to include that enter also in the shortcut file?

Thank you :)

A: 

Got it!

Just add a * before the transaction/work flow specified - Thus the initial screen would be skipped if all the required input parameters are filled in.

Kiru