cancel
Showing results for 
Search instead for 
Did you mean: 

Connect ASP to R3 with RFC USER

Former Member
0 Kudos

Hi,

Im trying to connect to R3 system via ASP application. But i cant obtain this connection, and i dont know if the problem is the <b>rfc user</b> in the transaction sm59(if the user must be create in <b>R3 Connection</b> or <b>Http Connections to R3 system</b>)

Or the code of the connection of asp application

Set R3 = CreateObject("SAP.Functions")

R3.Connection.ApplicationServer = "IWDFVM1127"

R3.Connection.Groupname = ""

R3.Connection.System = "10"

R3.Connection.Client = "200"

R3.Connection.User = "RFCUSER"

R3.Connection.Password = "xxxx"

R3.Connection.language = "EN"

thanks

Regards

Robert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Roberto,

What is your dll? Logically, first you need to connect/login to SAP and then call function. You need to examine more your dll.

And, I recommend use SAP.NET Connector. But connector needs .NET. If you are using .NET, use connector and create a dll. Then, you can use this dll while connecting to SAP.

Best Regards,

Huseyin Akturk

SW Engineer & SAP ABAP Consultant

www.huseyinakturk.net

Answers (0)