cancel
Showing results for 
Search instead for 
Did you mean: 

SAP background job

former_member121741
Participant
0 Kudos

HI,

We are scheduled Zreport in SAP Background job which output is come in Excel format , But Background job is run successful, output is not come in excel format and not save in assign path( like c: drive in local PC) as per ABAP code .

Note : My Requirement is ZReport which is schedule in SAP Background this Report run and Report save automatically in desktop local drive . Please provide any solution .

Accepted Solutions (1)

Accepted Solutions (1)

BJarkowski
Active Contributor

Hello,

background task can't save a file on your local PC. There is a lot of reasons why, let me just bring two of them:

a) How background job should decide to which computer the file should be sent?

b) After you close SAP GUI, application server loose the connection to your computer.

You can either modify the report to save the file on Application Server or you need to run the report directly.

Answers (5)

Answers (5)

What yo need is a custom development,

On the other hand you can get the report manually in tcode sp01 and menu spool order and export it.

http://kb.mit.edu/confluence/pages/viewpage.action?pageId=6750941

Best regards

AOS

Hi Anil,

I think you cant save it to a local drive as the GUI cant store it there.Since if the connection is lost between GUI and app server then this will not be possible.

Regards,
Manjunath Hanmantgad

former_member121741
Participant
0 Kudos

sir,

kindly provide some information how i generate spool and save in specific location

former_member121741
Participant
0 Kudos

And we schedule this job in Poduction server .

former_member121741
Participant
0 Kudos

sir,

A) ans ) In Zreport we are assign path where is Save a output in local drive .