Application Development 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: 

error when sending email - abap

former_member1033672
Participant
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

thx, Dieter.

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

If you have some other ideas, tell me about it

0 Kudos

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

Former Member
0 Kudos

Hi

Try checking in SCOT transaction.

You need to release there ..

Thanks

0 Kudos

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

Former Member
0 Kudos

Hi Filip,

problem solved?

Regards, Dieter

0 Kudos

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...