‎2015 Aug 11 5:41 PM
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
‎2015 Aug 11 6:46 PM
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
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.