Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude user-defined table types from generated CDS (or support them as CDS types) #51

Closed
ThePlenkov opened this issue May 27, 2021 · 1 comment

Comments

@ThePlenkov
Copy link
Contributor

ThePlenkov commented May 27, 2021

Hi!

I just noticed that if we declare table type in the system like that:

image

it ends up in CDS like this:
image

if we'll try to select from such an entity - that will fail of course.
image

Therefore I propose for now just to exclude such user-defined types from the selection. And if needed to return the back already as CDS types.
Luckily we can simply filter out them with IS_USER_DEFINED_TYPE = FALSE

@jung-thomas
Copy link
Contributor

Merged and delivered with 2.202105.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants