cancel
Showing results for 
Search instead for 
Did you mean: 

FCC error

Former Member
0 Kudos

Hi ,

I am doing file to file using FCC (txt - xml).here am getting below error.Please find and let me know the solution.

-

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

<SAP:P1>com/sap/xi/tf/_MM_EmpDetails_</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_EmpDetails_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is not FCC error. It says that there is a problem in mapping.

go to message mapping and copy the payload and test the message mapping with that payload using test message tab.

chirag

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Hari,

Check the file which is being picked up and if there are values in the file for all the mandatory fields which are mapped.

Also,check the payload at various steps in the pipeline.This will help in detecting the error.

Thanks and Regards,

Induja

Former Member
0 Kudos

Check mapping

there is some issue with format..

aashish_sinha
Active Contributor
0 Kudos

Hi,

This clearly shows that there are some problem in your message mapping. So please check it with your sample input and see if you are getting the desired output. But i hope you will get some error message and then check out if your mapping is correct according to that error message.

You can use the test tab in mapping editor.

Regards

Aashish Sinha

PS ; reward points if helpful