2009 Jan 24 6:31 AM
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?
2009 Jan 24 10:54 PM
>
> 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.
2009 Jan 27 12:17 PM
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