Application Development 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: 

Write Statement IN ECATT

Former Member
0 Kudos
147

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

Former Member
0 Kudos
86

>

> 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.

Former Member
0 Kudos
86

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