cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping error while calling RFC

Former Member
0 Kudos

Hi,

I am trying to call a RFC. (Configuring File to RFC)

I am getting the following error.

Error Category: MAPPING,

Errot Code: EXCEPTION_DURING_EXECUTE

Source Message type : carr_mt

elements: carrid, carrname

Target Message type : ZCARR_NEW

elements : carrid, carrname.

--Mappings are 1 to 1.

plz let me know the solution..

regards,

ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have u checked your mapping using the test tab?? Also check whether the Message Type and namespace that u give in input file matches with that in ur scenario.

Regards,

Sudharshan

sridharreddy_kondam
Active Contributor
0 Kudos

Hi,

check in the mapping if it contains any mapping error(F7) ...

Regards,

Sridhar reddy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramesh,

Check the following.

1. No mandatory field in the target interface is left without mapping. If not needed make it disabled.

2. Check whether you are using the right message type for mapping in both the source and target side.

3. If you are using any user defined function to map the fields then check whether the data coming from the source side are satisfying the inputs for the same.

4. Select the XML message in the inbound side(file) generated in SXMB_MONI and pass it in the test tab of your message mapping and select the drop down 'Debug' so that you'll come no know which field is throwing the problem or exception.

Cheers

JK