cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg Proxy...

Former Member
0 Likes
568

Hello ,

1) While working with Client proxy(Out bound proxy) where we have to trigger "SPROXY" transaction .Is it in XI or R/3

2)where to write the trigger program in SE38 Zprogram in XI side or R/3 side

3)If its a server proxy where and what to do in sproxy and zprogram

With Regards,

Satya.

View Entire Topic
Former Member
0 Likes

Satya,

1) While working with Client proxy(Out bound proxy) where we have to trigger "SPROXY" transaction .Is it in XI or R/3

Whether it is client proxy or server proxy u need to trigger SPROXY" transaction in R/3 itself.

2)where to write the trigger program in SE38 Zprogram in XI side or R/3 side.

At R/3 side.

3)If its a server proxy where and what to do in sproxy and zprogram

It it is a server proxy there is no need of writing zprogram. When u create a proxy and activate it, automatically a calss will be generated u need to implement the method in that class. If your scenari is synchronous then u need to implement "synchronous_exceute" mehtod if your scenari os asyncronous then u need to implement "Asynchronous_exceute" menthod. I hope this will clear your doubts.

Pls reward pts if helpful.

Regards,

Venkat