Skip to content

/AWS1/CL_BDCCONTENTDELTAEVENT

An event that contains incremental output from a command execution. This event streams standard output and standard error content as it becomes available during command execution.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_stdout TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.

iv_stderr TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.


Queryable Attributes

stdout

The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.

Accessible with the following methods

Method Description
GET_STDOUT() Getter for STDOUT, with configurable default
ASK_STDOUT() Getter for STDOUT w/ exceptions if field has no value
HAS_STDOUT() Determine if STDOUT has a value

stderr

The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.

Accessible with the following methods

Method Description
GET_STDERR() Getter for STDERR, with configurable default
ASK_STDERR() Getter for STDERR w/ exceptions if field has no value
HAS_STDERR() Determine if STDERR has a value