‎2008 Apr 05 5:19 AM
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........?
‎2008 Apr 05 5:31 AM
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