cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Adapter

prabhu_s2
Active Contributor
0 Kudos

Hi

Where does the RFC adapter is executed? Since RFC calls are converted to RFC XML format i had a doubt of where this is getting executed?

Pls clarify

Thks

Prabhu

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Prabhu,

Not sure I got the question. Can you explain further?

Regards

Bhavesh

prabhu_s2
Active Contributor
0 Kudos

I was going to the help.sap of RFR adapter and there they had mentioned that the RFC data are converted into RFC XML before actual message processing in IE. If this is the case i assume that it would not be processed by abap stack. want to confirm if it is processed at java stack or if i'm wrong want to correct on it.

bhavesh_kantilal
Active Contributor
0 Kudos

Prabhu,

The RFC adapter rsides on the j2ee stack and it uses a JCO connection to get the RFC metadata from the target R3 system and convert the RFC into RFC XML and vice versa. Just as Idoc's are converted into Idoc XML, so are RFC's.

But , the only difference like you know is that this conversion for Idoc happens on the ABAp stack and for RFC's on the Java Stack.

The data that enters and leaves the IE ( running on the ABAP stack ) is RFC -XML

Regards

Bhavesh

prabhu_s2
Active Contributor
0 Kudos

kool. that was my assumption but not sure enough. thks a ton for clarifying on this.

agasthuri_doss
Active Contributor
0 Kudos

Hi Prabhu,

As Bhavesh mentioned the RFC adapter is on the j2ee stack .

Regards

Agasthuri Doss

Answers (0)