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

data transfer

Former Member
0 Likes
446

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

2 REPLIES 2
Read only

Former Member
0 Likes
419

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

Read only

0 Likes
419

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?