hello All,
I am having an requirement where i have to use logic to make some entries in an internal table comparing other internal table.for example.
i have an itab1 with field row and column that has value val1. I need to check itab2 for that row and column. if there is an entry for that row and column in itab2 then i need to just append the val in itab1 to val in itab2.
if that entry for that row and column doesnt exist then i need to create a new entry in itab2.
any ideas or suggestions..
thanks,
Reena..