Actually I am storing the contents from a file which is in D3 interface to an internal table.after that I will do the process in this internal table then I have to send the updated file back to the appln server and from FTP to D3.If there is any error during processing I have to send this error message to the EmailIDs given by them(not sap id).
Using dataset we can fetch the contents of the internal table.but,
My doubts are,
1. How to send file from FTP to D3.Is there any function module for this.
2. How to send error messages to external ID.
need help for this.
Thanks.