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

Excel attachments

Former Member
0 Likes
479

Hi experts ,

I am using FM "SO_DOCUMENT_SEND_API1" to send excel(xls) attachments as a external mail.

Its working fine with one attachment . But , I want to attach 2 attachments and send the mail.Is it possible??

Please suggest a way to do this.

Thanks,

Aditya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

Hi,

Please look at the below example by MANSI ASNANI .

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

Regards,

Srini.

3 REPLIES 3
Read only

Former Member
0 Likes
438

Hi,

Please look at the below example by MANSI ASNANI .

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

Regards,

Srini.

Read only

0 Likes
437

Hi ,

Problem solved.Thanks a lot.

Aditya.

Read only

guillaume-hrc
Active Contributor
0 Likes
437

Hi,

I would advise to swith to Object-Oriented approach.

Check this : http://wiki.sdn.sap.com/wiki/display/Snippets/SendingmailwithattachmentusingObjectOriented+Approach

Best regards,

Guillaume