Answer Posted / sirisha
Error is the one which can not be guessed or controlled.
Errors occur during the run time. Once the error occurs, the
program will be terminated automatically.
Exceptions are the ones which can be expected before hand
and can be handled in the program. Hence, even the exception
occurs, it will be handled, and the process will be
continued without any termination.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define spool request?
Which transaction code can I used to analyze the performance of ABAP program.?
What are the events in screen programming?
Differentiate between transparent tables, cluster tables and pooled tables
What are number ranges?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
Explain the types of bdc's?
What are internal tables? How do you get the number of lines in an internal table?
How memory management happens for internal tables and work areas in abap?
What are base tables of an aggregate object? : abap data dictionary
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How can you distinguish between different kinds of parameters?
What is payroll area
What is modularization and its benefits?
How to eliminate duplicate entries in internal tables? : abap data dictionary