‎2009 Jul 28 12:51 PM
Dear Colleagues,
I have to read the table estvp by passing the recnroot value.
i will get some records then pick the recncmp values and process again the table estvp passing the values of recncmp to recnroot.
need to repeat it untill get the total records.
finally i need to have one itab with hierarchy model.
Recnroot recncmp.
111 1.1
1.2
1.3
1.1 1.1.1
1.1.2
1.2 1.2.1
1.3 nil
1.1.1 1.1.1.1
1.1.1.2
-
-
any help is apreciated how can i make some recursive function or some loop etc.
Thanks,
Mahesh
‎2009 Jul 28 6:47 PM
‎2009 Aug 10 7:06 PM
getting the parent and child details but need the position of the id in hierarchy way.
‎2010 Nov 24 12:55 PM