SAP Shortcut file - How to redirect to specific transaction screen in SAP? -


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

Able to redirect SAP shortcut and user to specific transaction screen. It is possible to pre-fill the necessary input parameters.

The same line is in the shortcut -

command = ab12RioWo200-input1 = 200001212;

Where AB12 is trasaction, and input 1 is the input parameter.

This will open the SAP screen, AB will be filled with 12 transactions and input parameter values. But after opening a shortcut file the user explicitly commands to click / click to click clearly.

Is it possible to include the shortcut file?

Thanks :)

Got it!

Just before the transaction * add / specify the workflow - thus leaving the initial screen will be left if all the required input parameters are filled.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -