Skip to content

/AWS1/CL_QSTSHEETTEXTBOX

A text box.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SHEETTEXTBOXID TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Optional arguments:

IV_CONTENT TYPE /AWS1/QSTSHEETTEXTBOXCONTENT /AWS1/QSTSHEETTEXTBOXCONTENT

The content that is displayed in the text box.


Queryable Attributes

SheetTextBoxId

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Accessible with the following methods

Method Description
GET_SHEETTEXTBOXID() Getter for SHEETTEXTBOXID, with configurable default
ASK_SHEETTEXTBOXID() Getter for SHEETTEXTBOXID w/ exceptions if field has no valu
HAS_SHEETTEXTBOXID() Determine if SHEETTEXTBOXID has a value

Content

The content that is displayed in the text box.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT, with configurable default
ASK_CONTENT() Getter for CONTENT w/ exceptions if field has no value
HAS_CONTENT() Determine if CONTENT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SHEETTEXTBOXLIST

TYPES TT_SHEETTEXTBOXLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSHEETTEXTBOX WITH DEFAULT KEY
.