Application Development and Automation 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: 
Read only

RFC call

Former Member
0 Likes
639

Hi Friends,

I am new to RFC

My requirement is to fetch data from SAP and send to legacy system. Its an outbound.

Need to fetch data for invoice line item and it has to be updated in a customized table and

I need to fetch the updated data from the customized table and send the data using RFC to legacy sys using webmethods.

I would like to know what is the proceedure to call an RFC to fetch the updated data from the table.

Kindly help me with this. Will reward for best solution.

Thanks

Rushi

Hi Friends,

I am new to RFC

My requirement is to fetch data from SAP and send to legacy system. Its an outbound.

Need to fetch data for invoice line item and it has to be updated in a customized table and

I need to fetch the updated data from the customized table and send the data using RFC to legacy sys using webmethods.

I would like to know what is the proceedure to call an RFC to fetch the updated data from the table.

Kindly help me with this. Will reward for best solution.

Thanks

Rushi

2 REPLIES 2
Read only

Former Member
0 Likes
596

Please use a proper Subject Line and elaborate your requirement.

Read only

Former Member
0 Likes
596

Hi, the code inside your RFC will not depend on the platform on which the third party system is built on. You can create an RFC, fill the export and table parameters, and give them the name of the function module. They will be able to access the EXPORTING parameters and the TABLES. Also, web services can be created using your RFC. It is a simple process, you can get lot of help on scn on creating the web service.