saprfc Questions
5
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 p...
Vickey asked 3/4, 2018 at 9:46
2
Solved
Do you know any decent documentation source for using JCo 3.x?
Most of the materials I could find are pretty outdated and refer to previous versions (JCo 2.x).
In case, anyone wondered, the things...
1
Solved
Let me first say that I saw the other two threads that mentioned this issue here and here, but they didn't help me solve my problem.
I've been testing a program for several weeks in the on-prem Ex...
4
Solved
I've got to admit that I'm not an expert on SAP R/3 programming, so this is more of a basic question on that matter.
Is there any way to get a list of accessible RFC modules and/or tables on a SAP ...
3
Solved
My java/groovy program receives table names and table fields from the user input, it queries the tables in SAP and returns its contents.
The user input may concern the tables CDPOS and CDHDR. Afte...
0
I'm having a problem with the SAP RFC when I'm trying to download some tables.
When I try to create the connection I get the following error:
Bad Variant Type
I checked the regedit registry for R...
1
Solved
I am using asynchronous RFC calls for doing some parallel work in SAP. Here you can see my pseudo code.
* class variable
data: gv_counter type i .
....
method start_tasks .
do 10 times .
cal...
Mckinleymckinney asked 4/5, 2019 at 9:6
2
Solved
Is there a way to do "chunking" of big results into several smaller parts with SAP-RFC?
According to these links it seems like you need to implement chunking yourself :-(
https://archive.sap.com...
1
I can connect as user "foo" with password "bar" via SAP RFC from my machine to the SAP server.
Is introspection possible via SAP RFC? I would like to know which methods user &qu...
3
Solved
With ABAP construction STARTING NEW TASK I can start a separate task running independently of the current, e.g. for batch execution.
I would like to hand over an Object instance RFC functions don'...
Walking asked 4/7, 2011 at 13:36
1
Solved
I'm debugging a solution where a program in one SAP system (A) calls a remote-enabled function module in a different SAP system (B) via RFC connection.
Is there a way to 'test-run' the RFC from A,...
Osteotome asked 28/9, 2016 at 16:49
0
Well, I'm using SapConnector dll to make RFC from .Net to SAP. When I use dll in a Windows form application, everything is fine, but when I try to make connection in ASP.Net Web Site or Web Applica...
Verge asked 22/1, 2013 at 8:45
1
© 2022 - 2024 — McMap. All rights reserved.