Gets a value indicating whether the current stream supports dynamic expansion of its length.
- If true, writing beyond the current end of the stream will grow its length automatically.
- If false, attempts to write past the end will result in an error or be ignored.
Parameters
resultSignature
METHODS can_expand RETURNING VALUE(result) TYPE abap_bool.