InterviewSolution
Saved Bookmarks
| 1. |
What is the use of breakpoints table in ABAP programming? |
|
Answer» This breakpoint table can be very useful when one is in a large program with many break points set. It allows one to review the breakpoint and allows for the removal of breakpoints which are no longer desired. |
|