Skip to Content
1
Apr 28 at 05:00 AM

Method for Casting with Where condition in CDS view

29 Views Last edit Apr 28 at 09:20 AM 2 rev

The following error was displayed when creating CDS view on Eclipse.

"Field AUSP-ATINN(type conflict in selection condition)"

My guess is that this error is caused by the item specified in the Where condition being defined in Numc.

But you can't do a Cast inside a Where condition. Is there a better way?

I specified the Where condition with the following syntax.

where ausp.atinn = 'asdfgh'

thank you