‎2007 Jan 11 11:40 AM
Hello everyone,
Can any one tell how ABAP code can be debugged in eCATT script...?
Thank you in advance.
Regards,
Venkat
‎2007 Jan 11 12:57 PM
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
‎2007 Jan 11 12:57 PM
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
‎2007 Jan 12 8:31 AM
Hi Prasad,
Thank you for your replies to my both questions.
--Venkat
‎2007 Jan 12 9:17 AM
hi,
pls reward points.
cheers,
kvr
Message was edited by:
PrasadBabu Koribilli
‎2007 Jan 16 8:26 AM
Hi prasad,
i tried debugging putting <b>break-point.</b> in between ABAP.. ENDABAP. it works..
--Venkat