/AWS1/CL_AFBTEXT¶
The text message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_locale TYPE /AWS1/AFBLOCALE /AWS1/AFBLOCALE¶
The locale of the text message. Currently, en-US is supported.
iv_value TYPE /AWS1/AFBTEXTVALUE /AWS1/AFBTEXTVALUE¶
The value of the text message.
Queryable Attributes¶
Locale¶
The locale of the text message. Currently, en-US is supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALE() |
Getter for LOCALE, with configurable default |
ASK_LOCALE() |
Getter for LOCALE w/ exceptions if field has no value |
HAS_LOCALE() |
Determine if LOCALE has a value |
Value¶
The value of the text message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_TEXTLIST¶
TYPES TT_TEXTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AFBTEXT WITH DEFAULT KEY
.