2007 Apr 03 1:51 PM
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
2007 Apr 03 1:53 PM
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
2007 Apr 03 1:53 PM
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
2007 Apr 03 1:54 PM
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