2009 Nov 09 3:41 PM
I am planning to create some pre and post exits for some web dynpro components in my system.
Will a post exit be called if the method that I am enhancing runs into these statements:
- RETURN
- EXIT (outside a loop)
- RAISE
- RAISE EXCEPTION
- CHECK (with a condition that is false)
?
I am planning to create some pre and post exits for some web dynpro components in my system.
Will a post exit be called if the method that I am enhancing runs into these statements:
- RETURN
- EXIT (outside a loop)
- RAISE
- RAISE EXCEPTION
- CHECK (with a condition that is false)
?
2010 Mar 15 9:35 AM
In case of RETURN, EXIT (outside a loop), and check, it WILL be called.
In case - RAISE
- RAISE EXCEPTION
- CHECK (with a condition that is false)
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |