‎2008 Jul 16 10:45 AM
Hi All,
We are uplaoding file from presentation server,after that i have to run the program in back ground.job has to create.
How to do that.
please help me.
‎2008 Jul 16 10:51 AM
Not possible with just one program, I'm afraid.
A first program would need to load the data from the frontend and store the data in session memory, a second program would need to be kicked off in background reading that data and do the processing.
Keyword for search:
SUBMIT
JOB_OPEN
JOB_CLOSE
EXPORT
IMPORT
Greetings
Thomas
‎2008 Jul 16 10:50 AM
Hi,
Check this link:
http://help.sap.com/saphelp_bw21c/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm
Regards
Adil
‎2008 Jul 16 10:50 AM
hi,
if a program was started in foreground, it cannot continue in background at some point (and vica-versa). You either start a new program in background or restart the same program in background (both can be achieved with FMs).
hope this helps
ec
‎2008 Jul 16 10:51 AM
Not possible with just one program, I'm afraid.
A first program would need to load the data from the frontend and store the data in session memory, a second program would need to be kicked off in background reading that data and do the processing.
Keyword for search:
SUBMIT
JOB_OPEN
JOB_CLOSE
EXPORT
IMPORT
Greetings
Thomas