Application Development and Automation 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: 
Read only

Background Run problem

Former Member
0 Likes
550

Hello,

I have a report, that runs normaly at online mode, but doesnt run in background mode.

I think that the problem has to do with the f.m "MS_EXCEL_OLE_STANDARD_DAT", but i am not sure.

I attach my code for further details.

does anyone know how can i by pass this problem or another f.m so that my report can run in background ?

Regards.

**********

code

<< There is a 2,500 character limit for postings. Please only post the relevant portion of your code >>

Edited by: Rob Burbank on Jun 23, 2009 11:51 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

Hi,

Any Logic written in the report related to interaction with the Presentation server to download/upload the data in the sap will not run in the background.

You can use the application server/FTP server to serve your purpose.

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi,

Any Logic written in the report related to interaction with the Presentation server to download/upload the data in the sap will not run in the background.

You can use the application server/FTP server to serve your purpose.

Read only

0 Likes
488

OK, so what F.M should i use for downloading data in background ?

Read only

0 Likes
488

You might create a file on application server (to the predefined folder path) using OPEN DATASET, TRANSFER, and CLOSE DATASET statements. This way you will create text file on application server which can be opened in Excel later on.