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

Move file in Background

Former Member
0 Likes
715

Good morning all,

I'm a few days ago for a solution to move files in the background,

To understand the process, have a program that reads the file from a particular directory, and after reading this file should move it to another directory, and so on.

All access to certain directories are already released to the User SAP system.

I've tried to cl_gui_frontend_services class =>execute and everything you can imagine, but without success.

could someone help me please?


Nogueira

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
584

Hi Ronaldo,

The class CL_GUI_FRONTEND_SERVICES will not work in background.

You can try with the FM 'SXPG_CALL_SYSTEM'.

Regards,

Santanu.

1 REPLY 1
Read only

Former Member
0 Likes
585

Hi Ronaldo,

The class CL_GUI_FRONTEND_SERVICES will not work in background.

You can try with the FM 'SXPG_CALL_SYSTEM'.

Regards,

Santanu.