2010 Feb 10 9:32 AM
Hi All,
TRY.
CREATE OBJECT LR_0014
EXPORTING
TCLAS = 'A'
INFTY = '0014'.
CATCH CX_HRPA_VIOLATED_ASSERTION .
ENDTRY.
for this code in SLIN it is showing warning message as
No Exception Handling After the CATCH Statement
Please suggest the Solution.
Hi All,
TRY.
CREATE OBJECT LR_0014
EXPORTING
TCLAS = 'A'
INFTY = '0014'.
CATCH CX_HRPA_VIOLATED_ASSERTION .
ENDTRY.
for this code in SLIN it is showing warning message as
No Exception Handling After the CATCH Statement
Please suggest the Solution.
2010 Feb 10 9:38 AM
Hi,
What is the object type you are refering to? Seems you have removed the EXCEPTIONS part.
Thanks,
Vinod.
2010 Feb 10 9:40 AM
2010 Feb 10 9:48 AM
see.. basic reason it you are trying to catch something but not doing anything with it..
it can be hidden using "#EC NO_HANDLER ...
but if you have some thing like..
>catch this into that.
then you can use to read the text of 'that' to use it for messages or some other task..
2010 Feb 13 4:14 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |