Answer Posted / shreeshaildiggi
Syntax
CATCH cx_class1 cx_class2 ... [INTO oref].
Effect
Introduction of a statement block of a TRY control
structure in which exceptions can be handled.
Syntax
TRY.
[try_block]
[CATCH cx_class1 cx_class2 ... [INTO oref].
[catch_block]]
...
[CLEANUP [INTO oref].
[cleanup_block]]
ENDTRY.
Effect
The statement TRY introduces a control structure with
several statement blocks. The first statement block
try_block is always run, whereas a branching off to exactly
one of the remaining statement blocks only occurs if a
class-based exception occurs in the try_block.
Thank's and Regards
Shreeshail Diggi
SAP Technical Consultant Infinite India
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to upload data using catt ? : abap hr
out bound process code for quotation?
Differentiate between table and template ?
What is database utility?
What is the project you are currently working and work that you are doing
What is the syntex used to call a screen as dialog box (pop up)?
What are user exits? What is involved in writing them? What precations are needed?
Explain what is sequence of event triggered in report?
What are differences between at selection-screen and at selection-screen output?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Does the external program run in the same sap luw as the caller, or in a separate one?
What is the difference between field-group header and other field groups? : abap modularization
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
How do you get the number of lines in an internal table?