2008 Apr 02 8:54 AM
Hi,
I have a file in application server and I want to send that file as an email from application server.
Please let me know how to do it.
2008 Apr 02 9:04 AM
Hi,
load file with abap command OPEN and READ DATASET into an itab and export it with fm SO_DOCUMENT_SEND_API1
A.
2008 Apr 02 9:10 AM