Are you sure that "open.menge" is not a null value?
On the ABAP side, null values are mapped to INITIAL values which is 0 for numeric types.
But in SQL the difference 1500 - NULL results in NULL.
Regards, Thomas
Are you sure that "open.menge" is not a null value?
On the ABAP side, null values are mapped to INITIAL values which is 0 for numeric types.
But in SQL the difference 1500 - NULL results in NULL.
Regards, Thomas