‎2008 Jun 03 7:36 AM
Hi Friends,
I am using the FM "FTP_CONNECT". The coding is given below.
CALL FUNCTION 'FTP_CONNECT'
EXPORTING
USER = 'user'
PASSWORD = 'pass$word'
ACCOUNT =
HOST = 'chn-cisser'
RFC_DESTINATION = 'SAPFTPA'
GATEWAY_USER =
GATEWAY_PASSWORD =
GATEWAY_HOST =
IMPORTING
HANDLE = h
EXCEPTIONS
NOT_CONNECTED = 1
OTHERS = 2
.
IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
else.
write: 'success'.
ENDIF.
in Host Field i am giving ip address also but i amgetting the following error.
"User sapedi has no access authorization for computer chn-cisser
Message no. 04202"
but in command prompt i am open the server.
Thanks & Regards,
Vallamuthu.M
Edited by: vallamuthu madheswaran on Jun 3, 2008 12:06 PM
‎2009 Mar 27 7:16 AM
‎2009 Aug 20 11:50 PM
‎2009 Oct 29 7:05 PM
Can you please let me know how did you solved it?
I am als facing the same issue?
regards,
Kunal