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

Program creates many SAP log entries

Former Member
0 Likes
704

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
Read only

Former Member
0 Likes
600

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

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

4 REPLIES 4
Read only

Former Member
0 Likes
601

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

Read only

0 Likes
600

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

Read only

0 Likes
600

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

Rob

Read only

Former Member
0 Likes
600

Hi Apps,

Can you show the code of your Z program.

Regards,

Atish