cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound email processing in SAP

Former Member
0 Kudos

Hi All,

What are the required configurations which need to be done in R/3 ECC 6.0 for receiving emails from outside. I have the program and all other stuff ready but dont know how to configure it in the backend for receiving mails and test it.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

See So50. ( assuming inbound smtp is active on instance. See smicm to check)

You add a class that has a specific interface to customzing table.

The so50 transaction f1 will explain which interface.

So now, as an inbound email hits system, sap connect checks for registered exit.

It checks also for which sender/receiver addresses it is active,

and then calls your method.

Easy to use.

Cheers

Phil.