cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP synchronous proxy code. triggering point from ABAP proxy

Former Member
0 Kudos

Hi experts,

Could you please share ABAP synchronous proxy sample code. triggering point from ABAP proxy

advance thanks.

regards

elton

Edited by: eltonsaranya on May 6, 2011 10:15 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>Could you please share ABAP synchronous proxy sample code. triggering point from ABAP proxy

You need Client Proxy. Seach SDN for this.

Some important things:

ESR: Create Service interface synchronous for outbound and inbound. Rest are all same.

ID: you dont need sender communication channel and sender agreeement. Rest are all same.

After desigining interfaces, USE Transaction SPROXY in ECC to create Proxy objects. After that code logic in abap proxy objects. Also you might have to search Sdn to do proxy communication configuration (between Ecc and PI) too.

Hope that helps.

Former Member
0 Kudos

HI Elton

have look over following blogs:

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

After generating proxy by using Tcode - Sproxy .. you need to write code inside proxy.. search in ABAP forum also you will get many codes and examples depending on situation

Thanks,

Bhupesh

former_member208856
Active Contributor
0 Kudos

Check the code in standard system for Software Component --> SAP BASIS --> namespace sap.com/xi/XI/Demo/Airline.

for Asynchronous code check blog :

/people/sandeep.kaushik/blog/2010/07/15/abap-proxy-complete-developments-on-sap-pi-sap-abap-systems