Tagged Questions
The sap-connector tag has no wiki summary.
3
votes
4answers
3k views
SAP .NET Connector: System exception thrown while marshaling .NET type
My app sends lots and lots of data to SAP. To di this, it builds up an SAP table object and sends it over. I get this error somewhat regularly, but not reliably:
System exception thrown while ...
2
votes
2answers
601 views
“SAP Connector for .NET”: Generate proxies without Visual Studio 2003
Are there possibilities/ways to generate "SAP Connector for .NET"-proxies without Visual Studio 2003, so that they can be used in Visual STudio 2008 ?
1
vote
3answers
735 views
Is there a way to reference a certain class/interface/… by enclosing it with its namespace rather than a using directive “using namespace_name”?
Is there a way to reference a certain class/interface/... by enclosing it with its namespace rather than a using directive "using namespace_name" ?!
As, I'm working on a website, which uses SAP .NET ...
0
votes
0answers
116 views
How to pass multiple tables to SAP using IRFC funtions 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 ...
0
votes
1answer
133 views
how to add multiple rows to IRfcTable
I am trying to pass 2 rows to a BAPI table, but my code is taking only the 2nd row all the times.
I is passing the data as:
6 7 8
6 7 8
instead of:
1 2 3
6 7 8
Here's what I've tried:
...
0
votes
0answers
79 views
SAP .NET connector takes a long time to fetch results on first attempt
I have an issue with the SAP .NET Connector
I have built a web application (ASP.NET, C#) that connects to SAP BAPI procedure to fetch results from SAP database.
I have connected it to SAP BAPI ...
0
votes
1answer
109 views
Insert data in SAP server with the help of window application
Basically what i have to do is, fill the textboxes of SAP based application with the help of my application which is window based (.NET framework). my application will fetch the data from data base ...
0
votes
1answer
203 views
.NET connectivity with SAP
I wanted to learn SAP connectivity with .NET. I am 0% in SAP and even I don't have any SAP environment to give it a try. Can you suggest me how can I learn it practically? I mean is there anything ...
0
votes
1answer
1k views
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?
...
0
votes
1answer
948 views
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/structure Z_ITEM with two fields: Value, Quantity;
How can I add to this table items of type Z_ITEM?
What ...
0
votes
3answers
339 views
How to pull/push data from/to existing SAP system?
I need to connect to a SAP system, to pull/push data to/from that system?
I downloaded SAP PDK for .NET, build a solution using it, but this requires Portal Runtime for .NET to be installed on server, ...
0
votes
1answer
260 views
Use SAP Connector for .NET in VB6
Is it possible to use the SAP Connector for .NET in VB6 respectively can be used as COM-Component (COM-visible) or is it better to write a COM-visible wrapper, which hides everything of the connector ...