SAP ABAP Interface IF_SALV_STI_TEXT_SEARCH_RESULT (Locator of text search hits)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ATS (Application Component) ABAP Table/Tree Services
⤷
SALV_STI (Package) ALV Services for Tables: iTab Services impl.

⤷

⤷

Properties
Interface | IF_SALV_STI_TEXT_SEARCH_RESULT | |
Short Description | Locator of text search hits |
General Data
Package | SALV_STI | ALV Services for Tables: iTab Services impl. |
Created | 20130617 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface IF_SALV_STI_TEXT_SEARCH_RESULT has no forward declaration.
Interfaces
Interface IF_SALV_STI_TEXT_SEARCH_RESULT has no interface.
Friends
Interface IF_SALV_STI_TEXT_SEARCH_RESULT has no friend.
Attributes
Interface IF_SALV_STI_TEXT_SEARCH_RESULT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130821 | |
2 | ![]() |
Instance method | Public | Method | 20130821 | |
3 | ![]() |
Instance method | Public | Method | 20130708 | |
4 | ![]() |
Instance method | Public | Method | 20140321 |
Events
Interface IF_SALV_STI_TEXT_SEARCH_RESULT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_SEARCH_HIT | Public | See coding | 20130701 | begin of ys_search_hit,
row_index type if_salv_service_types=>y_row_index, "result index
column_index type i,
" grouping_key type ref to data,
"level type i,
hit_number type i,
end of ys_search_hit
|
||
2 | YS_SOURCE_HIT | Public | See coding | 20140228 | begin of ys_source_hit,
source_index type if_salv_service_types=>y_row_index, "result index
column_index type i,
r_group_key type ref to data,
level type i,
result_idx_hdr type i,
end of ys_source_hit
|
||
3 | YT_SEARCH_HIT | Public | See coding | 20130701 | yt_search_hit type standard table of ys_search_hit with default key
|
Method Signatures
Method FIND_FIRST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SOURCE_HIT | Value transfer | Type reference (TYPE) | YS_SOURCE_HIT | 20140228 | |||
2 | ![]() |
EV_HIT_COUNT | Value transfer | Type reference (TYPE) | I | 20130917 | |||
3 | ![]() |
EV_HIT_NUMBER | Value transfer | Type reference (TYPE) | I | 20130917 | |||
4 | ![]() |
EV_RESULT_RESIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130821 | |||
5 | ![]() |
IV_SEARCH_BACKWARD | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130821 | ||
6 | ![]() |
IV_START_RESULT_IDX | Value transfer | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>Y_ROW_INDEX | 20130821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130821 | ||
2 | ![]() |
20130821 |
Method FIND_NEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SOURCE_HIT | Value transfer | Type reference (TYPE) | YS_SOURCE_HIT | 20140228 | |||
2 | ![]() |
EV_HIT_COUNT | Value transfer | Type reference (TYPE) | I | 20130917 | |||
3 | ![]() |
EV_HIT_NUMBER | Value transfer | Type reference (TYPE) | I | 20130917 | |||
4 | ![]() |
EV_RESULT_RESIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130821 | |||
5 | ![]() |
IS_GROUP_KEY | Call by reference | Type reference (TYPE) | ANY | 20140321 | |||
6 | ![]() |
IS_LAST_HIT | Value transfer | Type reference (TYPE) | YS_SOURCE_HIT | 20140228 | |||
7 | ![]() |
IV_SEARCH_BACKWARD | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130821 | ||
2 | ![]() |
20130821 |
Method GET_HITS_FOR_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HITS | Call by reference | Type reference (TYPE) | IF_SALV_STI_TEXT_SEARCH_RESULT=>YT_SEARCH_HIT | 20130708 | |||
2 | ![]() |
I_FROM_INDEX | Value transfer | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>Y_ROW_INDEX | 1 | 20130708 | ||
3 | ![]() |
I_TO_INDEX | Value transfer | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>Y_ROW_INDEX | IF_SALV_SERVICE_TYPES=>CS_ROW_INDEX-TABLE_SIZE | 20130708 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130919 |
Method GET_HIT_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HIT_COUNT | Value transfer | Type reference (TYPE) | I | 20140321 |
Method GET_HIT_COUNT on Interface IF_SALV_STI_TEXT_SEARCH_RESULT has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |