SPACE
From Abap2Java
[edit]
ABAP
Keyword for the space character, which means the character string ' '. SPACE often stands for the boolean value FALSE in ABAP.
[edit]
Java
No such keyword. Use " " for an empty character string and false for the boolean value.
See also:
null, Whitespace, boolean, false

