2022 Feb 16 9:02 AM
I have a requirement that in a hierarchy CDS view which is as currently a child node is being created in the FIORI app for the parent node.
eg. Material Plant
-> 1 1(Parent)
-> 2 2(Parent)
-> 3 3(Child)
Now the user wants that the child node which is being shown inside parent node should also be present as a separate parent node.
eg. Material Plant
-> 1 1(Parent)
-> 2 2(Parent)
-> 3 3(Child)
-> 3 3(Parent)
Please guide me in how can I achieve the same.