Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC -programing to send table from one SAP box to other

Former Member
0 Kudos

can some one share info on how to communicate data between two SAP boxes through RFC

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Sure, do you want to get data from a table on a remote system and bring it back, or do you want to push data from the source to the target. If you want to read data from another system, the you can use the funciton module

RFC_READ_TABLE

Welcome to SDN>

Regards,

Rich Heilman

0 Kudos

I want to send Data from A sap( Table-internal) box to unix server (table). both on different servers.

I was wondering how to use RFC to implement this task.

former_member223537
Active Contributor
0 Kudos

Hi,

Goto SE 37. Create a RFC by selecting RFC in the Attributes. Enter the IMPORT/EXPORT/TABLES parameters.

Build the logic and activate it.

Now in the another system.

Logon to the same system/client. Call the RFC with the data. Import the return data.

If you want more details, please let us know your requirement in detail.

Best regards,

Prashant