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: 

How to make a report of Application Logs

Former Member
0 Kudos

Hi Every One,

i am new to this ABAP environment, I have application logs in my system, i need to generate the reports based on my filter condition, For example;

I need a Application Log report for:

  • only Particular User

  • only particular time

  • only importent logs

  • only errors

like that....so on..

Can any one give me step by step, how to make a report of application logs, i know only i can see logs use transaction CodeSLG1. I want to make report them.

Thank you

Regards

Ravi

1 REPLY 1

che_eky
Active Contributor
0 Kudos

Take a look at the example programs SBAL_DEMO_* they should teach you everything you need to know.

Reward if helpful.