cancel
Showing results for 
Search instead for 
Did you mean: 

use of Http to RFC?

Former Member
0 Kudos

hi experts,

Where exactly we use this Http to RFC Scenario?

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

>>Where exactly we use this Http to RFC Scenario?

RFC is used when the receiver/sender system is a SAP systems like R/3,ECC... HTTP is uses at a web appllication that can consume/provide service using HTTP protocol...

~SaNv...

Answers (3)

Answers (3)

deepak_shah
Contributor
0 Kudos

Hi,

You can you HTTP to RFC kind of scenario in cases where in you have a webservice that fetches data from Backend R/3 system.

For eg. You send Http request giving the employee ID and you are required to fetch data from R/3 system.

In such cases u make synchronus call using RFC to fetch data from R/3

Former Member
0 Kudos

Hi,

I am just giving you one example:

Lets take your front-end application is the JAVA

and

The backend application is SAP ECC system.

You want to create a SO in SAP ECC by Using JAVA application. For that you can go for HTTP to RFC scenario.

Regards,

Venu V

Former Member
0 Kudos

This message was moderated.