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

Error when sending mail 'Object_not_sent'

Former Member
0 Likes
1,258

Hello Gurus,

I have a problem that sends mail. For most users, it works fine except for 1 of them. The other mails are sent correctly.

The exception 'OBJECT_NOT_SENT' is raised.

Any one having an idea what the problem could be?

THe user has a mail address configured as the other mail receivers.

THanks

Parvez

Hello Gurus,

I have a problem that sends mail. For most users, it works fine except for 1 of them. The other mails are sent correctly.

The exception 'OBJECT_NOT_SENT' is raised.

Any one having an idea what the problem could be?

THe user has a mail address configured as the other mail receivers.

THanks

Parvez

7 REPLIES 7
Read only

Kanagaraja_L
Active Contributor
0 Likes
1,164

Have you checked the Dump Analysis in ST22 ?

Kanagaraja L

Read only

0 Likes
1,164

Hello,

I have checked ST22 and there is nothing registered.

Even in SU53 nothing is registered.

Read only

0 Likes
1,164

Check the recipient Type. Compare with other recipient type (Sucess Mail sent).

Kanagaraja L

Edited by: Kanagaraja Lokanathan on Aug 20, 2009 9:21 AM

Read only

former_member188827
Active Contributor
0 Likes
1,164

ask basis administrator to check user master record for this user.The allowed communication type assigned to him..

Read only

0 Likes
1,164

for the two last posts Can you please give me more details on what you mean please? Thanks

Read only

0 Likes
1,164

go to SU01 and compare communication method of this user with those receiving the email..If you dont have authorization for SU01 contact basis.

Read only

0 Likes
1,164

I checked SU01 and everything is OK.

After some hours of debugging I found out that FM SO_ADDRESS_GET is behaving abnormaly. The first time it is ran, it does get the correct data, but afterwards it is OK. And thus the first user to be mailed in the list always get an error and the rest goes fine. It is not related to user profile but some bizare bug in the FM.

I continued the investigation and found out that there is a view from which data is being obtained and there are 2 records that exists. The first one is retrieved first and the 2nd one for the next times. That's y we always get the good data the second and other times.

I'm closing this thread and thank you to everyone for their help.