From the course: ABAP for SAP Users

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Stopping a transaction conditionally

Stopping a transaction conditionally - SAP ERP Tutorial

From the course: ABAP for SAP Users

Stopping a transaction conditionally

- [Instructor] If you remember, you removed this break point in the previous demo, during debugging. Of course, this session hasn't been refreshed, so this break point is not active, actually. So you need to set it one more time with a simple click. The break point active again. Now, let's run the VA03 in a new session and display any sales order you want. Here it is, the debugger appears again. Let's navigate to the desktop 3 to have more space. Right now, the system is reading the line item 10. But let's say, you only curious about the line item 40. You can use the navigations of course. But for this, there is a much more efficient method. The watchpoints. To create a new watchpoint, just hit this button. The watchpoint enables you to track the value of an above variable. The debugger stops as soon as the value of the watch variable has changed. Furthermore, you can enter specific conditions for the watchpoints.…

Contents