Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bypass SAP logon screen from VB

Former Member
0 Kudos

Dear All,

I want to connect SAP from VB , it is working fine .But I am unable to connect to SAP whithout the sap login screen.

As because i will be executing the progroam in background , I want to connect directly without passing the login screen.

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

R3.Connection.System = "00"

R3.Connection.Destination = "xxx"

R3.Connection.HostName = "xxxx"

R3.Connection.client = "100"

R3.Connection.user = "xxxx"

R3.Connection.password = "xxxx"

R3.Connection.language = "EN"

R3.Connection.logon(0, -1)

Regards

1 REPLY 1

Former Member
0 Kudos

R3.Connection.System = "00"

R3.Connection.Destination = "xxx"

R3.Connection.HostName = "xxxx"

R3.Connection.client = "100"

R3.Connection.user = "xxxx"

R3.Connection.password = "xxxx"

R3.Connection.language = "EN"

R3.Connection.logon(0, -1)

Regards