Questions tagged [saprfc]

The Remote Function Call (RFC) used by the SAP NetWeaver ABAP runtime environment for both inbound and outbound communication.

The Remote Function Call (RFC) used by the SAP NetWeaver ABAP runtime environment for both inbound and outbound communication.


Useful Links

Related tags

396 questions
1
vote
1 answer

Set query parameters of RFC_READ_TABLE using win32com module?

I'm trying to port to Python a SAP table download script, that already works on Excel VBA, but I want a command line version and I would prefer to avoid VBScript for a number of reasons that go beyond the goal of this post. I'm stuck at the moment…
Lorenzo
  • 167
  • 1
  • 4
1
vote
1 answer

How to create OData based off RFC with multiple tables in the output?

I am working on a large project at work that requires me to create OData's for a large variety of Remote Function Calls. I was able to work out how to model and create OData's for simple RFCs; however, I am struggling with more complex RFCs that use…
1
vote
2 answers

Possible values RFC_NAME field in S_RFC object

Where can I find the possible values for RFC_NAME field ?
dino
  • 11
  • 2
  • 6
1
vote
1 answer

Need Help at Getting data from SAP to C#

I want to get some data from an SAP Server to my C# program in Visual Studio. The connection between the SAP and the program is already working but I don't really know how to get the data from the Server into the program. namespace ConsoleApp1 { …
brachi
  • 119
  • 1
  • 3
  • 16
1
vote
1 answer

SAP RFC_READ_TABLE not returning all digits

Using the RFC_READ_TABLE FM for the first time, I am trying to pull stock data from the table MARD. Some parts have unrestricted stock value (LABST) greater than 1 billion. When viewing this table using SE16N, the full value is visible, but when…
1
vote
2 answers

How to execute RFC function on explicit destination using JCo?

I would like to execute RFC function on explicit destination using JCo. I've modified existing JCo program StepByStepClient.java and I'm able to execute RFC function exactly the same way like using SAP GUI se37 when the "RFC target sys" field is…
1
vote
1 answer

Impersonalize SAP dialog user in SAP NCo application

I am building a special application that helps users to insert some data in SAP. Currently the functionality of the app works as expected. But when data is saved in database, the logs are showing, that the user who made changes is the System user. I…
gtu
  • 707
  • 1
  • 10
  • 22
1
vote
4 answers

SAP query RFC connection on 64bit WIN and OFFICE "ActiveX component can't create object"

We used to use RFC connection in excel (VBA) from SAP query with object "SAP.LogonControl.1" on 32 bit WIN and OFFICE. Now we installed 64 bit version of WIN and OFFICE and we have a problem with "ActiveX component can't create object". Here is the…
Dejv
  • 21
  • 1
  • 1
  • 4
1
vote
1 answer

Call SAP methods from Java

I am trying to make a connection with the sap systems and I have all the connection properties which are required in order to do so. I am trying my best but I am facing some issues I have no idea how to resolve. All I need is a simple code example…
1
vote
1 answer

SAP SSL handshake failed

I'm trying to retrieve data from an open data API. I have downloaded the certificate from the site and imported it into STRUST (SSL Client Anonymous). Then I created a HTTP connection to external server in SM59. In the beginning it worked fine,…
mrdeadsven
  • 744
  • 1
  • 9
  • 22
1
vote
1 answer

Standard way to map a URL string to RFC Destination in ABAP?

In SAP (AS ABAP 7.4) I have configured a set of RFC Destinations (Transaction SM59), including an SSL configuration using a client certificate for authentication at the service. Say, one of these RFC Destinations goes to: myserver:443 and myserver…
pmenze
  • 38
  • 1
  • 6
1
vote
3 answers

SAP PI web service which calls multiple RFCs

I have asked an SAP PI vendor developer to create a single web service with multiple operations ,where each operation would call an RFC , I am being told it will need to be a single RFC and single operation , is it not possible to have single web…
user1965449
  • 2,849
  • 6
  • 34
  • 51
1
vote
1 answer

Nested structures in JCo for SAP?

I currently maintain rfc function modules to be called via Java Connector for SAP. My current module returns a table of documents, where each line has some data and another table of items. When introspecting this module via JCo 3.0, it does only…
Tassimmo
  • 33
  • 2
  • 6
1
vote
2 answers

Jco Adapter pooling performance deadlock?

We're running an enterprise scale SAP application with front-end springboot clients connecting via Jco adapter 3.0 on Oracle VM using the connection pool (size 100). We're experiencing unsystematic long-running requests > 10s that are not visible in…
andig
  • 13,378
  • 13
  • 61
  • 98
1
vote
1 answer

How to migrate from SAP Classic RFC API to Netweaver RFC API

Good morning. We have a working Idoc interface to SAP using the "Classic" API of the SAP RFC SDK. As this is no longer supported we need to migrate to the new Netweaver RFC SDK which comes with a new API. I now have a little trouble in understanding…
struppi
  • 595
  • 1
  • 3
  • 15