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 :-)

TOUCHTAB report, regenerate all ABAPs related to changed/modified structure

I was working on S4HANA OnPremis and tried to do an enhancement to BP's additional info structure by appending fields, but decided that ...