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

Cluster and pool tables

Former Member
0 Likes
558

I make a join with a pool table the compiler writes

Für Pool-Tabellen, Cluster-Tabellen und Projektions-Views ist JOIN

for pool-Tables, Cluster-Tables and Projections-View is no JOIN allowed.

What can I do to read the data from the table a005 in join.

thanks.

Waseem

I make a join with a pool table the compiler writes

Für Pool-Tabellen, Cluster-Tabellen und Projektions-Views ist JOIN

for pool-Tables, Cluster-Tables and Projections-View is no JOIN allowed.

What can I do to read the data from the table a005 in join.

thanks.

Waseem

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
524

>

> What can I do to read the data from the table a005 in join.

> thanks.

> Waseem

Hello Waseem,

Ans is DONOT use JOIN. You have to use FOR ALL ENTRIES.

You can JOIN only transperant tables. This is where JOIN scores over FOR ALL ENTRIES

BR,

Suhas

Read only

Former Member
0 Likes
524

Thanks a lot I solved my problem. It was good hint.

bye

waseem

Read only

Former Member
0 Likes
524

Thanks