cancel
Showing results for 
Search instead for 
Did you mean: 

COPY FILES FROM ONE FOLDER TO ANOTHER

Former Member
0 Kudos

Hi all,

is there any way by which

we can copy one folder files in another folder and after coping data to second folder delete the content of first folder.

and i have to show these files in table and in lead selection of each file name i have to show that file in pdf format,

how to achive these things.

Regards

Trilochan

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Please be more specific. Where are these files that you want to copy/delete? Are they on the client's machine, on the application server filesystem, in the MIME repository, Content/Cache Server, other location. The location is going to have a big impact on how and if you can perform such operations.

> lead selection of each file name i have to show that file in pdf format

That's really going to depend upon the file type (and the question above about location). If the files are PDFs them sevles, this won't be difficult. However converting other types of documents (XLS, DOC, etc) to PDF would be quite difficult if not impossible from the ABAP side along. Please describe in greater detail what you are trying to acomplish here and what variables you are working with as described.