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

Sending table with email

Former Member
0 Likes
697

Hi,

Please let me know FM for sending internal table as an email,

Thanks,

Hi,

Please let me know FM for sending internal table as an email,

Thanks,

4 REPLIES 4
Read only

Former Member
0 Likes
657

SO_NEW_DOCUMENT_ATT_SEND_API1

Read only

0 Likes
657

APIs are NOT current methodology... Should advise new posters to look at BCS.

Read only

Former Member
0 Likes
657

Hi

try the following link

http://wiki.sdn.sap.com/wiki/display/ABAP/Tosend2inttablesdataastwoattachmentstomailidoutsidesapsystem

thanks

Lalit Gupta

Read only

Former Member
0 Likes
657

Hi,

Well i would advise you to use obect oriented.

you can send mails by using class CL_BCS.

check the below link for the same.

[sned mails using OOPS ABAP|http://wiki.sdn.sap.com/wiki/display/Snippets/SendMailhavingMultipleFilesasAttachmentusingobjectorientedtechnique]