Answer Posted / sunita garbyal
Exceptions are used to handle errors. The Funtion module checks for any type of error & raise exception & returns SY-SUBRC to the calling program. Main program checks for SY-SUBRC for any errors and then takes action accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the exits created in M.M and S&D?
Why cant we use Normal function module for data transfer?
What are the different types of view?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is the collect statement?
when does a list get sent to the screen on the presentation layer?
Define external layer? : abap data dictionary
What are the differences between interactive and drill down reports?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What are the different types of sapscript symbols?
What are the two levels in defining a match code ?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Hat are the different types of mode (run code) in call transaction method?