Top "Sap-dotnet-connector" questions

Questions about the SAP .NET Connector (aka.

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). …

c# .net sap-dotnet-connector
How to get result of a RFC

I am totally new when it comes to fetching the data from a SAP RFC. I am following many links …

c# asp.net saprfc sap-dotnet-connector
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 …

.net sap connector sap-dotnet-connector
Parsing SAP IDOC files

We are currently planning on communicating with a partner that is running SAP. The problem is that our ERP offers …

.net sap-dotnet-connector idoc sap-erp
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 …

c# asp.net sap-dotnet-connector
Configure SAP .NET Connector for SNC using config file in C#

We have a number of applications developed in C# that interface with SAP using the SAP .NET Connector 3.0. I'm very …

c# configuration sap sap-dotnet-connector
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... …

.net windows sap-dotnet-connector
SAP connector 3.0 .NET set value on table structure

I'm trying to get data from SAP via SAP Connector 3.0 on a MVC3 application. There is no problems with the …

c# .net sap connector sap-dotnet-connector
How to overcome the exception "The Type Initializer for "SAP.Middleware.Connector.RfcConfigParameters" threw an exception - Error#:-2146233036"

We have applications which is fetching data from SAP systems through DCOM SAP connector. Recently we have replaced with .NET …

c# sap-dotnet-connector
Add items to IRfcTable

I have a function and one of it's parameter is a table (T_ITEMS). Item of tables is of type/…

.net sap connector sap-dotnet-connector