2010 Jun 16 10:15 AM
Hi all,
i want function module to move file from one folder to another floder in application server.
Thnaks
Satish chekuri.
Hi all,
i want function module to move file from one folder to another floder in application server.
Thnaks
Satish chekuri.
2010 Jun 16 10:17 AM
Dont think there is a direct function module to do this. You could read the contents of the file and transfer it to the new folder and delete the source file.
Vikranth
2010 Jun 16 10:19 AM
ARCHIVFILE_SERVER_TO_SERVER
Also delete the file from source path ( delete dataset <path> ) after executing this fm
2010 Jun 16 10:24 AM
One way to do this would be:
1. In SM69, declare an external command (e.g., mv command is used in Unix to move file from one directory to another).
2. Call the function module 'SXPG_CALL_SYSTEM' to execute this command.
Check this thread for details :
BR,
Suhas
Edited by: Suhas Saha on Jun 16, 2010 3:02 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |