cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI error in R/3

Former Member
0 Kudos

everything was successful in pi and when i checked in sxmb_moni in r/3 it has shown a error as below.

PI is calling a inbound proxy in this proxy it is calling the bapi function module.

I HAD CHECKED IN PI Mapping the field gl_account is string and we are passing it to bapi structure.is it because of this it is giving me a error. can you please let me know if my analysis is wrong ? or can any of you help me how to solve it.

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

- <!-- Call Inbound Proxy

-->

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

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>

<SAP:P1>Request Message</SAP:P1>

<SAP:P2>CX_ST_DESERIALIZATION_ERROR</SAP:P2>

<SAP:P3>/1SAI/TXS465E4C94DF5065EA37D1</SAP:P3>

<SAP:P4>XML Bytepos.: 407 XML Path: ns1:BAPI_ACC_DOCUMENT_POST(1)ACCOUNTGL(2)item(1)GL_ACCOUNT(2) Error Text: Data loss occurred when converting 0000000497 Kernel ErrorId: CONVT_DATA_LOSS</SAP:P4>

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS465E4C94DF5065EA37D1 XML Bytepos.: 407 XML Path: ns1:BAPI_ACC_DOCUMENT_POST(1)ACCOUNTGL(2)item(1)GL_ACCOUNT(2) Error Text: Data loss occurred when converting 0000000497 Kernel ErrorId: CONVT_DATA_LOSS)) An error occurred when deserializing in the simple transformation program /1SAI/TXS465E4C94DF5065EA37D1 Data loss occurred when converting 0000000497</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (0)

Answers (2)

Answers (2)

deepak_shah
Contributor
0 Kudos

Hi

Please remove the leading zeros for the field gl_account. This can be done by writing a UDF.

- Deepak.

former_member204873
Contributor
0 Kudos

check if the maxlength of field BAPI_ACC_DOCUMENT_POST(1)ACCOUNTGL(2)item(1)GL_ACCOUNT(2) matches what is send to the R/3 system: Data loss occurred when converting 0000000497

Length should not be more than what is defined in the DT or standard length of BAPI.