/AWS1/CL_BDDPHRASE¶
Phrase structure for vocabulary
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_text TYPE /AWS1/BDDPHRASETEXT /AWS1/BDDPHRASETEXT¶
Text content of the phrase
Optional arguments:¶
iv_displayastext TYPE /AWS1/BDDPHRASEDISPLAYASTEXT /AWS1/BDDPHRASEDISPLAYASTEXT¶
Text to configure how phrase is displayed in Transcript
Queryable Attributes¶
text¶
Text content of the phrase
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
displayAsText¶
Text to configure how phrase is displayed in Transcript
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYASTEXT() |
Getter for DISPLAYASTEXT, with configurable default |
ASK_DISPLAYASTEXT() |
Getter for DISPLAYASTEXT w/ exceptions if field has no value |
HAS_DISPLAYASTEXT() |
Determine if DISPLAYASTEXT 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_PHRASELIST¶
TYPES TT_PHRASELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDDPHRASE WITH DEFAULT KEY
.