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

program has first fore ground then back ground

Former Member
0 Likes
624

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.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
606

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

3 REPLIES 3
Read only

Former Member
Read only

JozsefSzikszai
Active Contributor
0 Likes
606

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

Read only

ThomasZloch
Active Contributor
0 Likes
607

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