/AWS1/CL_SEBSEARCHSUMMARY¶
Summary details of an archive search job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_searchid TYPE /AWS1/SEBSEARCHID /AWS1/SEBSEARCHID¶
The unique identifier of the search job.
io_status TYPE REF TO /AWS1/CL_SEBSEARCHSTATUS /AWS1/CL_SEBSEARCHSTATUS¶
The current status of the search job.
Queryable Attributes¶
SearchId¶
The unique identifier of the search job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHID() |
Getter for SEARCHID, with configurable default |
ASK_SEARCHID() |
Getter for SEARCHID w/ exceptions if field has no value |
HAS_SEARCHID() |
Determine if SEARCHID has a value |
Status¶
The current status of the search job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SEARCHSUMMARYLIST¶
TYPES TT_SEARCHSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SEBSEARCHSUMMARY WITH DEFAULT KEY
.