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

internal table

Former Member
0 Likes
267

Can we combine data from 4 different database tables whose primary keys are different by using internal tables ? If yes how ??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
248

Yes, u can combine but u have to check all the tables, they must have a common filed if u compare each table with other one,

u fill 4 internal table firt by using se;ect statement.

U declare one final internal table where all the fields will be there. Then by using Loop at.., Read table u fill the final table by comparing common fields...

thanks

1 REPLY 1
Read only

Former Member
0 Likes
249

Yes, u can combine but u have to check all the tables, they must have a common filed if u compare each table with other one,

u fill 4 internal table firt by using se;ect statement.

U declare one final internal table where all the fields will be there. Then by using Loop at.., Read table u fill the final table by comparing common fields...

thanks