cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Debugging

Former Member
0 Kudos

Hi Group,

When I am trying to dubug Server ABAP proxy without giving control to debug mode it is directly executed.the following steps I followed.

1.Kept Debug point

2.Register/Deregiser queues

3.triggered Interface from PI

But when I am executing from SPRoXY transaction control going to debug mode,any body have suggestions

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Closed

Former Member
0 Kudos

Hi,

When you want debug the ABAP proxy,.

1) Take the Dummy payload from SXMB_MONI or Test payload

2) Set the Breakpoint in particular point

3) Click the exeute button or F8

4) Paste the payload in that window .

5) Click on Execute button again or F8

Then cursor can directly going to the Break point, Now u can start your investigation based upon options

F6,F7 &F8.

Regards,

Sateesh N.

Former Member
0 Kudos

Hi Ravi,

In the way its working fine,but when I am placing file in PI its not going to debug mode

Former Member
0 Kudos

Swabap,

Set external break point in your abap code. Dereister queue and run your interface.

Goto SXMB_MONI ( All messages wd be with green flag) . Select queue under message and click in processing, It will stop @ your break-point.

Hope this will help.

Thanks,

Nilesh

former_member181962
Active Contributor
0 Kudos

Hi,

What kind of break point did you keep?

External Break point or a normal break point.

It should be an external break point.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

Hi Ravi,

I used External debug point only.