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