cancel
Showing results for 
Search instead for 
Did you mean: 

what could be the error in message mapping

Former Member
0 Kudos

Hi iam working on file to IDOC scenarion, based on the requirement i have devloped 4 message mapping ,

3 mappings are working fine but iam getting below error with one messag mapping .

- <!-- Request Message Mapping

-->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_Order_Id_101_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_Order_Id_101_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

could please how to troubleshoot this issue?

regards

niru

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the trace for the error or copy the payload and try to test it in integration repository.

Thanks,

Beena.

Answers (2)

Answers (2)

GabrielSagaya
Active Contributor
0 Kudos

Copy your inbound message into the Message Mapping -> Test tab and click on source message XML button and paste the copied message and run a test. Make sure that the message you are copying should be source message not the one which is diplayed with hyphens.

Former Member
0 Kudos

Hi Neeru,

Most of the time you encounter this problem because the source structure did not have one of the field you are tring to map to the target which has 1.1. As Beena mentioned, test the mapping & using the payload.

Regards

Unni