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
What is the difference between the function module and a normal abap/4 subroutine?
What is get cursor field?
function modules are also external subroutines. State true or false. : abap modularization
Differentiate screen painter from menu painter.
What are the different attributes that can be assigned to a variant?
How do we handle multiple line items in BDC's.
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What is use of transparent table in abap? How it is different from pool tables?
What data is contained in data dictionary? : abap data dictionary
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What is meant by authorization? Did you ever work on it? : sap abap hr
What is Group by in Select statement?
How can I get ascii value of any letter? Is there any function?
What are pooled tables?
How to creat transactions? : abap data dictionary