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

How to Move file / call UNIX command using ABAP Program

Former Member
0 Likes
473

Hi, ABAP Guru.

I need to Cut & Paste file (Move file from one location to another location) on Network Shared Drive using ABAP program.

But I can't figured out how to do this and what ABAP Command / FM / Method (and maybe UNIX command) that being used.

Please give me the advice.

Best regard and Thank you all.

Nattapash C.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
387

all methods for your requirements should be in class CL_GUI_FRONTEND_SERVICES

Read only

Former Member
0 Likes
387

Thank you Micky, I'll try it.