cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound mail not processed

Former Member
0 Kudos

Hello,

I wrote a class using the interface IF_INBOUND_EXIT_BCS to process inbound mail. I am pretty sure everything is well configured. as I receive emails and i can see in the trace that my program is called :

22.10.2009 18:56:38 CL_SEND_REQUEST_BCS->EXIT_PROCES G Exit-Call succeeded: ZFAF002_PROCESS_PDF

My problem is that it is like my code is not executed as nothing happened. And the weird thing is that when I resend the email using Send Request -> Send again, then my program is well executed and my data updated. But I have exactly the same trace.

I thought that it might be the sapconnect user which could not have all the right. But I put SAP_ALL and it is not better.

Does anybody have an idea of what is going wrong ?

Thanks in advance,

Louis-Arnaud.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Louis,

Just have a look on following links and check whether you have maintain everything correctly.

http://wiki.sdn.sap.com/wiki/display/Snippets/Sample%20Code%20for%20processing%20Inbound%20Mail%20wi...

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417700)ID1750488750DB00304709799334530120End...

Have you maintain Exit Rules for Inbound Processing in SO50?? Please check the Call sequence also.

Regards,

Sumitha

Answers (1)

Answers (1)

Former Member
0 Kudos

Anybody ?

One other thing is that I put 4 in E_RETCODE and I don't see any error.

How am I supposed to managed the errors of inbound mails ?