Skip to Content
0
May 09, 2008 at 10:28 AM

How to calculate this ?

21 Views

Hi

I have a dynamic internal table <IT_DYN> with a work area <WA_DYN>. Now in that internal table 2 fields are fixed and rest fields are dynamic, here dates fields are dynamic.

DEV  AVG  02052008        03052008   04052008 ......
acd      ?         40             50           70
csx      ?         10             52           25

Now My requiremnt is in the AVG field I have to show the average of all dynamic field( add all dynamic field and devide by no of dynamic fields). Im new to dynamic internal table, plz suggest how to write the code.

Regards.