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

execute a program in backgroud

Former Member
0 Likes
529

Hi all,

i have a program which creates a file xls

if I run the program in foreground it's ok

if I run the program in background it's doen't come to en end....

why?

PS

i have an initial selection screen in which i set some parameters and by F9 i run the program in background

does it depends on the file xls?

thanks,

Giacomo

3 REPLIES 3
Read only

Pawan_Kesari
Active Contributor
0 Likes
506

Have you written code in such a way that in background mode file is stored on application server?

Read only

Former Member
0 Likes
506

I think u r creating the file in presentation server. When u r running the prog. in foreground then SAP can access the presentation server that's why u can create the file without any prob. But when u running the program in background then SAP cannot access presentation server that's why it cannot generate the file.

Read only

Former Member
0 Likes
506

hi Giocomo,

check this thread

hope it will help you.

thanks

Sachin