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: 

upload in background

Former Member
0 Kudos
109

Hi,

I want to read a file in background from presentation server

GUI_Upload is giving error when i assign in background..

what is the function module to uplaoad in background mode.

Kindly help me for this

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos
83

GUI FMs dont work in background since no local desktop is available during back ground process.

Use open dataset instead to upload in background.

Regards,

Amit

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos
84

GUI FMs dont work in background since no local desktop is available during back ground process.

Use open dataset instead to upload in background.

Regards,

Amit

Former Member
0 Kudos
83

HI..,

u cannot upload a presentation server file in BACKGROUND processing mode.. because it doesnt know where to go for that file....

The solution for this problem is... save this file in Application server and upload from application server into the program..

this is the standard procedure for background processing....

TO save a file in Application server we use OPEN DATASET ... TRANSFER ... and CLOSE DATASET.. commands..

regards,

sai ramesh