cancel
Showing results for 
Search instead for 
Did you mean: 

FILE TO INBOUND ABAP PROXY - error

ravi_sirigiri
Participant
0 Kudos

Hi,

Getting the following Error in FILE TO INBOUND ABAP PROXY which is updating a Database table in R/3.

Error:

com.sap.aii.utilxi.misc.api.BaseRuntimeException

thrown during application mapping

com/sap/xi/tf/_file2proxy_mm_: RuntimeException in

Message-Mapping transformatio~

How to rectify the error...

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The error mentioned is indicating about the Message Mapping error.

I think you need to test your Message Mapping with test tab.

Here Goto SXMB_Moni and select the related message and double click on it.

It will show you the various steps in Message flow.

Take the Inbound Message and look for Payload in it. Open it in right side window and right click on it to see source code.

Copy it in Message Mapping and test it

Thanks

swarup

Answers (4)

Answers (4)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

if the problem was solved, close the thread and assign point please...

Thanks

Rodrigo

Former Member
0 Kudos

Hi Ravi,

Solved the problem or not.. Check whether syntactially connections are made inbetween the fields of source and target by pressing F7 key if any thing was fine then go to TEST tab, and check with the appropriate values for the fields ..

regards,

Kishore

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

you are having an error in you mapping (Message Mapping)

maybe and missing mandatory field,or a logical error no more than it,

to see where your error go to SXI_MONITOR

select your message inbound message (export it or press right buttom --> see source file and copy it)

go to IR to your Message Mapping and select TEST option, paste or import the XML you get form SXI_MONITOR and execute it.

Thanks

Rodrigo

Former Member
0 Kudos

Hi Ravi.

You're getting a mapping error. I usually follow these steps when getting similar errors:

1.- Go into SXMB_MONI.

2.- Take the message payload of the outbound message (File) and save the payload into a file.

3.- Test the mapping in the Integration Repository loading the saved file as test instance, and you will see the mapping error details.

Regards,

Gari.