Hello ,
I want to sum the subracted quantities and populate into a field while creating CDS view. Kindly provide me syntax for the same.
I want something like,
SELECT FROM VBBE
{ lgort,
sum (omeng - vmeng) as omeng,
} group by lgort
But i am getting syntax error if i use both 'SUM' and '-' in the same query.