문제

I am trying to login through SAP system through the command line using the SAP GUI command, is this possible? Is there a way to view all the arguments/parameters for the SAP GUI command?

도움이 되었습니까?

해결책

You can use the sapshcut.exe to connect to a SAP system via command line. Here is an example:

sapshcut.exe -system=SID -client=100 -user=YOURUNAME -pw=Y0urP4$$

Further command line options are described in SAPNote 103019 (link requires a SAP service marketplace account) or can be obtained with the command

sapshcut.exe -help
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top