‎2008 May 08 7:27 AM
Hi,
Can anybody help me for coping one folder and its contents and paste it to another folder in abap
‎2008 May 08 8:03 AM
If the folder you are referring to is on the presentation server, then you can use a combination of the following methods
CL_GUI_FRONTEND_SERVICES=>DIRECTORY_CREATE
CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES
CL_GUI_FRONTEND_SERVICES=>FILE_COPY
‎2008 May 08 7:59 AM
‎2008 May 08 8:04 AM
actually i am deploying a report program in abap in which i have to transfer a folder from source to destination .
The path is provided by user and the folder(it may be anyone) should be transferred to the destination.
‎2008 May 08 8:03 AM
If the folder you are referring to is on the presentation server, then you can use a combination of the following methods
CL_GUI_FRONTEND_SERVICES=>DIRECTORY_CREATE
CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES
CL_GUI_FRONTEND_SERVICES=>FILE_COPY