Hi Pavan,
In this case:
1. Since I created my own internal table with various fields from various database tables. I have to use INTO CORRESPONDING TABLE.
2. There is no prior internal tables I used so basically there is no data to depend on for selection. FOR ALL ENTRIES no applicable in this case.
3. There is entries after select so sy-subrc n/a here
4. same as no.2