I'm on HANA SPS7 and Netweaver 7.4 SP 7.
Did everything according to the tutorial Tutorial: How to Debug an ABAP Managed Database Procedure.
Granted the debug/execution authorization to the debug user, made the debug configuration and set the breakpoints in the corresponding catalog object.
But when I run the ABAP report (that calls my AMDP), the execution doesn't stop at my breakpoints.
I was able to step-into from my ABAP report method call to the first line of the AMDP catalog object, but I can't see my breakpoints in the debug perspective. And as stepping inside the AMDPs are not supported yet, I can't really debug it.
Am I doing something wrong here?
Please help.