cancel
Showing results for 
Search instead for 
Did you mean: 

Split Mapping created no messages in SXMB_MONI

sherin_jose4
Participant
0 Kudos

Hi All,

I have an IDOC to File scenario in which the target forms an XML file based on some RFC lookups. The problem i have is that whenever the RFC do not return any values, i am getting an "Split Mapping Created no messages" error in the SXMB_MONI. Is there any possible way that i could suppress the target and i should not form the target when the RFC do not return any output.

Regards,

Sherin Jose P

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you splitting your message using multimapping?

Make sure your mapping generates target message.

former_member200962
Active Contributor
0 Kudos
The problem i have is that whenever the RFC do not return any values

If you are trying to generate the Parent element using the RFC response then you are bound to get the error as no target structure will be poduced when the RFC does not return any value....may be doing a check on RFC response and then using MapWithDefault or any other term so that at least one valid element is produced will prevent the error from occuring.

Regards,

Abhishek.