‎2009 Jan 15 12:52 PM
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
‎2009 Jan 15 12:58 PM
Have you written code in such a way that in background mode file is stored on application server?
‎2009 Jan 15 12:59 PM
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.
‎2009 Jan 15 1:06 PM