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 Problem.

ronaldo_aparecido
Contributor
0 Likes
401

Hi Gurus.

I'm working with RFC with Proxy Service.( 1° time)

I have a other system that will access my RFC and send data to SAP.

The PI will create a proxy service .

i WANT to know how i link my rfc with this service proxy.

If you have a document or explanation please send me.

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
367

Hi Ronaldo,

After Proxy enabled in PI, you need to GOTO SPROXY T. Code.

Then Create and activate the proxy for respective service interface (Inbound/Outbound).

In Inbound method, there will one parameter call INPUT.

Call The RFC in Inside the Inbound method and map the INPUT structure to RFC Input.

If there is outbound proxy, then call the outbound proxy method inside your RFC and map the RFC output to your OUTPUT parameter of outbound proxy.

Helpful Links:

Step by Step guide to develop Outbound ABAP Proxy with PDF attachment. - ABAP Development - SCN Wiki

http://scn.sap.com/people/sandeep.kaushik/blog/2010/07/15/abap-proxy-complete-developments-on-sap-pi...

ABAP Proxy- SAP PI 7.0, sp 14 | SCN

Suggestion: Please try to Submit report inside the Inbound proxy method instead of RFC.

I hope this will solve your issue.

Regards,

LR Byni.