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: 

SOST: Message(no code page is provided) for error sending request

Former Member
0 Kudos

Hi Gurus,

I have one issue which is fail to send email via SAP.

When i check using TCode SOST, the error message as shown below:

<i>Status Message XS849: Message cannot be processed, as no code page information is provided.</i>

Any idea on the meaning of this message?

Your help will be appreciated.

Thanks in Advance.

Best Regards,

Hikaruno

7 REPLIES 7

Former Member
0 Kudos

there is no setup from sap to web,

0 Kudos

Hi Seshu,

Thanks for your reply..

Can u further elaborate what u mean by 'No setup from SAP to web'?

How and where can i configure this setup?

0 Kudos

I am not basis consultant and i had same problem while sending error log data to diffrent user group by email using abap program.

i got same problem in development and shifted SAP Inbox.

it works great in sap inbox and moved production,in my company we have set up from sap r/3 to web by using tcp/Ip protocol.

i think in your system there is no access from sap r/3 to outside emails.

also check with SU01 and there you need to maintain ur email id ..

Check with basis guy for further help.

Reward Points if it is helpful

Thanks

Seshu

0 Kudos

Yes, i have maintain the email id in SU01.

FYI, there is only some of the emails are failed due to this error message. For others email, still able to send from sap r/3 to outside email. Is that means this is not the connection problem?

Points Awarded to u.

former_member223537
Active Contributor
0 Kudos

Hi,

I think you are using non-english characters ( Japanese,Chinese etc ).

In that case you need to provide SAP the codepage to indicate the type of characters you are using.

for Japanese charctrs it is 8000

& for Chinese it is 8400.

There would be a parameter in the FM of mail where you need to pass the above value.

Best regards,

Prashant

0 Kudos

HI,

We are facing the same problem.

Could anyone tell me which parameter in the FM needs to be set.

Thanks,

Gary

0 Kudos

Hi,

Just want to share with u all that my problem resolved already.

My basis guy suspect that after he import the support packages, the code page setting in SMTP connection reset to "0 No Conversion into other character set".

After we make the Code Page to 4110 Unicode UTF-8, the error is not occur.

The setting can be check via TCode SCOT.

Hope this will help u as well.

Have a nice day!

Best Regards,

Hikaruno