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: 

sap background jobs Log info

former_member445510
Active Participant
0 Kudos

Hello,

I do a daily extraction file in background job.

This extraction generate xml files.

Can i see those generated files in the LOG of SPOOL list?

Thank u.

1 ACCEPTED SOLUTION

former_member445510
Active Participant
0 Kudos

Thank u for replaying..

but my program has no Spool nr, how to add this spool number to my extractor program  ?

6 REPLIES 6

former_member192050
Participant
0 Kudos

Hi Ouail,

you can view job log

goto SM37-->select your job --->in application tool bar ----->choose job log

you can able to view the log there

Thanks & Regards

Sathish

Former Member
0 Kudos

Hi,

Click on spool list icon for selected finished job.And click on list icon  as shown below

Thanks

KH

atul_mohanty
Active Contributor
0 Kudos

Check in the transaction SM37 for job log and spool list.

shashi_thirus
Participant
0 Kudos

Hi Ouail roukbi,

We can check the Generated files log in Spool (SP01).
Goto SP01-> Spool Requests -> Enter Created by and Date Created -> Click on F8 button.

Best Regards,

Shashi Kanth

former_member445510
Active Participant
0 Kudos

Thank u for replaying..

but my program has no Spool nr, how to add this spool number to my extractor program  ?

0 Kudos

Hi,

a clarification: a batch job only has a spool number recorded in SM37 if it has created a spool request (=typically an ABAP list).

The spool request is only created when your program does WRITE output (or uses ALV output).

Since your job does not show a spool icon, it does not do any WRITEs.

Regards,

Alex