‎2008 Apr 29 6:46 AM
how to creat a log file after downloading the file.
I want to use open dataset
every time when the file is downloaded, it should create a log file (text file)
the details are
name of the user
date of run
time of run
succesful /failure
reason of failure
‎2008 Apr 29 6:49 AM
‎2008 Apr 29 6:53 AM
Hi,
sy-subrc can be checked after transfer statement.
Better pass all these results manually to a itab and convert it to a text file.
Regards,
Ramya