Application Development and Automation 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: 
Read only

Remove Logon Screen

Former Member
0 Likes
522

Hi Friends,

We are doing interface between SAP And VB using BAPI

which is working fine......but at the the starting point SAP Logon screen popup is coming.

So,pls tell us how to remove this popup........?

1 REPLY 1
Read only

Former Member
0 Likes
354

Hi .

Use below code for reference...





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) 


Hope it will solve your problem...

Reward points if useful...

Thanks & Regards

ilesh 24x7