cancel
Showing results for 
Search instead for 
Did you mean: 

calling SAP function modules in C#.

Former Member
0 Kudos

Dear All,

i want to connect and call the Function Modules of SAP i.e. DLLs into C#.Net.

Could anyone tell me plz how to do that?

Thanks & Regards,

Muskaan.

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Have you looked at the SAP Connector for Microsoft .NET (NCo, also known as "SAP .NET Connector")? This is made exactly for that and comes with documentation and samples. SAP customers can download it from http://service.sap.com/connectors .

Former Member
0 Kudos

Thanks.

But i wud like to get the code for hoe to connect to SAP from Dot Net.

i know that Dot Net COnnector is an interface between SAP and DOt Net.

reiner_hille-doering
Active Contributor
0 Kudos

Sorry, I still don't fully understand what you want to know. Have you already played with the samples and tutorials that come the NCo?