Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regd Internal Table data comparison

Former Member
0 Likes
261

Hi,

I have two internal tables of same structure. The Number of fields are 250.

Now i need to compare internal table 1 and internal table 2. If internal table2 field is not having any value in want to copy the value from Internal table1. I dont want to use 250 if conditions to compare.

Does any one has any idea to achive this using field symbols.

Thanks,CS

1 REPLY 1
Read only

Former Member
0 Likes
237

I got it my self.

Thanks.