Application Development 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: 

Job Failure in background

Former Member
0 Kudos

Hi All,

I am facing a problem while running a report in back ground it is getting failed.

The problem is I am entering two user IDs and pass words in the selection Screen in which one will be used connect to the Application server through the function module ‘FTP_CONNECT’ of one system and the other will be used for the remote system.

I am able to run this report perfectly when I run it online. But in the background it is replicating the password. i.e. Suppose the pass word is say ‘Venkat123$’ when I run it in background the pass word replicating as ‘Venkat123$Venkat123$'.

I would be appreciated if some give a clue in this regards.

Regards,

Venkat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

clear your Fm variable where password is exported

I assume there may be problem.

also check include RTCCTF01 with form

FORM FTP_GET_FILE TABLES FTPCMDTAB

FTPPROTOCOL STRUCTURE FTPPROTOCOL

USING DEST LIKE RFCDES-RFCDEST.

Regards

amole

2 REPLIES 2

Former Member
0 Kudos

Hi,

clear your Fm variable where password is exported

I assume there may be problem.

also check include RTCCTF01 with form

FORM FTP_GET_FILE TABLES FTPCMDTAB

FTPPROTOCOL STRUCTURE FTPPROTOCOL

USING DEST LIKE RFCDES-RFCDEST.

Regards

amole

Former Member
0 Kudos

Solved by my self.

This problem has been resolved by changing the destination SAPFTP to SAPFTPA when i run it in Background