cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime exception in mapping

Former Member
0 Kudos

Hi Gurus,

In my scenario, while testing the scenario Iam getting the error in MONI as

"During the application mapping com/sap/xi/tf/_MM_NUNACE_SR3_01_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~".

But , when I was testing the same mapping in IR that mapping was working fine and its giving required output XML in IR.

Can anybody give the solution for it.

Thanks&Regards,

ReyazHussain

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you using the SAME source values in that mapping for test?

Take the source message from the SXMB moni which failed and test exactly this one.

Peter

Former Member
0 Kudos

Hi peter,

ya, Iam using the same sourse values in the mapping.

Reyaz.

Former Member
0 Kudos

Ok, but using the same values and the same document (source message) is not the same. Did you copy the failed message and put it into a test (paste)?

Try it... in SXMB moni display the source message, right click on the right pane, view source, ctrlA to select whole document, ctrlc (to save it in the clipboard), go to mepping test, display it not in "table" view, but source view, paste the message and run the test.

Is it working?

Peter

Former Member
0 Kudos

Hi peter,

My problem got solved . Thanks a Lot.

Thanks&Regards,

ReyazHussain

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ReyazHussain,

possibly you use some UDF that read dynamic parameters?

Make sure that testing-mapping is excctly the same as runtime-mapping.

Regards Mario