‎2008 Sep 23 3:03 AM
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?
‎2008 Sep 23 10:22 AM
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