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

joining tables

Former Member
0 Likes
604

Hi!

How can I join this tables ?

CCIHT_IAL

CCIHT_IPEVA

CCIHT_IPEVINJ

Regards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

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

4 REPLIES 4
Read only

Former Member
0 Likes
568

You can join the tables

using the fields

RECN

ACTN

they are in all the three tables.

check it

Read only

Former Member
0 Likes
568

HI ,

u can use inner join for the tables with rectn & actn fields.

SO that all the common entries are fetched..!

Read only

Former Member
0 Likes
569

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

Read only

0 Likes
568

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.