SPACE

From Abap2Java

Jump to: navigation, search

ABAP

Keyword for the space character, which means the character string ' '. SPACE often stands for the boolean value FALSE in ABAP.

Java

No such keyword. Use " " for an empty character string and false for the boolean value.

See also:
null, Whitespace, boolean, false

Personal tools