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
Which objects are independent transport objects?
What is meant by write lock? : sap abap data dictionary
Explain the disadvantages of abap query tool?
What is the logo in sap script?
Workbench request are client dependent or client independent
Specify the types of data dictionary objects.
What are the page headers for secondary lists?
what are the critical issues u face in ur project?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What are ranges?
Explain the uses of the simple maintenance interface? : sap abap hr
What are the aggregate objects in data dictionary? : sap abap data dictionary
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
How will you define posting procedures?