cancel
Showing results for 
Search instead for 
Did you mean: 

Code conversion Error in PI7.1

Former Member
0 Kudos

Hi Experts,

This is a scenario between CRM(5.0) - PI7.1 - SAP R/3(4.7). This scenario was working perfectly fine with XI3.0. But when the same scenario is transferred to PI7.1 it is giving the following code conversion error in SXMB_MONI. The error is as follows:

*<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>*

*- <!-- Call Adapter*

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CONV_STRING</SAP:Code>

<SAP:P1>Codepage Conversion</SAP:P1>

<SAP:P2>DEFAULT</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Code page conversion error Codepage Conversion from code page DEFAULT to system code page</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Can anybody pinpointedly help to sort this matter out? Any inputs on this will be appreciated......

Thanks

suk4023

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guys,

Any Inputs on this is appreciated?

Thanks

Regards

suk4023

former_member207622
Contributor
0 Kudos

From CRM are we getting a file or through Proxy the data is coming ? if it s file what is the encoding format is it utf-8 or

some other format like ISO -8859

Please throw some light on this for others to help you

regards

Ninad

Former Member
0 Kudos

Hi,

The scenario is as follows:- There is a creation of subscription order in R/3 from CRM and also posting of the payment detailsto R/3 from CRM. If there are any error it is maintained at CRM side

1. The creation of the Subscription order in the SAP R/3 from SAP CRM in real-time mode.

2. The posting payment detail in SAP R/3.

The Function module is used to send the request from CRM in order to create subscription order once lead is released and

Server proxy class generated at SAP R3 side to create subscription order and send details back to the SAP CRM system .

Hope this will help you to get better insight...

Thanks

Regards

Suk4023

former_member207622
Contributor
0 Kudos

Thanks for the Info .In the RFC connections between CRM --- PI and between PI -- ECC In SM 59 have you specified the encoding format in unicode / non unicode tab

http://help.sap.com/saphelp_nw04s/helpdata/en/40/a612413834d349e10000000a1550b0/frameset.htm

regards

Ninad

Edited by: Ninad Sane on Nov 11, 2010 12:49 PM

Former Member
0 Kudos

Hi,

Thanks for the reply. The status of setting for the RFC's connection for CRM and R/3 from PI7.1 is as follows:

Under MDMP & Unicode Tab -> Communication Type with Target system -> set to Non-unicode.

and Character Conversion is set to Default conversion.

The RFcs connection setting for R/3 is also same.

The same holds true for the setting on the CRM system and R/3 system for PI7.1.

Thanks

Regards

suk4023

former_member207622
Contributor
0 Kudos

Have you created the rfc connections LCRSAPRFC and SAPSLDAPI as per link given to you in my previous reply ?

Regards

Ninad

Former Member
0 Kudos

Hi Ninad,

Yes both RFC Destination LCRSAPRFC and SAPSLDAPI are already there under TCP/IP in SM59. What next needs to be checked? Pls let me know.....

Thanks

Regards

Suk4023