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

problem wirth function SO_NEW_DOCUMENT_ATT_SEND_API1

Former Member
0 Likes
568

hi guru.

i want to create program for send mail attach with file or spool output to user . after search in forum. i found and try the sample code of "Venkat.O" in Link: [; (first reply).

program run properly but when i process to send mail in SCOT. system pop up message "Cannot process message, no route from XXXXXXX to XXXXXXXYAHOO.COM"

my question is.

1. Can i use SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail to external mail like yahoo or hotmail?

2. if i can, what i missing in that code?

3. If i can't , what should i do?

4. previous code , I try to use batch input (Dynpro with transaction SP01 ) for send daily report 's spool output to external mail, but when i select "System" >>> "List" >>> "send" in spool output screen. batch input is terminated. what should i do if i want to use this method?

sorry for not notice. My version is 4.6

regards,

Kittisak

Edited by: Kittisak B on Dec 3, 2009 4:02 AM

3 REPLIES 3
Read only

Former Member
0 Likes
535

Yes. SO_NEW_DOCUMENT_ATT_SEND_API1 can be used to send mail to external mail like yahoo or hotmail.

Some settings are missing and that's way this error message is coming.

Read only

0 Likes
535

can you suggest me what i missing? i already setting STMP in SCOT.

Read only

0 Likes
535

problem solve.

somebody input only my company mail in address area of SCOT. so i add * and problem resolve.