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

Function WS_FILE_COPY

Former Member
0 Likes
1,151

-im trying to use this function but i received the warning that is outdated , Does anyone know a better option to copy files .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
763

Hi Jose,

Use method CL_GUI_FRONTEND_SERVICES=>FILE_COPY

Refer the following thread for the reference:

Regards,

Nitin.

Edited by: Nitin Karamchandani on Jan 5, 2009 1:07 PM

4 REPLIES 4
Read only

Former Member
0 Likes
763

Hi Jose,

try to use below,

CL_GUI_FRONTEND_SERVICES=>FILE_COPY

it will solves your problem.

Thanks.

Read only

Former Member
0 Likes
764

Hi Jose,

Use method CL_GUI_FRONTEND_SERVICES=>FILE_COPY

Refer the following thread for the reference:

Regards,

Nitin.

Edited by: Nitin Karamchandani on Jan 5, 2009 1:07 PM

Read only

Former Member
0 Likes
763

Hi,

use the method FILE_COPY of class CL_GUI_FRONTEND_SERVICES for copying the file.

regards,

Santosh Thorat

Read only

Former Member
0 Likes
763

hi,

CL_GUI_FRONTEND_SERVICES=>FILE_COPY