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

Problem with PFL_COPY_OS_FILE Function Module

Former Member
0 Likes
399

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

1 REPLY 1
Read only

Former Member
0 Likes
310

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