Trying to develop a Calculation view that will pass out a formatted string for reporting. The problem I ran into is that in trying to use the CE_PROJECTION functions to filter my tables I keep getting an error:
This is how I wrote the projection:
jest_proj = CE_PROJECTION (:jest, ["MANDT","OBJNR","STAT","INACT"], '"INACT" <> ''X''');
It is stating that there is an error in the syntax. I have tried parenthesis, single quote ,double quotes. Thought maybe there is a better way to filter for not equals.