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: 

Sending Chinese email uisng FM SO_NEW_DOCUMENT_ATT_SEND_API1

Former Member
0 Kudos

Hi Experts,

I attempt to send chinese language character using chinese logon using the above function module in 4.6C hotpack 50.

The chinese character are in the content_txt table of the FM and for the rest of the table for this function module, I had set the language to sy-langu where ever possible.

But when the email is received, it's still not display in chinese language.

Anybody can advice?

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Have you set the language using the following statement?

set language nast-spras.

This will pick up nay text elements in the specified langauage.

Darren

0 Kudos

Hey Darren,

This sound interesting. I didn't do this.

Anyway.. I am just sending a normal mail out and not touching or retrieving anything via NAST table. Is this statement still required? Where should I put this statement?

Just more details, my program is suppose to upload a text field, break it into multiple emails to send to supplier based on the PIR for the material number. There's not retrieval via NAST nor anything related to PO.

Thanks.