Use decimal in where clause in SAP ABAP


You are trying to use the user-specific setting in your queries, but ABAP does not support it. You need to use ‘.’ as the decimal separator instead of ‘,’.

So the query would look something like −

SELECT * FROM <table> INTO <index_tab>
WHERE amount = 10.15

Updated on: 14-Feb-2020

121 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements