cancel
Showing results for 
Search instead for 
Did you mean: 

Open SAPGUI (workflow shortcut)

former_member452749
Participant
0 Kudos

Hi all , i have a problem with the following URL :

http://<server>:<port>/sap/public/bc/workflow/shortcut?sysid=<SID>&client=<client_number>&langu=<language_code>&transaction=<transaction_code>

In this case, i'm able to open a new SAPGUI session with a particular transaction but i can't understand how to pass input parameters to it.

For example, if i want to open MM02 with material :

http://<server>:<port>/sap/public/bc/workflow/shortcut?sysid=<SID>&client=<client_number>&langu=<language_code>&transaction=<transaction_code>&RMMG1-MATNR=<materiale>

but it does not work......

How can i do to solve this problem?

Thanks in advance.

Regards.

Dario.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It maybe a little bit late but you should try :

http://<server>:<port>/sap/public/bc/workflow/shortcut?sysid=<SID>&client=<client_number>&langu=<language_code>&transaction=<transaction_code>&param=RMMG1-MATNR%3d<materiale>%3bp_action%3dEXECUTE%3b


Regards

Christophe