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

Transfer file from one Unix folder to another by using ABAP Code

Former Member
0 Likes
454

Dear Friends,

Can anyone help me in transferring file from one UNIX folder to another by using the ABAP Code.

Thanks in advance!!

Thanks & Regards,

Santhoshi.

Dear Friends,

Can anyone help me in transferring file from one UNIX folder to another by using the ABAP Code.

Thanks in advance!!

Thanks & Regards,

Santhoshi.

1 REPLY 1
Read only

Former Member
0 Likes
415

First create an external command in transaction SM69.

Then you may execute it by function module SXPG_COMMAND_EXECUTE or SXPG_CALL_SYSTEM.

Btw, I think you would have got a faster reply, if you had asked in an ABAP forum.

Or perhaps you wouldn't have had to ask at all, if you had searched in ABAP forums.

regards