Hi,
We are facing problem with background job.
Requirement: Program collects various details related to Sales (from various tables) creates one text file and same will be placed in some other Non-SAP application through FTP.
Observation:
background is throwing error with job status cancelled as "FTP subcommand: Local error"
In fact it is not working foreground as well. In foreground also we are getting "FTP subcommand: Local error" but manuall ftp is working fine.
We have total 25 Z-programs, other programs working fine both in foreground and background.
We are not getting any short dumps or system logs entries.
we r using these function modules to send data to FTP from a program
HTTP_SCRAMBLE
FTP_CONNECT
FTP_R3_TO_SERVER
FTP_DISCONNECT
Job log :
Job started
Step 001 started (program <program>, variant <variant>, user ID <user id>)
FTP subcommand: Local error
Job cancelled after system exception ERROR_MESSAGE
Any one encounter this problem???
Thanks in advance. . .
S@PM@N