Dear gurus,
I have two same internal table with around 70,000 records in each table now i want to merge both internal table so there will be no repetition of same record in table. Is this statement will work? Internal table has 6 field. 4 field are numc or char and last 2 fields are packed decimal. if there is any other good idea please let me know. If question is not clear let me know.
COLLECT LINES IT_CYD2 TO IT_CYD4.
Thanks in advance.
Dave.