cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy scenario

Former Member
0 Kudos

Hi Gurus,

Im getting the batch GRN XML message from 3rd party application for every half an hour and the batch XML message should be converted to batch Idoc.

This is synchronous interface.

SAPECC->PI->3rd party application

I'm currently using the abap report to trigger the clent proxy in SAP ECC system and getting th batch XML message into SAP sytem.

Can I do the batch XML to batch idoc conversion within the proxy code when I receive the response in th same interface or should I create a separate interafce to do the batch XML to batch idoc conversion.

Any help appreciated.

Thanks,

Jay.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhay_rajhans2
Contributor
0 Kudos

Hi J R,

You can trigger the outbound interface from the proxy code itself. When you trigger outbound interface it is just a calling a method.

But for forwarding the IDoc to PI you need a new interface to be build up in PI means it will be having new namespace and interface name.

Flow will be like this

3rd Party XML -


> Proxy (Convert into IDOC and call the interface which will send data to PI) -


> SAP PI --- > 3rd party