cancel
Showing results for 
Search instead for 
Did you mean: 

RuntimeException in Message-Mapping transformation

Former Member
0 Kudos

Hi EveryOne

I have the scenario file to idoc.

My xml message in rwb is getting sucess only in the adapter engine.

Its going in system Error in integration engine.

In sxmb_moni it gives the following error, where as If i check in the test tab of the Message Mapping with the same xml file

which is the source file, its working fine.

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

- <!-- 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/_SRL_MM_SALESCHG_CLM_SAP_</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/_SRL_MM_SALESCHG_CLM_SAP_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Try to do a dummy change into MessageMapping, InterfaceMapping and try with TestingTool in Configuration Directory.

Former Member
0 Kudos

Hi

Check the Trace sheet in SXMB_MONI. It will provide you more details about the error.

If you paste it in this thread someone might be able to help you.

Regards,

Giuseppe

sbuttler77
Active Participant
0 Kudos

Have you by any chance copied your interface mapping and forgot to replace the message mapping it refers to?