Application Development 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: 

In CDS ASSOCIATION except the base table, other tables are showing errors

sabarna17
Contributor
0 Kudos

Hi Experts.

Please find the code below. Which I am trying to activate. Its throwing an error so that I cannot use Association on 'EKPO' & 'EKKN' here. Whereas using Association between 'MARC' & 'EKPO' is not giving this error. I am unable to find why this is giving error. Please help me out in this case.

Note: I tried to learn about the Cardinality. But could find working examples for each one of them. And how the Cardinality is effecting the data in output?

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

You must fulfill the following rules:

https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abencds_cond_expr_...

There's a comparison with a field of makt missing.

2 REPLIES 2

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

You must fulfill the following rules:

https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abencds_cond_expr_...

There's a comparison with a field of makt missing.

Hi Horst,

In that case, Association will not be helpful to replace a join related Views. And after creating few of them, still I didn't understood - How this could be implemented in such a scenario, where it works better that 'Joins' ?

Can you please provide a detailed note if available in your knowledge.