Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TRY/CATCH in ECATT Tool

Muthu_raja
Active Participant
0 Likes
657

Hi ABAPers,


I have to test an object in the ECATT, So I am calling my method from the Scripts like below,

The GET_DATA method raising an standard exception. I want to catch the exception inside the scripts.

Is there any way/command to do this ??.. Thanks in Advance !

CREATEOBJ ( MYOBJECT , PARA1 ).
CALLMETHOD ( MYOBJECT , GET_DATA , GET_DATA1 ).

Hi ABAPers,


I have to test an object in the ECATT, So I am calling my method from the Scripts like below,

The GET_DATA method raising an standard exception. I want to catch the exception inside the scripts.

Is there any way/command to do this ??.. Thanks in Advance !

CREATEOBJ ( MYOBJECT , PARA1 ).
CALLMETHOD ( MYOBJECT , GET_DATA , GET_DATA1 ).
0 REPLIES 0