cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to FIle Error

Former Member
0 Kudos

Hi all,

I am new to XI, I am doing IDOC to File Scenario. I got the following error

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

<SAP:Retry>M</SAP:Retry

Guide me.

regards,

ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Below thread will help you

Regards,

Jayasimha Jangam

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

This is a mapping error which raised at runtime. So, copy the payload and paste it in mapping(test) and check if it is ok.

Sometimes, even though the mapping shows sucessful still at runtime you get the error,

Check if the fields are correctly mapped.

Check all the datatype mapped are properlly mapped or not.

Check if you have used any remove context, split by value and see it's impact in mapping.

Hope this will solve your problem.

Award points if helpful..

Thanks,

JAY

Former Member
0 Kudos

hi

check the message mapping,map all the mandatory fileds of the target structure.

test the mapping.

XI: How to test your mapping (in real life scenarios)

regards

kummari

Former Member
0 Kudos

Hi

Check your mapping there is a problem in that ....

thts y there is a runtime error in message transformation ...

check it

Regard's

Chetan Ahuja

Former Member
0 Kudos

hi,

this is a mapping error .

check all the fields are properly mapped. and see if any remove contexts is being used in that case double check.

regards.

Former Member
0 Kudos

Hi,

Take the Inbound Payload from MONI and Test it in Mapping Test TAB. then u will come to know the exact error.

Procedure to take the Payload

goto MONI-Double click on MessageInbound Message ( CENTRAL ) --Payloads ---Double click on MainDocument ( application/xml ) -Just Right Click on the second window-View Source

then now Copy this and paste it in Mapping Test and Execute

Regards

Seshagiri