cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction for Invoice Log

Chris_Schutz
Active Participant
0 Kudos

Hi ,

We have a job for the invoices running every day . Is there a transaction ( or abap) in order to see the error log and posted document for every run ? Thank you .

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

if you are running creation of invoice through standard t code. V.21 should be able to support your query.

Shiva_Ram
Active Contributor
0 Kudos

Use t.code SM37 and enter the background billing job, check the box finished and enter date ranges, then execute. In the next screen, the system will display the list of background jobs completed. Check the job for which you want to see the log and click on the Job log button. This will display the log for the job.If you want to see the list of spools created, then click on the spool button and then in the next step, highlight the job and again click on spool button. If you want to see error sessions, then use t.code SM35.

Regards,

0 Kudos

Hi

As mentioned previously you can see the log in V.21.

Additional background which may help you located the information you want from these

billing job runs.

When a collective billing run is executed it is assigned a group number and under this

group number you can find the related information, job log etc.

This is written into table VBSK when the billing process is run (either VF04 or VF06)

This billing runs are found under group type 'F'

So if you know the day and time the job is run you can go to table VBSK in SE16

enter group type 'F' and the 'created on date. This will show you a list of all billing

jobs that were run that day, if there are several the time will point you to the one you want.

The log for that billing run is held in table VBFS under the same group number SAMMG.

So you can find the information you want in VBSK & VBFS or via V.21

Hope this helps you further

Kind regards

Brian

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi,

If your program generates spool request, you can view the details of the same in SP01. You have to take the spool request from SM37 for that instance.

If it is a customized program, you can ask your abaper to create spool request with details. Some times, they will store the details in application server. For more details on how to save, you can refer here. [SAP directory - How store a file ?|;

Regards,

P Gomatheeswaran

Former Member
0 Kudos

Hi,

you will see the error log in TC: v.21 .

former_member217082
Active Contributor
0 Kudos

Hi

I think you can check with tcode SM37 - Overview of job selection.Also with tcode SM35 or SM35P.But there is no specific t.code for checking log

Regards

Srinath