‎2008 Jul 21 9:17 AM
Can we combine data from 4 different database tables whose primary keys are different by using internal tables ? If yes how ??
‎2008 Jul 21 9:24 AM
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
‎2008 Jul 21 9:24 AM
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