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: 

Program creates many SAP log entries

Former Member
0 Kudos

Hi,

My basis expert has complained that my Z-program creates many SAP log files.

My program only reads the data from tables and no updates. Can it be the reason for so many SAP log files?

Please advice.

Thanks,

Apps

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In my honest opinion, I believe you are correct.

Reading data doesn't create log file.

Only insert or update should.

On you side you can ask him to monitor when you run the program and then show you the log files. Maybe that will provide some pointer.

Regards

Nishant

4 REPLIES 4

Former Member
0 Kudos

Hi,

In my honest opinion, I believe you are correct.

Reading data doesn't create log file.

Only insert or update should.

On you side you can ask him to monitor when you run the program and then show you the log files. Maybe that will provide some pointer.

Regards

Nishant

0 Kudos

Hi,

Thanks for your reply.

do you know any transaction in the system which can tell me if my program creates log entries.

Thanks,

Apps

0 Kudos

Transaction SM21 will display the system log. If your program is creating log entries, it will show up there.

Rob

Former Member
0 Kudos

Hi Apps,

Can you show the code of your Z program.

Regards,

Atish