Skip to content

/AWS1/CL_BDCSCREENSHOTRESULT

The result of a screenshot action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_status TYPE /AWS1/BDCBROWSERACTIONSTATUS /AWS1/BDCBROWSERACTIONSTATUS

The status of the action execution.

Optional arguments:

iv_error TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The error message. Present only when the action failed.

iv_data TYPE /AWS1/BDCBLOB /AWS1/BDCBLOB

The base64-encoded image data. Present only when the action succeeded.


Queryable Attributes

status

The status of the action execution.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

error

The error message. Present only when the action failed.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR, with configurable default
ASK_ERROR() Getter for ERROR w/ exceptions if field has no value
HAS_ERROR() Determine if ERROR has a value

data

The base64-encoded image data. Present only when the action succeeded.

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA, with configurable default
ASK_DATA() Getter for DATA w/ exceptions if field has no value
HAS_DATA() Determine if DATA has a value