‎2008 Feb 15 12:20 PM
HI.
I need to upload multiple files from persentation server to SAP at a same time.Multiple file will created dynamically,we dont know how many file will come at a same time.
any Function module?
Pls help me.
Jay
‎2008 Feb 15 12:33 PM
HIi jay,
Try using this function module,
UPLOAD_FILES Will load one or more files from app or presentation server .
Hope it helps u,
regards,
sri
‎2008 Apr 01 10:27 PM
If you had a presentation server with X number of files, how can you populate the table required by UPLOAD_FILES?
Also is there a way to move the files after they have been processed. Basically get the list of files on your local pc from a defined directory, then upload one at a time and process. At the end, take the original list and move the PC files to a different directory?