cancel
Showing results for 
Search instead for 
Did you mean: 

SRM debugger

Former Member
0 Kudos

Hi,

SRM debugger stops through web browser with different ID. I am stetting external break point on SRM 5.00 with my ID and running PO change process through web, it doesn’t stop but when my colleague dose the same , it’s works and stop the debugger through browser. we have verified user profile/role/authorization , We are not able to understand why it’s doing so.

Is that any setting I am missing!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

Just correct me in the way i follow to keep the breakpoint..

1.activate external debugger..utilities-> Settings..

2.in SICF giving the service which i know in the screen while creating the PO in the template..

~generatedynpro = 1.

3.in SE19...keeping as BREAK <username>.

Please see these two threads for setting the debugger ->

Put debugger in services BBPSC01, BBPSC02 and BBPSC03

Hope this will help. Do let me know.

Regards

- Atul

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you are on SRM 5.0,then in SRM 5.0 ,you have 2 types of breakpoints available;

Session breakpoint(normal)

external breakpoint(useful to debug through web)

Now to activate the external breakpoint for your user ID,you just need to do the foll:

-->set the break pt in any of the Code which is being called during the trascn to be debugged

>under utilities>settings>abap editor>debugging,Under the section "EXTERNAL DEBUGGING",just enter your USER ID in the Users field.

You can have only 1 User ID active for external debugging at a time.

BR,

Disha.

Pls reward points for useful answers.