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

How to enable a SAP FM or BAPI for XML-RPC or SOAP access

I just created a Function Module, made it Remote-Enabled, and now I want to invoke it via XML-RPC over HTTP. I'm on SAP NetWeaver App Server ABAP v7. What other configuration is required in order to expose my FM over XML-RPC? How do I configure the…
DTs
  • 1,196
  • 1
  • 11
  • 28
-1
votes
2 answers

Best Practice for retrieving data from SAP by .NET

I'm looking for a 'best practice' in the industry for integrating SAP RFC-based software with a .NET application. So far I only need to read data from SAP software, there's no need to update. The most straightforward way I've found is using SAP .NET…
Hyperkittie
  • 15
  • 1
  • 2
-1
votes
2 answers

To read the contents of a table that is RFC disabled

Is there any functional module through which we can read the table contents which is not a RFC enabled? There's a table which is RFC disabled and I need to access the contents using RFC... RFC_READ_TABLE isn't working in this case...
Anonymous
  • 35
  • 1
  • 3
-1
votes
2 answers

RFC call does not work on mac os using jco lib and java

SAP RFC call doesnot work on mac os platform. Same code run on windows. There is interesting things that If I connect to sap using with SAP GUI, I successfully call RFC on mac. I use sap official jco lib for connection. My local machine config: …
katsu
  • 558
  • 1
  • 7
  • 20
-1
votes
4 answers

Make SAP Report available via RFC

One customer wants to access a SAP report via RFC. Steps: Third party application connects to SAP via RFC RFC call gets transmitted SAP runs the report SAP returns the report. How can this be implement the part inside SAP? I am using PyRFC as…
guettli
  • 25,042
  • 81
  • 346
  • 663
-1
votes
2 answers

How to run sap r/3 transactions through JCO3? or execute reports through JCO?

If I log in SAP R/3 and execute the transaction code MM60 then it will show some UI screen for Material list and ask for material number. If I specify a material number and execute then it will show me the output i.e. material list. Here the story…
ABC
  • 354
  • 2
  • 3
  • 13
-1
votes
3 answers

SAP Business Connector Version 4.8

It would be helpful if anybody can share ideas regarding SAP Business Connector Version 4.8. Is this out dated or still using? How could we integrate this using Coldfusion programming.
user40991
  • 173
  • 1
  • 3
  • 11
-1
votes
1 answer

SAP integration patterns RFC BAPI + outbound IDOC

I am trying to understand all of the SAP integration patterns (and anti-patterns in that matter). What I am sure that are the patterns: sync BAPI async BAPI IDOCs (inbound + outbound; or just one direction) When doing actual integration with SAP,…
Trick
  • 3,779
  • 12
  • 49
  • 76
-1
votes
2 answers

Send Message from SAP to MSMQ

Is it possible to send a message from SAP to MSMQ ?
Kottan
  • 4,944
  • 9
  • 41
  • 67
-1
votes
1 answer

Invoking restful Soap web service in android

I am trying to invoke the SOAP Web Service in android in Restful methodology. DefaultHttpClient client=new DefaultHttpClient(); HttpHost targetHost=new HttpHost("87.11.9.26", 8000, "http"); client.getCredentialsProvider() .setCredentials(new…
-1
votes
1 answer

Failed to call remote function module with SAP and .NET

I was using .NET for development an SAP application but recently, it always shows me the message below: failed to call remote function module I didn't change any setting or source code. But it still has the problem. Anyone can tell me how to…
Code Man
  • 1,428
  • 2
  • 11
  • 20
-2
votes
1 answer

JCoFunction how to set a field of a structured parameter

I have this RFC How do I set the internal value of the I_VALUE_DATA key? str st public static void TEST()…
Gustavo
  • 5
  • 1
-2
votes
4 answers

BAPI_ACTTYPE_CHANGEMULTIPLE returns empty and doesn't change anything in the Database

I need some help to get my RFC call working. I've got my connection working properly and BAPI_ACTIVITYTYPE_GETLIST and BAPI_ACTIVITYTYPE_GETDETAIL are also working. But the following piece of code is giving me an empty RETURN table. There are also…
-2
votes
1 answer

How to write RFC services in Java?

I want to write RFC services in java, so that I can receive call from SAP. How I can start writing java application? What kind of java project I have to create?
-2
votes
1 answer

JAVA SAP JCo3 codepage wrong characters show up in Eclipse console

After I called the SAP RFC by JAVA, I get the returned data and print it in Eclipse. But Eclipse console shows the wrong encoded character which is not right (returned data language is Traditional Chinese). My SAP codepage is 1100. And I've tried…
LittleY
  • 17
  • 4
1 2 3
26
27