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 is mean be On Change of in Control Break statement
Name some system global variables you can use in abap programs?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Explain the differences between se01, se09 and se10?
What is human resource information systems (chris)? : sap abap hr
stock transfer from one plant to another plant ? i want the total description.
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
How to display if the value entered contains records or not?
How do you execute the payroll
What are different abap/4 editors?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
What are the two ways for restricting the value range for a domain? : abap data dictionary
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What are the different function modules used in sapscript?
What are the various types of selection screen event?