Answer Posted / sudhanshu billore
breakpoint :
The breakpoint "pauses" the program execution once you reached the specified line. From there onwards u can execute line-by-line, check the contents of the registers etc... This is for debugging purposes.
watch point:
the watch point only "pauses" the execution of the program once the variable and value of the watchpoint that you specified matches. Ex. your watchpoint is var1 = 1234. Until var1 is not 1234 your program will continue to execute and will pause only when it reached the 1234 value.
Remember both will "pause" the flow not "stop" bcoz after reaching that point program won't terminate, you can execute further.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of logical databases?
stock transfer from one plant to another plant ? i want the total description.
Can a domain, assigned to a data element be changed?
Explain the data types of internal tables?
What are the user interfaces of interactive lists?
What is the use of the statement leave to list-processing?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Define structure in abap data dictionary?
What is a view? : abap data dictionary
Difference between domain and data element? What are aggregate object?
How to debug a sapscript?
What is generic buffering?
Performance tuning techniques
What is alv programming in abap? When is this grid used in abap? : abap hr
What are the drill-down features provided by abap/4 in interactive lists?