Sending email from ABAP
Hai friends,
i have to send mail from abap report to company mailid's with attachment as text file,can any body help me out.
reddy
_________________
regards,
Reddy.
Go to www.sap-img
site .
You can find this example .
regards
mv
Hai friends,
i have to send mail from abap report to company mailid's with attachment as text file,can any body help me out.
reddy
You can use the function module to sent a mail to a users sap inbox.
Create a forward rule in the sap inbox (this can be automaticaly done when creating the user). Make sure that the smtp mail address is entered in the user profile.
Cheers Dennis.
Hi,
You could try using this function module SO_NEW_DOCUMENT_ATT_SEND_API1, there is an example in the documentation.
Cheers,
Rod
Go to www.sap-img
site .
You can find this example .
regards
mv
Thank u,i browsed the site and i got one example,its working fine