ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

FTP from ABAP

Print This Post Email This Post Written by admin on Oct 22nd, 2007 | Filed under: ABAP, ABAP Programs, Articles
CALL FUNCTION 'FTP_CONNECT' DESTINATIONRFC_DESTINATIONEXPORTING USER = USER PWD = PASSWORD ACCT =ACCOUNT HOST = HOSTTRACE = FTP_TRACE GUSER = GATEWAY_USER

GPWD = GATEWAY_PASSWORD GHOST =GATEWAY_HOSTIMPORTING HANDLE = HANDLE ERROR = CERROR

EXCEPTIONS SYSTEM_FAILURE = 1COMMUNICATION_FAILURE = 2. 

Source: Yahoo ABAP forum

———————
ABAPer, mail: abap.community@gmail.com http://www.erpdb.info

Share


One Response to “FTP from ABAP”

  1. We are also getting connection error CERROR = 3
    Is there anyone who has solution for that.
    Thanks
    Raj

Leave a Reply