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

Replacing RFC Function Module with HTTP site

Former Member
0 Likes
381

Hi Guys,

I have a RFC Function Module with some destination.

While calling this FM in my program I pass some customer details as input.

Based on the input some calculation is done at RFC destination side and get some relevant information as output to my Function Module.

My requirement is instead of using this FM I want to give my clients HTTP site along with the customer details as input.

So based on the input some calculation should be done in the HTTP and the relevant information should be fetched back.

Is this possible.

If so what is the procedure.

Thanks,

Shivaa.

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
359

you can try converting this RFC into a web service and accomplish your task.