Hello All,
I have the hierarchy for an interface displayed in AIF Monitor using key field(which is a number) as parent node. Everything works fine as expected.
The Tree looks a below.
+10002
++ Filename1
+++ Messages
+10003
++Filename2
+++ Messages
+10004
++Filename 3
+++ Messages and so on.
I get this hierarchy because, always the the key field(number) is stored in index table in ascending order.
But now, I would like to display the tree sorted based on this key field but in descending as below. I could not find the sort option while configuring key fields. Searched BADIs for view 1, but couldn't find much help either. Is it possible to achieve this ?
+10004
++ Filename3
+++ Messages
+10003
++Filename2
+++ Messages
+10002
++Filename1
+++ Messages and so on.
Please suggest a solution.
Thanks in advance.
Best Regards,
Raja