‎2008 Aug 25 11:23 AM
hiiii
i have a requirement where i need to put a file on the server such as
using open dataset if i am writing a file which already exist into server then i must make note and keep it in a log . please advise if when i put an error message after open dataset does it automatically go into a log and advise how i can get access to that log
‎2008 Aug 25 11:31 AM
Hello,
You can check log using Transaction SLG1.
For checking this log 1st you will have to create the log using standard FM's for database log creation.
Regards,
Kunjal
‎2008 Aug 25 11:25 AM
check this way...
after using Open dataset check whether the file exists with data... if so, create another file which holds the log and then insert the new data...
later u can access the log file...
‎2008 Aug 25 11:31 AM
Hello,
You can check log using Transaction SLG1.
For checking this log 1st you will have to create the log using standard FM's for database log creation.
Regards,
Kunjal
‎2008 Aug 25 1:45 PM
ok i have never use the transaction SLG1 before ,
could you please advise on the FM use to create this log. and would this log be availabe when the program is run in batch also
‎2008 Aug 27 7:49 AM
Yes, you can create this messages even if the program is running in background mode......
This messages will be available for the period till the archiveing is done.....
Check with the system admin how often the archieving is done by them for this messages.....
Regards,
Kunjal