hi I am having couple of issues i need to solve if you can help.
one is in my report there is a select option for profit centre. I want to write code that once user presses execute, my select-option is validated and all entries from a table CSKS which have profit centre falling in my select-option range are populated in my itab1.
2. I am having an internal table itab2. i want to get all the entries from itab2 that have matching profit centres in itab1. I want to avoid double loop; if i can.
so its like if my itab1 has 30 different profit centres then i want all the entries from itab2 where profit centre is equal to either of the entries in itab1.
thanks and regards,
Reena..