cancel
Showing results for 
Search instead for 
Did you mean: 

Generic Sort filter in SAP MII 14.0.5

Former Member
0 Kudos

Hello,

I am trying to use Generic Sort filter in SAP MII 14.0.5 and all i need to achieve is sort the XML nodes based on values. i am trying to give input as below XML and sort based on Value. but i am getting error. Input to Generic sort filter is mentioned below. i don't see much documentation for this block. any inputs will be greatly appreciated.

Error:-

"[Generic_Sort_Filter_0] Unknown property: <?xml version="1.0" encoding="UTF-8"?><Address>

<Product>MAC_Address</Product>

<value>78FF5700E419</value>

<value>78FF5700E418</value>

<value>78FF5700E420</value>

</Address>"

Input to Generic Sort Filter:-

Source:-

<Address>

<Product>MAC_Address</Product>

<value>78FF5700E419</value>

<value>78FF5700E418</value>

<value>78FF5700E420</value>

</Address>

Filter Colum1:- Local.OutputXML{/Address/value}

-Adarsha.K.S

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185280
Active Contributor
0 Kudos

I could be wrong but I seem to recall that Action only supported the MII xml document structure: /Rowsets/Rowset/Row etc.