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

Exit after receiving and e-mail

Former Member
0 Likes
506

Hi,

I need a user/customer exit to process the incoming mail via SAPConnect. Is there any other way to process the incoming mail?

thanks,

- ferudun

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
448

Check this badi.

SX_SECURE_EMAIL.

Read only

Former Member
0 Likes
448

Hi,

Process Flow

Incoming messages

1. The external communication system registers with the R/3 System via RFC and transfers the

messages to SAPconnect.

2. SAPconnect forwards the messages to the Business Communication Interface [Ext.] (BCI).

3. The BCI determines the recipient in the address management.

4. The BCI puts the messages into the inbox of the R/3 user or transfers them to the business

objects.

5. SAPconnect returns synchronously a confirmation or non-confirmation of receipt.

6. If an R/3 user calls a message in their inbox, a read receipt is returned asynchronously (that

is, with a separate RFC call).

Try this Links,

http://wiki.sdn.sap.com/wiki/display/XI/SMTPConfigurationinSAPXI

Thank You.

Thanks,

AMS