‎2010 Jun 25 7:14 AM
Hi all,
My requirements is i have to read the remote file from F4 help.
when i press F4, it will show me the remote multiple file name in a table format, and manually i can select the file from there .
this remote file is secured , locked by user name and password .so we need any Fm who use the username and password also.
i have one FM "RZL_READ_FILE_REMOTE_SH".
but import parameter 'name' is mandatory over there . But i dont hv the name, I want to select manuallly from table .
Hope all of u undrstnd what i m tryin to say.
can any one help me regarding this .
Thanks,
Jowar Saha
‎2010 Jun 25 7:21 AM
‎2010 Jun 25 7:21 AM
‎2010 Jun 25 7:44 AM
Thanks pole.
But this FM will not work ,
CALL FUNCTION 'RZL_READ_DIR_REMOTE'
EXPORTING
FROMLINE = 0
name =
NRLINES = 50
SRVNAME = ' '
tables
file_tbl =
EXCEPTIONS
ARGUMENT_ERROR = 1
NOT_FOUND = 2
SEND_ERROR = 3
OTHERS = 4
no where i can put the user name and password , and i dont have file name in my hand .
anyway thanks once again.
Thanks,
jo
‎2010 Jun 25 8:21 AM
Hi Jowar,
Where is the remote file ? In FTP server or another SAP server ?
Pole
‎2010 Jun 25 8:24 AM
‎2010 Jun 25 8:28 AM
Please Check the following function:
FTP_CONNECT
FTP_COMMAND
FTP_COMMAND_LIST
FTP_DISCONNECT
Pole
‎2010 Jun 25 8:47 AM
‎2010 Jun 25 9:21 AM
check this programs RSFTP005 is used to save data from ftp server to application server and vice verse
RSFTP001
RSFTP002
RSFTP003
RSFTP004
RSFTP005
RSFTP006
RSFTP007
RSFTP008
RSFTP009
RSFTP011