Checks if a string is empty.
Parameters
strresultSignature
METHODS empty IMPORTING str TYPE string
RETURNING VALUE(result) TYPE abap_bool.
Provides boolean helper methods for testing strings and string tables.
Checks if a string is empty.
strresultMETHODS empty IMPORTING str TYPE string
RETURNING VALUE(result) TYPE abap_bool.Checks if a string is empty or consists only of whitespace characters.
strresultMETHODS whitespace_or_empty IMPORTING str TYPE string
RETURNING VALUE(result) TYPE abap_bool.Checks if all strings in a table are empty or consist only of whitespace characters.
textsresultMETHODS whitespace_or_empty_tab IMPORTING texts TYPE string_table
RETURNING VALUE(result) TYPE abap_bool.