Debugging an ABAP program

You are debugging an ABAP program, and you want to add a conditional breakpoint based on a variable value.

Which of these will help you achieve this?

Options
  • BREAK-POINT statement
  • Internal Breakpoint
  • External Breakpoint
  • Watchpoint

Related Posts