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

to move a file.

Former Member
0 Likes
592

hello every one is there a way to move a file from a folder to another folder in the application server.

thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Hi,

Check out these link, they will solve the issue -

Regards

Lekha

hello every one is there a way to move a file from a folder to another folder in the application server.

thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
558

use Dataset concept. Write a program in SE38 to open the dataset, read the data into internal table as string file, close the dataset...open new dataset file...write the internal table data to new dataset file...close the new dataset file..

Read only

Former Member
0 Likes
558

Refer:

Read only

Former Member
0 Likes
559

Hi,

Check out these link, they will solve the issue -

Regards

Lekha