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 data elements and domains? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Does the table can have multiple foreign keys?
function modules are also external subroutines. State true or false. : abap modularization
wat is the default file name of BAPI trace?
Explain what is runtime analysis?
dynamic programming in sap abap
Can we make use of flow logic control key words in abap/4 and vice-versa?
What are the steps to execute session method?
What is off cycle payroll run
What is the use of 'for all entries'?
How will you insert record in a sorted table
What are the types of views? : sap abap data dictionary
What is tcode se16? For what is it used.