Application Development 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: 

regarding file interface

Former Member
0 Kudos

Hi All,,

I am generating one file on unix server using Open dataset statement.

I want to move that file from UNIX server to some other server (windows server).

How i can proceed?

Is it possible to generate the file directly on the windows server by using ABAP program?

1 REPLY 1

Former Member
0 Kudos

Hi,

You can move the file from one directory to other directory by using the basic unix commands.

write the code within EXEC SQL and ENDEXEC.

Thanks & Regards

Vijaya