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

mail program to send from abap editor.

Former Member
0 Likes
631

I have all the details in an internal table.

how to transport the details from the internal table to an email address without converting the details into pdf or any format.

please help me out in this.

I have all the details in an internal table.

how to transport the details from the internal table to an email address without converting the details into pdf or any format.

please help me out in this.

4 REPLIES 4
Read only

Former Member
0 Likes
596

Hi,

Send it in the mail body, if details are not too big.

Read only

Former Member
0 Likes
596

generate a list with your internal table and mail the list using FM SO_NEW_DOCUMENT_ATT_SEND_API1

Read only

Former Member
0 Likes
596

You can check this link:

[]

Read only

0 Likes
596

Hi amalrose,

The wiki explanation to send an email should be helpful to you. the link to it is given below

http://wiki.sdn.sap.com/wiki/display/ABAP/SendMessagetoExternalemailidandSAPUseridvia+ABAP