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

Debugging in eCATT script

Former Member
0 Likes
588

Hello everyone,

Can any one tell how ABAP code can be debugged in eCATT script...?

Thank you in advance.

Regards,

Venkat

1 ACCEPTED SOLUTION
Read only

former_member181959
Contributor
0 Likes
537

hi venkat,

sorry we dont have that feature in ecatt. for the we have only one option.

>>write your code in se38 and run it. if its running fine then copy that code and palce that in ABAP...ENDABAP statements in ecatt. then there will be no problems. but u have to take care of variabled that u use in ecatt.

hope this helps.

>>reward if this helps.

kvr

4 REPLIES 4
Read only

former_member181959
Contributor
0 Likes
538

hi venkat,

sorry we dont have that feature in ecatt. for the we have only one option.

>>write your code in se38 and run it. if its running fine then copy that code and palce that in ABAP...ENDABAP statements in ecatt. then there will be no problems. but u have to take care of variabled that u use in ecatt.

hope this helps.

>>reward if this helps.

kvr

Read only

0 Likes
537

Hi Prasad,

Thank you for your replies to my both questions.

--Venkat

Read only

0 Likes
537

hi,

pls reward points.

cheers,

kvr

Message was edited by:

PrasadBabu Koribilli

Read only

0 Likes
537

Hi prasad,

i tried debugging putting <b>break-point.</b> in between ABAP.. ENDABAP. it works..

--Venkat