Top "Saprfc" questions

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

DATA_BUFFER_EXCEEDED error when calling RFC_READ_TABLE?

My java/groovy program receives table names and table fields from the user input, it queries the tables in SAP …

abap jco saprfc
Connect a third-party application (MS Excel) with SAP R/3

I'm working out a solution for communicate MS Excel (a VBA macro) with SAP. Sometimes is too hard to reach …

excel vba saprfc sap-basis
How can I use sftp with SAP?

Currently we use FTP, but there is a requirement to use SFTP. According to our Basis guys SFTP will not …

sftp saprfc sap-basis
Connect Excel with SAP using RFC

I need to know how to connect Excel with SAP using RFC. I have not managed to import any SAP …

excel vba saprfc
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
Tables using LIKE may only reference flat structures

I wanna have a table parameter in a RFC function module of type CGPL_TEXT1, which uses the domain type …

abap saprfc
How can I connect to SAP using sapnwrfc library?

Our software is written in C# and needs to connect to SAP. As some of our customers use older versions …

c# sap dllnotfoundexception saprfc
Parameter is not type-compatible with formal parameter when method is called from FM

A static public class method, zcl_abc=>dosomething, has an importing parameter it_lines type TLINE_T optional And …

methods abap saprfc function-module
How to Execute SAP RFC using SOAP?

I have a requirement where I need to run an RFC from an ETL (Datastage) job. It can be done …

soap sap saprfc