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: 

Download the Log from SLG1 to File

Former Member
0 Kudos

Hi Gurus, I would like to download the log which is displayed in SLG1 transaction to a file. Would you know of any easy method for this? Thanks in advance Rahul

1 ACCEPTED SOLUTION

former_member181962
Active Contributor

use the FM: APPL_LOG_READ_DB to read the application log.

use the FM GUI_DOWNLOAD to download the data to your PC.

Regards,

Ravi

2 REPLIES 2

former_member181962
Active Contributor

use the FM: APPL_LOG_READ_DB to read the application log.

use the FM GUI_DOWNLOAD to download the data to your PC.

Regards,

Ravi

sureshganeshp
Product and Topic Expert
Product and Topic Expert
0 Kudos

Run the program /SDF/BAL_READ and download the results.

You would want to specify the Sync program name in the selection screen, before executing the program