Hello SDN Community, I have a problem regarding the FM FTP_R3_TO_SERVER. I have an internal table and create an XML-String with BANK_API_PP_UT_DATA_TO_XML out of it.
CALL FUNCTION 'FTP_R3_TO_SERVER' EXPORTING handle = mi_handle fname = 'test.txt' blob_length = 5000 tables blob = i_tab The error msg is 'FTP subcommand:local error'. And then the file TEST.TXT is generated in FTP server,but without any data. ...
CALL FUNCTION 'FTP_R3_TO_SERVER' EXPORTING handle = w_handle fname = '20080517121001.txt' BLOB_LENGTH = CHARACTER_MODE = 'X' TABLES BLOB = TEXT = it_ftpdata EXCEPTIONS TCPIP_ERROR = 1 COMMAND_ERROR = 2 DATA_ERROR = 3 OTHERS = 4 . IF sy-subrc <> 0. MESSAGE ID SY-MSGID TYPE...
ftp _server_to_R3 file not getting downloaded in BInDATA (in internal tabLe) former_member759948 Explorer 2021 Aug 023:16 PM 0Kudos 488 SAP Managed Tags: ABAP Development Dear Friends I am trying to download file from SAP . I am not able to fetch the data into the internal table...
hii can anybody tel me how to use FTP_SERVER_TO_R3 plzz explain all the required parameters also is this the function module that i need to call for transfering files