Im expecting small solutions dynamic internal tables creation based on another internal table field value .
For Ex : Itab1-field having values like
9000
9000
9001
9001
9002
9003
So on that I want to find out how many distinct value are there in itab-field .
According to above values the result is 9000,9001,9002 and 9003
So that I want to create internal tables for each value like ..itab_9000 ,itab-9001,itab-9002 and itab-9003 etc
Also , those internal format is referring from exiting table in prog.
Just I want to know how to create no.of internal tables based other itab-field ( above explanation ).
Plz do need full .
Regards,
SReddy.