cancel
Showing results for 
Search instead for 
Did you mean: 

WS2RFC sync problem - EXEPTION_DURING_EXECUTE

Former Member
0 Kudos

hello

I recieve this request and have an error. help required

<?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="1">

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

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

<SAP:P1>com/sap/xi/tf/_ProposalFormService_WS2RFC_Req_</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>During the application mapping com/sap/xi/tf/_ProposalFormService_WS2RFC_Req_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Get the payload using sxmb_moni and test your mapping program in IR.

You will get the exact error.

You can also look into trace for exception details.

Regds

Pushkar

Answers (1)

Answers (1)

Former Member
0 Kudos

Looks like there is a prob in you mapping for the data....

try getting the payload and use the test mapping tab in message mapping and execute with the data....

Cheers!!

Sidharth