cancel
Showing results for 
Search instead for 
Did you mean: 

input data problem

Former Member
0 Kudos

hai all,

I have to send multiple records from a file. following is the input for my requirement

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

<ns1:mt_sender_multi xmlns:ns1="http://multiplefilestoidoc">

<EmpId>6789</EmpId>

<EFirstName>sudheer</EFirstName>

<ELastName>ram</ELastName>

<EmpAdd>hyd</EmpAdd>

<EmpSal>40000</EmpSal>

</ns1:mt_sender_multi>

</ns0:Message1>

</ns0:Messages>

if i sent this structure in sxmb_moni it is showing message scheduled on outboundside.

how can i resolve. please resolve this issue.

Thanks.

Sam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

i got useful answer

prateek
Active Contributor
0 Kudos

This is incorrect input. If you are using multi-mapping in XI, then don't copy the test tab payload from Message Mapping. Just remove the Message and Message1 related nodes and send data with root element name mt_sender.

Regards,

Prateek

SudhirT
Active Contributor
0 Kudos

Check in SMQ2 and unlock the entries and correct the error if any message with SYSFAIl status.

Thanks!