calculation on dynamic Internal table fields
Hi Experts
I have one dynamic internal table in this i have to do some calcultaions.
dynamic inertnal table fields
quanity
c010
c020
c030
c040
c050
--
--
--
**********
i want to caluclate like for all the records in the internla table
quantity * c010
quantity * c020
quantity * c030
-
***
is it possible, how can it be done.
Thanks
Farooq