Hi,
i have a requirement to display the contents of two internal table in the same list.
i searched in the previous forms and got an idea.
but my doubt is i should write a summary at the end of each list.
ex: ITAB A: ITAB B:
100 ABC 2 101 SAE 8
200 BCD 3 102 GAD 6
300 CAD 5 103 DAS 1
Now i calculate the average of the third column and should display the same in output after writing each table contents like:
data from ITAB A. and
The avg encashment time is 3.
data from ITAB B. and
The avg outstanding time is 5.
regards,
raghu.