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
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP