Initial I kept the length as 12 for the RFC field PARTICI_ID and imported it to XI.
Later changed it to 11 at R/3 and Re-imported it to XI. And I activated it again in the XI, Activated mapping Again and during Mapping test it is showing proper results but error occurs during run time so ithink its not
the error of mapping.
I am sending using RFC the length of the
PARTICI_ID field is just 11 and the value is 00980500101.
This is the XML message in XI Moni. Notice that the PARTICI_ID has length 12 and it took the last digit 0 from the next element.
<?xml version="1.0" encoding="UTF-8" ?>
- <rfc:HR_NO_ALTINN_TX xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
- <BATCH_DETAILS>
<BATCH_ID>5200600234567828</BATCH_ID>
<ENTSY_ID>000863</ENTSY_ID>
<PASSWORD>altinn2</PASSWORD>
<PARTICI_ID>009805001010</PARTICI_ID>
<SENDERS_REF>023456780152006 </SENDERS_REF>
<COMPLETED>1</COMPLETED>
<LOCKED>0</LOCKED>
I belive that this is due to parsing Error.
plz suggest me possible reasons.