Page 1 of 1

sapshcut.exe -> open transaction with filled fields

PostPosted: Wed Oct 06, 2010 12:18 pm
by Astrid4720
Hello Forum users,

i would like to start the sapshcut.exe with the known shell function to open a transaction e.g. FB03 with field fields for document number (RF05L-BELNR) AND Company code (RF05L-BUKRS). But now i only can shell the transaction with ONE parameter like this:

sapshcut.exe -sysname="<Systems>" -client=<Mandant>
-user=<Username> -pw=<Passwort> -language=DE -maxgui -type=transaction
-command="/N*FB03 RF05L-BELNR=1234567890"

This test doesn't work:

sapshcut.exe -sysname="<Systems>" -client=<Mandant>
-user=<Username> -pw=<Passwort> -language=DE -maxgui -type=transaction
-command="/N*FB03 RF05L-BELNR=1234567890 RF05L-BUKRS=1234"

I hope someone can help!

Thanks Talgo

Re: sapshcut.exe -> open transaction with filled fields

PostPosted: Wed Oct 06, 2010 2:16 pm
by ewx
Try a semi colon as separator instead of space.
Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1. /*SE09 TRDYSE01CM-USERNAME=SAPNAME;TRDYSE01CM-REQ_MOVE=X
GeSHi ©

PostPosted: Wed Oct 06, 2010 3:49 pm
by Astrid4720
Thanks ewx! The little seperator ";" kill the problem :-)