what is defference between breakpoint and watch point?
Answer Posted / kiss_shore
BREAK-POINT.... it stops the processing of the program at a
certain Executable Statement... It can be static (i.e.,
writing BREAK-POINT command in code)
It can be dynamically set during Debgging...
WATCH-POINT... is used on a particular variable/ data
object, so that we will specify certain condition
( like wa_t001-bukrs = 1000 ) to halt the processing... If
the processing founds that the condition reached... then
the BREAK-POINT triggers...
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the function modules used to create batch input session? : abap bdc
What is the major difference between pool tables and transparent tables?
What is the meaning of table buffer? This buffer is used by which type oftable?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Name a few data dictionary objects?
Does sap handle multiple currencies?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How do you Export a session ?
Example of table cluster and cluster tables.
Can we create an abap program without using y or z?
What are interactive reports?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is maintenance view?
Name the special commands of list?
how to modify the standard method as per your requirement