/AWS1/CL_BDCHARNTOOLRSBLKDELTA¶
A delta update to a tool result content block.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/BDCSENSITIVETEXT /AWS1/BDCSENSITIVETEXT¶
A text tool result delta.
io_json TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
A JSON tool result delta.
Queryable Attributes¶
text¶
A text tool result delta.
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¶
A JSON tool result delta.
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_HARNTOOLRESULTBLOCKSDELTA¶
TYPES TT_HARNTOOLRESULTBLOCKSDELTA TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCHARNTOOLRSBLKDELTA WITH DEFAULT KEY
.