Hi Durga Prasad,
What I meant here was that while the Component gets loaded, we can load all the data into some static table. The major reason behind this is to avoid the database select every time the view is loaded. As you are aware that the do config method will be called every time the view is loaded.
So, the data will be populated in the local static internal table only once and the remaining time we will read the table with the key. This will save a lot of time and will be very good from the performance point of view.
Let me know if you have any more queries.
Many thanks in advance.
Best Regards,
Samantak.