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

Email send error while upgrading from 4.6c to ECC

Former Member
0 Likes
959

Hi All,

Iam using SO_DOCUMENT_SEND_API1 Funtion module in a program to send Email in ECC it shows

document_not_send (exceptions no. 2) but the same program works properly in 4.6C

Can anybody explain me the reason and how to solve it...

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
936

the receipents might not exist in ECC.. or better to debug the FM

7 REPLIES 7
Read only

former_member156446
Active Contributor
0 Likes
937

the receipents might not exist in ECC.. or better to debug the FM

Read only

0 Likes
936

if so how can i confirm the receiptants exist in ECC...

Read only

0 Likes
936

if its sap inbox you use then check in SU01 Tr.

if external email check if the config is the same in 4.6 and ECC... or final destination your F C.

J@Y

Read only

0 Likes
936

its external email.. how can i check the config in 4.6 and ECC..

Read only

0 Likes
936

[Configuring Email in SAP|http://www.tamboly.com/SAPEmailConfiguration.html]

[How to configure SAP to send email to an external email.|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/how-to-configure-sap-to-send-email-to-an-external-email-911513] "whole conversation

[External email troubleshoot|http://www.google.com/url?sa=t&source=web&ct=res&cd=4&url=https%3A%2F%2Fwww.sdn.sap.com%2Firj%2Fscn%2Fgo%2Fportal%2Fprtroot%2Fdocs%2Flibrary%2Fuuid%2F206762fd-0380-2b10-e880-ee786bae7dd0&ei=qMaYSa-uMpzgM4Xu1fYL&usg=AFQjCNGpFL6zAzVxny7gJeFg8A6RiUJGXw&sig2=GWOmm89hlkRDAUPgixzQmg]

Read only

Former Member
0 Likes
936

Hi,

Can you replace the whole program from 4.6c to Ecc 6.0.Then you have to debug the same.

Regards,

Anki Reddy

Read only

0 Likes
936

yes i replaced the whole program..

in 4.6 c(debug mode) if i entered invalid Email Id after running the Function module sy-subrc value is 0, if I repeate the same in ECC sy-subrc value becomes 2

Is there any particular reason behind this..