Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

breakpoint cannot be created in Eclips

former_member310653
Participant
0 Kudos

Hi Expert,

I create a AMDP procedure for ABAP CDS table, and try to do debugging, but when I try to create a break-point in AMDP code, there is error displaying as below. I try everywhere in the code, error happens all the time.

1 ACCEPTED SOLUTION

pokrakam
Active Contributor
0 Kudos

Have you tried setting a breakpoint just before the AMDP call?

9 REPLIES 9

VijayCR
Active Contributor
0 Kudos

Did you install the debugger perspective are you tring to debug in ADT or SAP GUI ??

0 Kudos

I am doing AMDP procedure for ABAP CDS table, all works are on ADT, and also debugger perpective installed, and also I can perform debugging well for non-AMDP programs, but for all AMDP procedure, I get the same error message for setting break-point. but for other AMDP procedure, I get following error:

VijayCR
Active Contributor

0 Kudos

unfortunately , I don't have access for sap hana modeler or development persfective, so I can't access hana procedure. I think external debugger should work, but I still want to know why I can't not use new debug approach as my system is above 7.5.

pokrakam
Active Contributor
0 Kudos

Have you tried setting a breakpoint just before the AMDP call?

0 Kudos

Hi Mike, I can set breakpoint for non-AMDP code, also I create another AMDP procedure, where breakpoints can be set,

pokrakam
Active Contributor
0 Kudos

OK, if it works for some but not this method that is strange.

My point was that you set a breakpoint before the procedure call for two reasons:

1. to fulfil your goal - to debug the procedure!

2. to verify whether you can actually debug it. If not, then trying to step into it may give you a clue what the problem is.

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Integrated AMDP debugging is available from AS ABAP 7.50 on.

How to do this before can be found here https://blogs.sap.com/2014/01/31/tutorial-how-to-debug-an-abap-managed-database-procedure/

And I found it by searching ...

0 Kudos

Hi Horst, I can use this integrated AMDP debugging before, but can't do it right now for this code, but I create other AMDP, breakpoing can be set.