As it is common in ABAP, trailing blanks are truncated in text field literals.
Example
Reading of a row from the database table SPFLI
using static Native SQL. The required row is specified using literals. The target range of the INTO clause is specified as a
host variable. If a row was found, sy-subrc is set to 0, otherwise it is set to 4.