‎2008 Apr 17 10:36 AM
Hi!
How can I join this tables ?
CCIHT_IAL
CCIHT_IPEVA
CCIHT_IPEVINJ
Regards
sas
‎2008 Apr 17 11:49 AM
hi,
thank u very much.
Additional I have the following question.
Which possibilitiy is existing regarding this join (see above) to find out to which
org.unit the involved or affected persons belong ?
Generally which correlation is existing.
Regards
sas
‎2008 Apr 17 10:54 AM
You can join the tables
using the fields
RECN
ACTN
they are in all the three tables.
check it
‎2008 Apr 17 11:27 AM
HI ,
u can use inner join for the tables with rectn & actn fields.
SO that all the common entries are fetched..!
‎2008 Apr 17 11:49 AM
hi,
thank u very much.
Additional I have the following question.
Which possibilitiy is existing regarding this join (see above) to find out to which
org.unit the involved or affected persons belong ?
Generally which correlation is existing.
Regards
sas
‎2008 Apr 17 12:03 PM
For finding the relations you can do this
Use SQVI transaction,
Create a View
enter title,
Choose the Data source as Table Join
Now use Insert table option,
And insert the tables which you want, it propose the relation between them.