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
Can we display a list in a pop-up screen other than full-size stacked list?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
did u done enhancement framework?how u implemented?
Explain how to write a bdc - how do you go about it?
Explain different types of locks?
Difference between select option and ranges ?
What are the differences between table and structure in data dictionary?
What is the difference between synchronous and asynchronous update?
if while coding power goes off , how to retrieve the codes?
What are the different message types available in the abap/4 ?
What is output determination?
What is luw?
What is the difference between the exits created in M.M and S&D?
what is user specific parameter?