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 are the parameters in bdc_insert? : abap bdc
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
what is mean be On Change of in Control Break statement
What are the different types of the sap abap data dictionary objects?
What is the first thing you do after vendor setup is complete?
What do you mean by batch data communications programming?
What are internal tables? How do you get the number of lines in an internal table?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Can we call reports and transactions from interactive reporting lists?
Explain how is batch input process different from processing on line?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How do you find if a logical database exists for your program requirements?
Where do you find info on new developments in SAP?
What are the different types of work process?