Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function module for sending mail

Former Member
0 Kudos

Hi Frnds,

I want to send the report Output through mail, please tell me the Function modules, I don't have any final internal table in my program,i have to read the spoollist(foreground) when run in background i have to read from job and send mail

Thanks in advance

Ravi Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try /SAPSMOSS/06_CREATE_R3_NOTIFIC

4 REPLIES 4

Former Member
0 Kudos

Hi

Use the fun module

SO_NEW_DOCUMENT_ATT_SEND_API1

Regards

Anji

Former Member
0 Kudos

try /SAPSMOSS/06_CREATE_R3_NOTIFIC

Former Member
0 Kudos

Hi Ravi,

Refer these FM's.

SO_NEW_DOCUMENT_ATT_SEND_API1 SAPoffice: Send new document with attachments using RFC

SO_NEW_DOCUMENT_SEND_API1 SAPoffice: Send new document

SO_OLD_DOCUMENT_SEND_API1 SAPoffice: Send existing document using RFC

Regards,

Hemamt

hymavathi_oruganti
Active Contributor
0 Kudos

SO_NEW_DOCUMENT_SEND_API1 to send document as mail without attachements,

SO_NEW_DOCUMENT_ATT_SEND_API1 to send with attachements