Questions tagged [sap-dotnet-connector]

Questions about the SAP .NET Connector (aka. "NCo") which is a development environment that lets you communicate with RFCs and ABAP programs in an SAP system from a .NET application.

The SAP .NET Connector is a development environment that enables communication between the Microsoft. NET platform and SAP systems. This connector supports RFCs and Web services, and allows you to write different applications such as Web form, Windows form, or console applications in the Microsoft Visual Studio.Net. With the SAP .NET Connector, you can use all common programming languages, such as Visual Basic. NET, C#, or Managed C++.


Related tags

196 questions
28
votes
1 answer

Step by step tutorial to use SAP. net Connector with VS 2008

I have found many example on the Internet but many are old (VS 2003, SAP. Net Connector 2.0 where the current is 3.0). I wonder how to use SAP. NET Connector. What files should I install? References which add to the project? How to add the provider…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
16
votes
9 answers

Microsoft and SAP

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…
Kottan
  • 4,944
  • 9
  • 41
  • 67
9
votes
7 answers

Could not load file or assembly 'sapnco' or one of its dependencies. An attempt was made to load a program with an incorrect format

I have got this error while I am using SAP .NET Connector 3.0 x64: Could not load file or assembly 'sapnco' or one of its dependencies. An attempt was made to load a program with an incorrect format I couldn't find any solution at Stack Overflow,…
Mert
  • 6,432
  • 6
  • 32
  • 68
8
votes
2 answers

SAPGUI Parse GuiUserArea

Problem! Currently at the place that I work We are trying to perform some kind of repetitive task via automatically with the usage of SAPGui, Excel & VBA. Usually, the most of the reports that We gather from SAP's TCodes are being displayed with a…
Eder
  • 1,874
  • 17
  • 34
7
votes
2 answers

SAP web service reference in .NET naming conflict issue

i have a .net issue when im trying to consume SAP ws , the element system cusing this error error CS0120: An object reference is required for the nonstatic field, method, or property 'Bapiret2.System' their is a solution as described here…
MIkCode
  • 2,655
  • 5
  • 28
  • 46
7
votes
2 answers

SAP .NET Connector

I've been asked to work with the SAP .NET Connector. I currently use .NET 4.0 and VS2010. Is there anything I'm going to need to downgrade? Also, does anyone know of any current tutorials online about how to use it? All I have is the information…
Paul
  • 429
  • 1
  • 5
  • 15
7
votes
2 answers

.Net Connector for SAP HANA with .Net Core

We are creating a web API for our organization. API connects and retrieves data from a HANA View. I am referring the sample provided at the below link to establish the…
IamChandu
  • 355
  • 6
  • 18
6
votes
4 answers

SAP .NET Connector (SAPNCO) & .Net Core

The SAP .NET Connector is not compatible with the .NET Core framework. Is there any other way to retrieve data from SAP when using .NET Core? I've already searched for an alternative in the nuget package manager but I did not found one. Is there any…
Dries
  • 113
  • 2
  • 2
  • 6
6
votes
1 answer

SAP Web Service from .NET via WCF

I'm trying to consume a SAP Web Service from .NET via WCF. I've generated the proxy and I have configured the app.config file. Here is my test code: WebServiceSAP.ZTEST_RFCClient myWCFService = new…
Javier
  • 4,051
  • 2
  • 22
  • 20
5
votes
1 answer

How to pass multiple tables to SAP using IRFC functions from .Net

I am passing 3 tables to an IRfcFunction which creates an order on SAP. When I try to debug this program it is not giving any error messages, but this is not creating any order on SAP. I am looking for any kind of help or tips in solving this…
Venky
  • 171
  • 1
  • 3
  • 9
5
votes
1 answer

ERPConnect for SAP R/3 RFCs - is it any good?

We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together?
Falkayn
  • 559
  • 3
  • 15
5
votes
1 answer

How to create and send IDocs to SAP using SAP .NET Connector 3

I want to create and send IDocs to SAP using the SAP .NET Connector 3.x. And I have a configured RFC Destination in my application: _rfcDestination = RfcDestinationManager.GetDestination(_destinationName); But I can not find any examples on how to…
flosk8
  • 465
  • 1
  • 6
  • 17
5
votes
5 answers

Alternatives to the "SAP Connector for .NET"

Are there (free or cheap) alternatives to the "SAP Connector for .NET" ?
Elmex
  • 3,331
  • 7
  • 40
  • 64
5
votes
2 answers

How to fetch data from SAP system using sap .net connector?

I am developing an windows application, here I wanna extract data from sap system and show it in a datagridview... I have extracted the column names alone like name, city and so on.. I don't know how to extract the data from the columns, can…
Jeswin Rebil
  • 460
  • 1
  • 7
  • 19
5
votes
7 answers

Does a mixed .net/sap system make sense?

This might be a bit vague question, but real life is like this. Our company is rolling out SAP system. I know they now do Web Services so we could simultaneously roll out the .NET thing for anything we know we can do in C#. What are the pitfalls…
ilya n.
  • 18,398
  • 15
  • 71
  • 89
1
2 3
13 14