‎2008 May 12 6:10 AM
Hi All,
I want to upload the file from one path to another.
Before ECC 6.0, PFL_COPY_OS_FILE had been used to do the same. But now this function module is obsolete.
Could anyone please sugget me any other function mdule to copy the UNIX files.
Reward Points for Useful Answers
Harish Kalla
‎2008 May 12 7:58 AM
method one:
use SM49 to create a OS COMMAND , and run it
try the FM
SXPG_CALL_SYSTEM
methos two: use the Dataset, read the first file , and write to the seconde file , and then delete first file.
Edited by: chenshui lin on May 12, 2008 9:25 AM