internal table primary key means a lot...it is used for various purposes...say u have one more internal table...
then....loop at itab.
read table itab2 with key <primaryfield> = itab-<primaryfield>.
endloop.
even while writing select statements the primary keys can be used in case of using for all entries....
Add a comment