cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

My scenario is JDBC to proxy,

while testing i am getting following error in moni.

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

<SAP:P1>com/sap/xi/tf/_CDR_RefundData_To_ERP_RefundData_</SAP:P1>

<SAP:P2>com.sap.aii.mappingtool.tf7.MessageMappingExceptio</SAP:P2>

<SAP:P3>n: Runtime exception when processing target-field</SAP:P3>

<SAP:P4>mapping /ns1:CDR_RefundData_ERP/row[65]/AOTR_STAT~</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_CDR_RefundData_To_ERP_RefundData_; com.sap.aii.mappingtool.tf7.MessageMappingException: Runtime exception when processing target-fieldmapping /ns1:CDR_RefundData_ERP/row[65]/AOTR_STAT~</SAP:Stack>

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

</SAP:Error>

please tell me the reason why this error occurs.

Regards,

Ravi

AP:





0 Likes
View Entire Topic
bhavesh_kantilal
Active Contributor
0 Likes

Your source for the error is pretty clear.

/ns1:CDR_RefundData_ERP/row[65]/AOTR_STAT


The issue is with the 66th occurrence of ROW field AOTR_STAT. You would need to take the Input Payload and then further process the same through your design time ( ESR ) to understand why the mapping for this field fails.

Ask a Question