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

Attaching the table data in mail

Former Member
0 Likes
378

Hi all,

My requirement is:

Data is coming to a 'Z' table. based on the Flag values (where the flag is a field) we have to send Emails to the specific users.

suppose the table data is like follows:

userID node flag Email

12154 * M abc&ab.com

so here if the flag value = E, we have to send the 12154 related data as an attachment to acc&ab.com..i do find some FM, but let me know how to attach the filwe in a mail.

Thanks

Jack

Hi all,

My requirement is:

Data is coming to a 'Z' table. based on the Flag values (where the flag is a field) we have to send Emails to the specific users.

suppose the table data is like follows:

userID node flag Email

12154 * M abc&ab.com

so here if the flag value = E, we have to send the 12154 related data as an attachment to acc&ab.com..i do find some FM, but let me know how to attach the filwe in a mail.

Thanks

Jack

1 REPLY 1
Read only

Former Member
0 Likes
340

You can get the values in an internal table and send to an email address

check link-> http://wiki.sdn.sap.com/wiki/display/Snippets/HowtosendInternalTabletoE_Mail+address