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 while sending mail to external mail

Former Member
0 Likes
1,794

Hi,

I have developed the code for sending the mail with attachment which is a PDF document.

I am getting the below error message and mail is not going.

 

I have developed the Payslip in hrforms and generating the spool number in background.

now catching that spool number and picking the data using FM : FPCOMP_CREATE_PDF_FROM_SPOOL

and converting into pdf using method CL_DOCUMENT_BCS=>XSTRING_TO_SOLIX and  transfer the pdf string data into an internal table (type SOLIX) and so transfer it to CONTENTS_HEX  parameter.

now if i execute the program i am getting the message. Please see the below error message. and

message in the sap inbox is "Cannot process message; no node determined for [email protected]"

Below message i got as a pop up message:

message is Express document cannot be sent: Payslip attached for this month"

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
916

Hi,

This is a basis issue. Check the transaction SCOT and see the SMTP node configurations. Ask your basis guy to set it up.

In Transaction scot, goto SMTP node maintainance, and check 'Node in use' check box and enter '*' in the address area. Save the settings, then log off and login. It should work fine.

Hope this is helpful.

Regards,

Manjesh.

Hi,

This is a basis issue. Check the transaction SCOT and see the SMTP node configurations. Ask your basis guy to set it up.

In Transaction scot, goto SMTP node maintainance, and check 'Node in use' check box and enter '*' in the address area. Save the settings, then log off and login. It should work fine.

Hope this is helpful.

Regards,

Manjesh.

1 REPLY 1
Read only

Former Member
0 Likes
917

Hi,

This is a basis issue. Check the transaction SCOT and see the SMTP node configurations. Ask your basis guy to set it up.

In Transaction scot, goto SMTP node maintainance, and check 'Node in use' check box and enter '*' in the address area. Save the settings, then log off and login. It should work fine.

Hope this is helpful.

Regards,

Manjesh.