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

report + log availability

Former Member
0 Likes
571

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

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

4 REPLIES 4
Read only

Former Member
0 Likes
534

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

Read only

Former Member
0 Likes
535

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

Read only

0 Likes
534

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

Read only

0 Likes
534

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