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

Application Logs to Internal Table

Former Member
0 Likes
2,616

Hi

How to bring the Application Logs data to an internal table so that we can display it in an ALV Grid? I tried searching for some function modules but I couldn't find any. I don't want to display it using BAL_DSP_LOG_DISPLAY.

Thanks and Regards

Fareez Ahamed

1 ACCEPTED SOLUTION
Read only

former_member209120
Active Contributor
0 Likes
1,121

Hi Fareez Ahamed,

use APPL_LOG_READ_DB.

See this link for more information.

http://scn.sap.com/thread/1546886

Regards,

Ramesh.T

Hi

How to bring the Application Logs data to an internal table so that we can display it in an ALV Grid? I tried searching for some function modules but I couldn't find any. I don't want to display it using BAL_DSP_LOG_DISPLAY.

Thanks and Regards

Fareez Ahamed

2 REPLIES 2
Read only

former_member209120
Active Contributor
0 Likes
1,122

Hi Fareez Ahamed,

use APPL_LOG_READ_DB.

See this link for more information.

http://scn.sap.com/thread/1546886

Regards,

Ramesh.T

Read only

FredericGirod
Active Contributor
0 Likes
1,121

Hi,

have a look to this complete wiki : http://wiki.sdn.sap.com/wiki/display/Snippets/Using+Application+Log

regards

Fréd