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

How to get email content in program?

Former Member
0 Likes
1,013

Hi all,

I have a question about getting email content.

You know, we can send email in sap using certain function. But is there possible to get the email in SAP Office(SO01)? I mean if I want to get my owne email in Inbox in program, Is there some function can help??

Thanks A lot.

Ned

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
952

see the following link

RECEIVING

/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher

SENDING

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

Hi all,

I have a question about getting email content.

You know, we can send email in sap using certain function. But is there possible to get the email in SAP Office(SO01)? I mean if I want to get my owne email in Inbox in program, Is there some function can help??

Thanks A lot.

Ned

5 REPLIES 5
Read only

Former Member
0 Likes
952

do you mean you get a real e-mail (internet email) to your address and want to have that in your inbox of the business workplace?

Read only

former_member556412
Active Participant
0 Likes
952

Hi,

Please refer to the following link

http://www.sap-img.com/basis/basis-faq.htm

Regards,

Bhanu

Read only

Former Member
0 Likes
952

Hi,

Call this FM ''SO_NEW_DOCUMENT_ATT_SEND_API1' in your program and pass

commit_work = 'X' parameter to this FM.

Regards,

Jyothi Ch.

Read only

Former Member
0 Likes
952

Hi,

Thanks for your replys. I mean I just want to read the email in SAP Office.

The FM ''SO_NEW_DOCUMENT_ATT_SEND_API1' seems just sent email. But I want to read the emails existed in SAP email box.

Is that possible?

Thanks

Ned.

Read only

Former Member
0 Likes
953

see the following link

RECEIVING

/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher

SENDING

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface