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: 

Email contains junk character in ECC6

Former Member
0 Kudos
109

Hi ,

This is very confusing error i getting, In ecc6 when i am sending mail in HTML forma, same mail i am getting correct format in MS outlook express version 6

but same mail in MS office oulook 2007 i am geeting junk data.

i am using FM - SO_ DOCUMENT_SEND_API1 and also tring with FM - so_new_document_att_send_api1.

but in ecc 5 same code works fine mail send correctly in outlook express or MS office outlook 2007.

Pls guide . <removed by moderator>.

Regards

Durgesh

Message was edited by: Thomas Zloch

4 REPLIES 4

former_member186491
Contributor
0 Kudos
67

Hi Durgesh,

Perhaps, you are missing <html> <body> and closure of this as </body> </html>.

Check the codes.

Thanks.

Kumar Saurav.

0 Kudos
67

check in which format you are sending the data.. UTF-8 or UTF16

0 Kudos
67

I have checked  UTF-8 or UTF16 but same junck i am geeting.

former_member182546
Contributor
0 Kudos
67

Hi Durgesh ,

    Kindly check whether the internal table which you use in the function module has header line, If so clear that .

With Regards,

Sudhir S