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

Copy from one file to another file

Former Member
0 Likes
194

Hi

How to copy the content of the one file to another file.

Any helop appreciated.

Regards

Raj

1 REPLY 1
Read only

Former Member
0 Likes
168

Hi,

Open file in appending mode, if you dont want to delete contents of destination file.

Else it will overwrite.

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ca6358411d1829f0000e829fbfe/content.htm

Reward if useful!