cancel
Showing results for 
Search instead for 
Did you mean: 

client proxy code

Former Member
0 Kudos

Hi All,

from where we can find out that data is passed to proxy??

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I totally agree with previous post, better way to monitor client ABAP Proxy there are SXI_MONITOR and SXMB_MONI transactions whuich you should run at SAP-sender side.

BR,

Dzmitry

Answers (3)

Answers (3)

Former Member
0 Kudos

................

Former Member
0 Kudos

Gangadhar ,

Have you gone through the inputs provided to you .

Regards ,

Former Member
0 Kudos

Gangadhar ,

For Server Proxy :

1. you need to set the external breakpoint in ECC ABAP code .

For client Proxy

1. You can check by setting normal breakpoints and can then on debugging till passing the values to method of Object created by Interface class.

2. Set Parameters for Integration engine of ECC using SXMB_ADM and check there it self at SXMB_MONI of ECC.

Regards ,

Former Member
0 Kudos

SXMB_MONI of ECC system and then XI