2013 Apr 02 10:21 AM
Hi;
I create a program ,it is sending a text file to ftp. It is working manually but when i want to send with a job , its not working.
What you think about this. And which roles the user must have?
2013 Apr 02 12:00 PM
For user lack of authority (...) use SU53 or trace authorization with ST01.
But insure you use destination SAPFTPA in background and not SAPFTP which only performs well in foreground (linked to GUI/workstation)
- SAPFTP: starts sapftp on the front-end workstation
- SAPFTPA: starts sapftp on the application server
Regards,
Raymond
2013 Apr 02 12:00 PM
For user lack of authority (...) use SU53 or trace authorization with ST01.
But insure you use destination SAPFTPA in background and not SAPFTP which only performs well in foreground (linked to GUI/workstation)
- SAPFTP: starts sapftp on the front-end workstation
- SAPFTPA: starts sapftp on the application server
Regards,
Raymond
2013 May 25 1:25 PM
Thanks mate it was helpfull for me.
My problem was about configuration of SAPFTP.
When I change activation type of SAPFTP to Standart on App. Server , its not working for bakground job but file is coming correctly to FTP on working se80/38 , as the same when I change activation type of SAPFTP to Start on Front-end work Station , its working on bakground but file is not coming correctly to FTP, its coming bad charecters.
For this porblem what can I do?
2013 May 27 2:20 PM
2013 May 25 2:53 PM
Hi,
Why dont you try and create an external command and use the same with FM SXPG_COMMAND_EXECUTE.
Check the link for Command creation in SM59 and its usage
Cheers,
Arindam