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

Multiple attachments in a Single email

Former Member
0 Likes
1,631

Hello,

I have my data in 3 internal tables. All the 3 internal table is having different structure.

I would like to send these data :

In a single excel file as a attachment - but sould have 3 worksheets ? - > 1st ITAB in first worksheet ..2nd ITAB in 2nd worksheet....and 3rd ITAB in 3rd worksheet

Or single email - with 3 attachments ?

Is it possible in ABAP ? If so,Pls share the idea

Normally i use FM : CALL FUNCTION 'SO_DOCUMENT_SEND_API1" To send emails.

Thanks

Senthil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
729

Hi,

Refer the below link

Hello,

I have my data in 3 internal tables. All the 3 internal table is having different structure.

I would like to send these data :

In a single excel file as a attachment - but sould have 3 worksheets ? - > 1st ITAB in first worksheet ..2nd ITAB in 2nd worksheet....and 3rd ITAB in 3rd worksheet

Or single email - with 3 attachments ?

Is it possible in ABAP ? If so,Pls share the idea

Normally i use FM : CALL FUNCTION 'SO_DOCUMENT_SEND_API1" To send emails.

Thanks

Senthil

2 REPLIES 2
Read only

Former Member
0 Likes
730

Hi,

Refer the below link

Read only

0 Likes
729

Hi Priya,

Thanks for the link. It really helped me and i have completed the development.

Points given

Thanks,

Senthil