cancel
Showing results for 
Search instead for 
Did you mean: 

Batch job name tracking

Former Member
0 Kudos

Hi Friends,

Batch job has been scheduled in production to create invoices but invoices were not created , now how can I found out a job name to track it because a number of job has been scheduled to create invoices,

Now how can I track that particular job name and reason for failure?

Regards

Ashu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

closed

jpfriends079
Active Contributor
0 Kudos

Check with Tcode SM37 - Overview of job selection.

Also, try tcode SM35 or SM35P.

May be in SM35 you have to manually process your batch (If there is no error).

Thanks & Regards

JP

Former Member
0 Kudos

Hi Prakash,

Thanks for your reply,

If one thousant job has been scheduled in one day, then which one is failed ( and related with invoice) how can I find out form SM 37 or SM 35?

Is there any table or report available?

Any pointers.

Regards

Ashu

jpfriends079
Active Contributor
0 Kudos

If you have seen the SM37 Tcode screen, then you will be able to know that

In simplified view you can execute data on the bases of

-Job status like canceled

-ABAP program name

-user name

-JOB NAME

-Date

-Time

In extended view, you have more elaborate execution parameters.

For analysis the error, you can use SM35 with selection criteria like session, created by, etc.. There you have various analysis tab like incorrect, new, processed, being created, locked etc.

For the reports, in the either transaction you have

for SM35 - print option under session.

for SM37 - Export to local object under Extras then export.

For further details, refer SAP Help on Background Processing under Administration.

All the best.

Thanks & Regards

JP

Former Member
0 Kudos

Hi,

In the transaction code SM37 check the Job using the Program

Generally, SDBILLDL is used to schedule the billing batch job

Search using the SDBILLDL program.

regards,

santosh