/AWS1/CL_BDCHARNTOOLRSCONTBLK¶
A content block within a tool result.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/BDCSENSITIVETEXT /AWS1/BDCSENSITIVETEXT¶
Text content.
io_json TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
JSON content.
Queryable Attributes¶
text¶
Text content.
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 |
json¶
JSON content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JSON() |
Getter for JSON, with configurable default |
ASK_JSON() |
Getter for JSON w/ exceptions if field has no value |
HAS_JSON() |
Determine if JSON 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_HARNTOOLRESULTCONTENTBLOCKS¶
TYPES TT_HARNTOOLRESULTCONTENTBLOCKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCHARNTOOLRSCONTBLK WITH DEFAULT KEY
.