cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Not happened MultiMap in Target

Former Member
0 Kudos

Hi,

I am doing multimap with File -->BAPI, based on 1: N calls!

When I am doing test with using TEST TAB, I can able to create multiple nodes using duplicate subtrees at targetside, It seems to be map had no errors.. But when i am doing test using request payload (XML). I can see only

messages and message1 nodes? I cant see BAPI structure under these nodes.

Do you have any ideas..?

Regards

Sankar!

Accepted Solutions (1)

Accepted Solutions (1)

former_member206604
Active Contributor
0 Kudos

Hi,

When you get the payload from SXMB_MONI you will not have message and message1 tag in it. So if you need to test that payload in the test tab you neeed to add those Message and Message1 tag in the paylaod and then check it. That splitting will happen internally.

Thanks,

Prakash

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

If you copied the source payload from the TEST tab, did you remove the MESSAGES tag in them?

Also, MultiMaping doees not work with IDOC adapter in the inbound side

Regards,

Bhavesh

Former Member
0 Kudos

thanks guyz...!