Hi Guys,
I have a internal table like this
PALET TKNUM
16 |0000001144|
15 |0000001144|
14 |0000001144|
13 |0000001144|
12 |0000001144|
12 |0000001145|
11 |0000001145|
10 |0000001145|
I have another table with same fields.
My final table should look like below
PALET TKNUM
1/4 |0000001144| i.e 1 of total current tknum
2/4 |0000001144| i.e 2 of total current tknum
3/4 |0000001144| i.e 3 of total current tknum
4/4 |0000001144| i.e 4 of total current tknum
5/5 |0000001144| i.e 5 of total current tknum
1/3 |0000001145| i.e 1 of total current tknum
2/3 |0000001145| i.e 2 of total current tknum
3/3 |0000001145| i.e 3 of total current tknum
Thanks,
Prasad.