SAP Jobsuche bei DV-Treff


Suchen
os92
  • os92
  • SAP Forum - Neuling Thema Starter
vor 2 Jahre
Hallo, Ich suche ein Weg, wie vom command line, mehr als eine Transaktion öffnen kann.

Also

Wenn ich vom command line ein Transaktion zB YA123 öffnen will, ist es kein Problem:

sapshcut.exe -system=ABC -client=001 -user=username -password=myPass -command=YA123[/code][/size]

[size=5]Ich möchte aber mehr als eine Transaktion öffnet. Beispielweise zwei: YA123 und YB456
Ist es überhaupt so möglich? Ich versuche so:[/size]

[size=2]
[code]sapshcut.exe -system=ABC -client=001 -user=username -password=myPass -command=YA123,YB456

sapshcut.exe -system=ABC -client=001 -user=username -password=myPass -command=YA123 -command=YB456

sapshcut.exe -system=ABC -client=001 -user=username -password=myPass -command=YA123
sapshcut.exe -system=ABC -client=001 -user=username  -command=YA123

aber es funktioniert leider nicht