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
0 answers

Authenticate to website in Javascript to access back-end

I am currently developing an application for my company that is essentially a phone book application. Let's say that you are a manager - named Alex - and have 3 developers reporting to you: Mike, Matt and Mark. In order to gather the contact…
1
vote
3 answers

How to get the return of an exchange parameter with Sap Connector

I have an issue in reading the return-value of an exchange-parameter. I am experienced in passing and reading out tables and simple fields, but I don't get this return value. The image shows the result ("Ergebnis" = Result). It is a custom…
etalon11
  • 895
  • 2
  • 13
  • 36
1
vote
2 answers

Mule - com.sap.conn.rfc.exceptions.RfcGetException: Transaction " " is unknown

I am trying to send XML converting it to BAPI object using XML to BAPI in transformer available in mule. I test the connection and it was successful. While hitting to SAP I'm getting the following error : com.sap.conn.rfc.exceptions.RfcGetException:…
Balwant Kumar Singh
  • 1,158
  • 4
  • 24
  • 48
1
vote
1 answer

How to test SAP .Net Connector 3 Client / Server without SAP System

I want to write some code using the SAP .NET Connector 3 to receive and send data to a SAP System using RFC and IDoc. How can I setup a simple SAP Test System with RFC to test my code. Is there a way to mock the SAP System or do I have to install a…
flosk8
  • 465
  • 1
  • 6
  • 17
1
vote
1 answer

SAP RFC module for getting measurement

I have been using MEASUREM_DOCUM_RFC_SINGLE_001 to update a measurement point in SAP through .Net 2.0, and this worked quite well. I would like to read the latest measurement point, but I am unable to find a RFC in the Function group IMR0. Thanks…
fishhead
  • 5,829
  • 7
  • 32
  • 43
1
vote
0 answers

RFC subsystem not yet initialized

I have installed saprfc-1.4.1 on linux 4.0.4-x86_64 (ubuntu14) machine. PHP Version 5.5.9 RFCSDK 7.20 After installation, I added the extension (extension = saprfc.so) in php.ini file and then restarted apache. To test if installation was successful…
1
vote
2 answers

AccessViolation Exception in C# Web API

Facing an error while accessing SAP RFC through C# Web API. Here are the details: I am able to get response from SAP RFC which is stored in out param, but it throws an exception while returning that to my function. Here is the code: internal…
Mrunal
  • 13,982
  • 6
  • 52
  • 96
1
vote
1 answer

RFC_READ_TABLE does not return any records. Why?

I am trying to get data from SAP for analysis using RFC_READ_TABLE. It returns Fields correctly. However, when trying to get the rows it returns zero rows. theFunc = functionCtrl.Add("RFC_READ_TABLE") ' Dim returnFunc As Boolean Dim…
waleed.makarem
  • 179
  • 2
  • 9
1
vote
1 answer

SAP RFC heavy upload - 3MB txt file produces 150MB upload

I have a problem with startRFC.exe that produces much bigger network-traffic than required. startRFC has 3 parameters = 3 internal tables = 3 CSV files. Total size of these files that are sent to SAP is 3MB, but it takes 15minutes and totally is…
Racky
  • 1,173
  • 18
  • 24
1
vote
2 answers

Keeping SAP's RFC data for consecutive calls of RFC using JCO

I was wondering if it was possible to keep an RFC called via JCO opened in SAP memory so I can cache stuff, this is the scenario I have in mind: Suppose a simple function increments a number. The function starts with 0, so the first time I call it…
1
vote
1 answer

GLAccount Information - Simulate BAPI_INCOMINGINVOICE_CREATE

I am currently working on an application that posts invoices to SAP ERP using Java/JCo. I am using BAPI_INCOMINGINVOICE_CREATE for the purpose and it works perfectly fine. Now I have an additional requirement to preview the GL Account distribution…
Ramesh
  • 21
  • 4
1
vote
2 answers

SAP Connector 3.0 - how to logout?

I want to save different SAP users to a database and check with a SAP login if the input was correct. For the login, I have to use the SAP.net Connector3.0. Procedure: click button -> enter user1 -> SAP login -> if correct: save, else errormessage…
Ben
  • 11
  • 1
  • 4
1
vote
0 answers

Pass table as import parameter to SAP RFC using PHP

I want to pass data to SAP RFC having table as import parameters using PHP. I am using saprfc library but its functions don't provide the desired functionality.
1
vote
3 answers

Using LINQ to convert array object[,] to array

I have information from external system that always return to me in the following format: I am required to convert this information from object[,] to an Array split on "|". I'm been using LINQ in VB to get this information: Dim vSAPdataTemp(,) As…
MiBol
  • 1,985
  • 10
  • 37
  • 64
1
vote
2 answers

How to install SAPRFC with PHP 5.4.4 in Windows 32 system?

I've tried a lot of things given over the internet to setup SAPRFC in Windows but they all are talking about PHP 5.2 version but everyone knows that we are using PHP 5.x nowadays. I'm running Xampp server where my PHP version is 5.4.4 and I need to…
Manish Jangir
  • 5,329
  • 4
  • 42
  • 75