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 email - abap

Former Member
0 Likes
982

Hi all,

i made an report that should sends an email, but after sending i receive this message into Business Workplace:

"The following status was received for the document "test email" sent by you to the recipient "xxx@xxx.xx":

"Cannot process message in node, parameters cannot be converted".

"

I tried also this example, and it is still the same

<The following status was received for the document "testovaci email s prilohou" sent by you to the recipient "xxx@xxx.xx":

<a href="http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm">http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm</a>

When i run it in debugging mode, FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' returns sy-subrc = 0. Do you think the problem is in abap or in the setings of sapconnect? (Node INT uses SAP Exchange Connector).

Thank you for reply

Filip

Message was edited by:

Filip Kouba

10 REPLIES 10
Read only

Former Member
0 Likes
919

Hi Filip,

are you able to send an external email outside of abap?

Try for example via SE16N to send an external emal.

If you get errors i think the problem is not

abap. Than you have to customize sapconnect.

Regards, Dieter

Read only

0 Likes
919

but how to do it? I filled table name, execute it, but what else? I ve never worked with that transaction

Read only

0 Likes
919

Hi

I also same FM and after this ..i went to tcode SCOT and there you need to select nodes .

User able to receive the mail in inbox.

Incase if your requirement is different,correct me...

Thanks

Read only

0 Likes
919

Hi Filip,

sorry I mean SE16. GOTO se16. select for example mara. Set max to 10 and execute.

Than you see 10 records of table mara.

In this output take system->list->send.

give an receiveremail (for example test@test.de) an take

receiverTyp U and than button SEND.

Regards, Dieter

Read only

0 Likes
919

thx, Dieter.

Still the same problem. We have to change some setings in SCOT.

If you have some other ideas, tell me about it

Read only

0 Likes
919

Hi filip,

i tell our SCOT (ecc6).

Goto scot. doubleclick of INT->SMTP. You see general node data.

In supported address type take set of internet.

In address area we have only an *.

In Outformats for SAP Documents

tape PDF for Sapscript, HTM for ABAP, HTP for Business and

TXT for RAW Text.

Hope it helps.

Regards Dieter

Read only

Former Member
0 Likes
919

Hi

Try checking in SCOT transaction.

You need to release there ..

Thanks

Read only

0 Likes
919

Hi, the routing test is working correctly. The error message speaks about parameters conversion.

Read only

Former Member
0 Likes
919

Hi Filip,

problem solved?

Regards, Dieter

Read only

0 Likes
919

Well, i don't know, because i don't have permissions to change those settings, but we have in outformats *, so all formats should be allowed ...

I still think, that there's something strengh with this Sap Exchange Connector node...