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

Write Statement IN ECATT

Former Member
0 Likes
490

Hi All,

I was just trying to use WRITE statement in ABAP-ENDABAP. The script runs succesfully but where can i c the data written using WRITE statement?

2 REPLIES 2
Read only

Former Member
0 Likes
429

>

> Hi All,

>

> I was just trying to use WRITE statement in ABAP-ENDABAP. The script runs succesfully but where can i c the data written using WRITE statement?

HI Srinivas,

Instead of using write command,one can use the options of commands log.

Log(variable).

This command logs the value in the log generated after the execution of eCATT script.

Regards,

SSN.

Read only

Former Member
0 Likes
429

Hello,

LOG command doesnt work in the ABAP ... ENDABAP.

You can WRITE the value in some variable and then read the value in the variable.

Thanks and Best regards,

Ajay