cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logon to SAP System using SAPGUI Scripting

Former Member
0 Likes
8,883

I am able to record, run and understand the SAPGUI Script when I am already loggedon the SAP System. Could anyone help me or provide me an example where I can code the script to open a session and logon to SAP system (Using SAP Logon) and than execute the recorded transaction.

Thanks in advance.

_M

View Entire Topic
Former Member
0 Likes

The openConnection() method of the GuiApplication object will start a system "from scratch". You pass the name of an entry from your SAP Logon to it.