‎2009 Feb 16 1:07 AM
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...
‎2009 Feb 16 1:11 AM
the receipents might not exist in ECC.. or better to debug the FM
‎2009 Feb 16 1:11 AM
the receipents might not exist in ECC.. or better to debug the FM
‎2009 Feb 16 1:24 AM
‎2009 Feb 16 1:26 AM
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
‎2009 Feb 16 1:48 AM
its external email.. how can i check the config in 4.6 and ECC..
‎2009 Feb 16 1:54 AM
[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]
‎2009 Feb 16 6:37 AM
Hi,
Can you replace the whole program from 4.6c to Ecc 6.0.Then you have to debug the same.
Regards,
Anki Reddy
‎2009 Feb 16 8:24 AM
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..