Monday 14 February 2011

SAP/ABAP - external debugging/breakpoint gone haywire

Have you come across an external debugging gone haywire? You tried so many times trying to put in a external breakpoints but your BSP code never stop at your breakpoints? Somehow, I've experienced this too many times while debugging my BSP codes and found that the external debugging table gone haywire .. searching OSS note found a note with a way to remove these haywire breakpoints .. run RSBREAKPOINTS and remove whatever you've there. This should solve your problem..

1 comment:

Anonymous said...

Thank god for that t-code :-)

Calling MS SQL Stored Procedure from ABAP

One of the few things sometime coming up in your ticket request. Calling stored procedure from ABAP to remote SQL server.  How do we send th...