cancel
Showing results for 
Search instead for 
Did you mean: 

Can someone give me an example for vb.net accessing SAP?

Former Member
0 Kudos

I am a ABAP programmer and pretty new to vb.net. Can someone give me an example on using VB.Net accessing SAP? Especially on how to pass the values to the RFC and then call the RFC with the button click.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

Dou you want to use WebServices (6.20 or higher) or RFC (with .NET Connector). For first case you find a sample on service.sap.com/connectors->Soap Processor->Media Library.

For second case you best install the .NET Connector from service.sap.com/connectors->SAP Connector for Microsoft .NET. It comes with samples and a tutorial in the integrated VS online help. There is also an ITutor video available. It is still for the outdated version 1.x, but the overall concepts are still the same.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

Hi Sunny,

Here is the link...

http://help.sap.com/saphelp_nw04/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/frameset.htm

It will be very helpful to you.

Hope it helps you.

Regards,

Maheswaran

reiner_hille-doering
Active Contributor
0 Kudos

> Here is the link...

> http://help.sap.com/saphelp_nw04/helpdata/en/51/d54709

> 40fd564b888f4beb9523fa6c/frameset.htm

Note that this is part of the documentation of .NET Connector 1.x . Using it with 2.x needs some adjustments.