For many years I have used the old "SAP DCOM Connector" to communicate between Microsoft based applications and SAP. Unfortunately this old but good and performant technology is no longer supported by SAP since years. Therefore I want and must migrate to another newer technology.

First there is the "SAP Connector for .NET 2.0". At first glance it seems to be a good replacement. But this connector can only used with .NET 1.1 (with a workaround also with .NET 2.0) and there is no further development in the future. Shame on you SAP !! SAP says, in the future we should use the "Enterprise Services Explorer" for Visual Studio. But this technology is only available for ECC6.0 and not for 4.6C. And that's the point. I need a modern technology, which is available for 4.6C and ECC6.0 !!

So I did some investigations and discovered the product "ERPConnect" from "Theobald-Software". It looks really nice and they have a good and cheap license model. The first problem with this product is, that it is not allowed to give the source code of applications, which are based on ERPConnect, to the customer. That's strange, because often customers also buy the rights for the application sources. The second problem is, that this product is not from SAP and is also not certified from SAP . Many customers don't want a product from a third party.

So now my question is: are there further possibilities to connect the Microsoft World with the SAP World and does somebody know alternatives to the above mentioned methods ? Especially I need alternatives for using RFCs.

link|improve this question

68% accept rate
1  
Great News: SAP has announced release 3.0 of the SAP .NET Connector. It will support current Windows releases (Windows XP 32 Bit, Windows 2003 32/64 Bit (x64), Windows Vista 32/64 Bit (x64), Windows 2008 64 Bit (x64) and later Windows 7) as well as up-to-date Microsoft .NET Runtime versions (2.0, 3.0 and 3.5). See wiki.sdn.sap.com/wiki/display/ABAPConn/ABAP+Connectivity+Home and service.sap.com/connectors – Kottan Jun 14 '10 at 9:06
@John Saunders I've been using Microsoft BizTalk to connect legacy versions of SAP to MSFT applications since around 2000. This was before XI 3.0 and PI 7.0 became relatively robust when working with middleware / disparate legacy files. – thegrandchavez May 7 at 14:22
@thegrandchavez: did you direct your comment to the right person? All I did was edit the question. – John Saunders May 7 at 14:47
@JohnSaunders- thanks, nice catch. – thegrandchavez May 7 at 15:41
feedback

8 Answers

up vote 7 down vote accepted

Great News: SAP has announced release 3.0 of the SAP .NET Connector. It will support current Windows releases (Windows XP 32 Bit, Windows 2003 32/64 Bit (x64), Windows Vista 32/64 Bit (x64), Windows 2008 64 Bit (x64) and later Windows 7) as well as up-to-date Microsoft .NET Runtime versions (2.0, 3.0 and 3.5). See http://wiki.sdn.sap.com/wiki/display/ABAPConn/ABAP+Connectivity+Home and http://service.sap.com/connectors

link|improve this answer
feedback

I have a prior experience to develop .NET 2.0 based applications with SAP .NET Connector. The thing is, I was calling a BAPI function in place of RFC, I'm not sure enough if that makes difference for you but SAP .NET connector worked like a charm for me. I was accessing some internal data from a production server and implemented role based security using ASP.NET to authorize the users.

In short, SAP .NET connector is not a too bad choice.

link|improve this answer
yes but it is a blind alley – Kottan Feb 4 '10 at 11:36
feedback

I was working on a project couple of years ago that also used the SAP Connector. However, for system interoperability i would go for WCF these days.

I know this can be hard sometimes, but thats the best way tbh.

link|improve this answer
and how communicate wcf with SAP ? – Kottan Feb 5 '10 at 17:49
SAP developers need to expose web service. This is what they done for one of our projects. – Roland Feb 8 '10 at 22:05
Are webservices possible with SAP 4.6C ? – Kottan Feb 10 '10 at 15:59
feedback

Your single biggest problem is going to be connecting to SAP 4.6C. Extended maintenance for SAP 4.6C has expired at the end of 2009, which is why SAP is not continuing development of the SAP Connector for .NET 2.0

As of Basis Release 2004s you can expose any RFC-enabled Function Module as a webservice using transaction SOAMANAGER.

You could continue to use the SAP Connector for SAP 4.6C. Alternatively if you have a PI (XI) system you could build an interface via PI and expose that as a webservice to the .NET world.

link|improve this answer
My customers still use 4.6C and will migrate not before 2012. – Kottan Feb 8 '10 at 11:42
feedback

There is another product, which looks interesting: Sitrion Service Studio http://www.sitrion.com/products/ServiceStudio/fordevelopers.aspx Meybe this is a good alternative for ErpConnect. Sitrion is SAP certified. But I don't know the licence costs for there product.

link|improve this answer
feedback

Connector goes through RFC which gives you tons of ready built-in BAPIs and function modules. That means you need little work on server side for your goals as long as you have a function suitable for your needs, also you can do of your own. Said this, more and more people are movig to web services, which requires more work on server side ( convert function modules to web services ) but are more reusable, HTTP friendly and so...

Pick your poison ;-)

link|improve this answer
feedback

I know about a product called Duet, this product seemed to originate the discontinuation of SAP .NET connector development. It is also possible to use excel 2007 with SAP ocx components that are available in the SAPGUI.

link|improve this answer
feedback

Has any one considered Biztalk Adapter service pack , it supports version 4.6c , there is a per processor license , you can expose RFC's as Service (WCF) and use it in any application.

link|improve this answer
must there be a Biztalk Server installation to use the adapter or can be used without it ? – Kottan Mar 26 '10 at 8:30
It can be used as a standalone , No Biztalk needed microsoft.com/downloads/… MS gives a 120 day trial version , I was able to succesfully connect to our 4.6c , traverse the BAPI and RFC , but my SAP group is not open to this SOA (key to the kingdom will be lost) , so i had to stop my evaluation in the middle , may be you can share your finding . – Raghav Mar 30 '10 at 14:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.