Application Development 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: 

Down load in Background processing on presentation layer

Former Member
0 Kudos

Hello,

Is it possible to down load a file while processing in background job and down load the file on presentation layer?

If yes ,please let me know.

Thanks in advance...

Regards,

Krishan kant sharma

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

search In SCN First there are lot of theards related to ur question.

For your question - NO,it is not possible to download the file in background as the GUI* are dependent on Frontend.

Copy the file in application server and use DATA SET Commands.

Regards

Kiran

9 REPLIES 9

0 Kudos

Thanks Vijay...

0 Kudos

>

> Thanks Vijay...

There is one option also of 10 points,believe me it's even easier to say Thanks.

Former Member
0 Kudos

Hi,

search In SCN First there are lot of theards related to ur question.

For your question - NO,it is not possible to download the file in background as the GUI* are dependent on Frontend.

Copy the file in application server and use DATA SET Commands.

Regards

Kiran

Sm1tje
Active Contributor
0 Kudos

Well in fact there is a rather complicated way of doing this. Search the forum for a pdf with the following name:

Communication to Presentation Server in Background mode.

0 Kudos

>

> Well in fact there is a rather complicated way of doing this. Search the forum for a pdf with the following name:

> Communication to Presentation Server in Background mode.

I searched with Communication to Presentation Server in Background mode but again i got same PDF which Vijay already given

Amit.

Sm1tje
Active Contributor
0 Kudos

True, when I posted my message, Vijay had already replied, which I hadn't seen. Not trying to copy from other person, just happened to be so....

former_member194669
Active Contributor
0 Kudos

Make your presentation server as FTP enabled, then make FTP from background mode.

You can check these example programs related to FTP

RSFTP001 to RSFTP011

Former Member
0 Kudos

Thanks a lot ....