cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy

Former Member
0 Kudos

Hi,

I have problem in ABAP Proxy. When i upload a XML and test the ABAP Proxy code it is working fine, but when i trigger the change from sender, its updating the wrong value in the database.

I checked the incoming and the converted XML, everything is correct and there is no prob in the XI.

Please tell me is there any way to debug the ABAP Proxy during the actual proccessing i,e. when the change is triggered from the sender.

Thanks and Regards,

Arunsri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can put a remote breakpoint in your ABAP proxy code. Be sure that you use the same user for the remote breakpoint as the user you defined in the communication channel.

Former Member
0 Kudos

Please tell me how to set up a remote breakpoint.

is it like..

IF Sy-uname = 'XX'.

Break-point.

ENDIF.

arunsri

Former Member
0 Kudos

Put ur cursor over the line in your code and press Ctrl + Shift + F9 for setting external breakpoint.

Answers (0)