cancel
Showing results for 
Search instead for 
Did you mean: 

Sending PO outbound from SRM to PI via Standard Proxy

Former Member
0 Kudos

Dear all,

We are using an SRM 7.0 system and we are trying to trigger enterprise service PurchaseOrderERPRequest_Out_V1 to replicate a Purchase Order to a different system. Our expectation would be that we trigger an output standard proxy , but we are not able to determine which program to use.

Does anybody know how to set this up (without writing our own program) and what the general way of working should be for cases like this?

Thanks a lot in advance,

Vinod Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can refer the blog : /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

You need to call the object of the proxy class and pass the data in proxy structure format.

Regards

Raj

Former Member
0 Kudos

Hi Raj

I am using Standard Proxys in SRM. you have given Custmize outbound proxy example...

my requirement is how to trigger data in SRM for standard proxy PurchaseOrderERPRequest_Out_V1.

Method is called PURCHASE_ORDER_ERPREQUEST_OUT.

Thanks

Vinod