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: 

Create job log for ABAP program

Former Member
0 Kudos

Hi all.

How can I create a job log when a program runs in background. The program is a counter for BSIS table and because our BSIS is huge (allready started archiving) we have to check some things by counting the lines for some accounts. Ofcourse we have to run it in background and after that see the log.

Is there a posibility to see this information in SM37 ? The job log should be something like this: " X number of lines for xxxx account"

Thank you.

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor

yes, you can do it with giving the messages with type 'S'.

These messages will be recodrded by in the job log.

Like:


message s398(00) with 'X number of lines for XXX account'.

Regards,

Naimesh Patel

1 REPLY 1

naimesh_patel
Active Contributor

yes, you can do it with giving the messages with type 'S'.

These messages will be recodrded by in the job log.

Like:


message s398(00) with 'X number of lines for XXX account'.

Regards,

Naimesh Patel