Answer Posted / jayati saha
I don't know the exact answer but I think error refers to
the bug which may be detected at run time or not ,may
produce an exceptional result or not.
i mean to say that it may be a syntax error, logical error
which may produce abstract result or not but exception are
the errors which are detected at run time .
so we can say that exception are nothing but runtime error,
if exception occurs then a program will be terminated
abnormally and immediately.
so we have to design exception handler, a block of code
which can catch the error and thus can prevent the abnormal
termination of the program.
Thanks and hope for the better answer.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between data elements and domains? : abap data dictionary
How can I get ascii value of any letter? Is there any function?
Explain how do you use structures in the abap programs?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What are the different message types available in the abap/4 ?
What is sapnet?
Double click function on the lists, identifying the line selected by the user on the list?
In what ways we can get the context sensitive f1 help on a field?
what is difference between (internal table types)standard table and sorted table in sap abap....
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What will exactly the hide statement do?
Advantages and disadvantages of different types of bdc's?
Did you create any joins?
What is lock mechanism? How do we create lock objects in abap?
Explain the structure of a bdc sessions?