cancel
Showing results for 
Search instead for 
Did you mean: 

System Error: Code Page Could not be ascertain

Former Member
0 Kudos

Hi,

We had a problem while sending the message From XI to R3.In R3 sxi_monitor status is showing Scheduled.When we get into QRFC Monitor its Showing System failure and the description is 'Code Page Could not be ascertain'.

Can you please suggest possible solution.

Thanks & Regards

Saravanan Devarajan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Saravanan,

Go to transaction SM59, check the RFC destination settings for the destination used in the Reciever IDOC Communication channel (make sure the details are saved OK...)

Then come back and select this "error" record in SXMB_MONI and reprocess it...It should be seen in processed flag...

Regards,

Abhy

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Check note : 747322 , 784381

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

Please check you RFC destination that you are using to connect to the R/3 system is working fine.

Please check in SM58 if you have any error

Regards

Vijaya

Former Member
0 Kudos

Hi,

Here iam sending general file from MQ to Proxy Adapter below is the code which i used in Proxy.

RAISE EXCEPTION

TYPE yfi_cx_yfi_glaccount_output

EXPORTING

t_log = ls_out.

Iam populating this structure ls_out (FIELD, TYPE,MESSAGE) in raise Exception and then raising the exception.so control goes upto this exception and returning the error 'Code Page Could not be ascertain'.

Thanks&Regards

Saravanan Devarajan