Application Development and Automation 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: 
Read only

function module for sending mail

Former Member
0 Likes
585

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
Read only

Former Member
0 Likes
533

try /SAPSMOSS/06_CREATE_R3_NOTIFIC

4 REPLIES 4
Read only

Former Member
0 Likes
533

Hi

Use the fun module

SO_NEW_DOCUMENT_ATT_SEND_API1

Regards

Anji

Read only

Former Member
0 Likes
534

try /SAPSMOSS/06_CREATE_R3_NOTIFIC

Read only

Former Member
0 Likes
533

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

Read only

hymavathi_oruganti
Active Contributor
0 Likes
533

SO_NEW_DOCUMENT_SEND_API1 to send document as mail without attachements,

SO_NEW_DOCUMENT_ATT_SEND_API1 to send with attachements