/AWS1/CL_KNDCLICKFEEDBACK¶
Gathers information about when a particular result was clicked by a user. Your
application uses the SubmitFeedback API to provide click
information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resultid TYPE /AWS1/KNDRESULTID /AWS1/KNDRESULTID¶
The identifier of the search result that was clicked.
iv_clicktime TYPE /AWS1/KNDTIMESTAMP /AWS1/KNDTIMESTAMP¶
The Unix timestamp when the result was clicked.
Queryable Attributes¶
ResultId¶
The identifier of the search result that was clicked.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTID() |
Getter for RESULTID, with configurable default |
ASK_RESULTID() |
Getter for RESULTID w/ exceptions if field has no value |
HAS_RESULTID() |
Determine if RESULTID has a value |
ClickTime¶
The Unix timestamp when the result was clicked.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLICKTIME() |
Getter for CLICKTIME, with configurable default |
ASK_CLICKTIME() |
Getter for CLICKTIME w/ exceptions if field has no value |
HAS_CLICKTIME() |
Determine if CLICKTIME 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_CLICKFEEDBACKLIST¶
TYPES TT_CLICKFEEDBACKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDCLICKFEEDBACK WITH DEFAULT KEY
.