SAP ABAP Class IF_ALV_LVC_SEARCH (Interface for Search)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ALV_LVC_SEARCH | Search Data in ALV Table | 20070209 |
Properties
| Class | IF_ALV_LVC_SEARCH | |
| Short Description | Interface for Search | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070223 | SAP |
| Last change | 20070911 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_ALV_LVC_SEARCH has no interface implemented.
Friends
Class IF_ALV_LVC_SEARCH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | -2 | 20070304 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | -3 | 20070304 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | 1 | 20070304 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 2 | 20070304 | |||
| 5 | Constant | Public | Type reference (TYPE) | I | 3 | 20070304 | |||
| 6 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 01 | 20070304 | |||
| 7 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 02 | 20070304 | |||
| 8 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 03 | 20070304 | |||
| 9 | Constant | Public | Type reference (TYPE) | CHAR01 | '/' | 20070304 | |||
| 10 | Constant | Public | Type reference (TYPE) | CHAR01 | '-' | 20070304 | |||
| 11 | Constant | Public | Type reference (TYPE) | CHAR01 | '.' | 20070304 | |||
| 12 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 05 | 20070304 | |||
| 13 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 06 | 20070304 | |||
| 14 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 04 | 20070304 | |||
| 15 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 01 | ALV: Data Element for Constants | 20070304 | ||
| 16 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 02 | ALV: Data Element for Constants | 20070304 | ||
| 17 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 03 | ALV: Data Element for Constants | 20070305 | ||
| 18 | Constant | Public | Type reference (TYPE) | CHAR01 | ',' | 20070304 | |||
| 19 | Constant | Public | Type reference (TYPE) | CHAR01 | ',' | 20070304 | |||
| 20 | Constant | Public | Type reference (TYPE) | CHAR01 | '.' | 20070304 | |||
| 21 | Constant | Public | Type reference (TYPE) | CHAR01 | ' ' | 20070304 | |||
| 22 | Constant | Public | Type reference (TYPE) | CHAR01 | ',' | 20070304 | |||
| 23 | Constant | Public | Type reference (TYPE) | CHAR01 | '.' | 20070304 | |||
| 24 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 02 | 20070304 | |||
| 25 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 04 | 20070304 | |||
| 26 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 06 | 20070304 | |||
| 27 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 03 | 20070304 | |||
| 28 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 08 | 20070304 | |||
| 29 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 07 | 20070304 | |||
| 30 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 05 | 20070304 | |||
| 31 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | 01 | 20070304 | |||
| 32 | Constant | Public | Type reference (TYPE) | I | -1 | Boolean Variable (X=True, Space=False) | 20070304 | ||
| 33 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | -4 | ALV: Data Element for Constants | 20070304 | ||
| 34 | Constant | Public | Type reference (TYPE) | SALV_DE_CONSTANT | -5 | ALV: Data Element for Constants | 20070304 | ||
| 35 | Constant | Public | Type reference (TYPE) | I | 0 | 20070304 | |||
| 36 | Instance attribute | Public | Type reference (TYPE) | SALV_DE_CONSTANT | ALV: Data Element for Constants | 20070304 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20070304 | ||
| 2 | Instance method | Public | Method | 20070304 |
Events
Class IF_ALV_LVC_SEARCH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_S_EXTERN_VALUES | Public | See coding | 20070304 | begin of type_s_extern_values,
text type lvc_value,
end of type_s_extern_values
|
||
| 2 | TYPE_S_SEARCH_POSITION | Public | See coding | 20070304 | begin of type_s_search_position,
row type i,
column_name type lvc_fname,
col_pos type i,
start_offset type i,
end_offset type i,
value type lvc_value,
end of type_s_search_position
|
||
| 3 | TYPE_S_SEARCH_WORKAREA | Public | See coding | 20070304 | begin of type_s_search_workarea,
line type i,
fieldname type lvc_fname,
to_extern type sap_bool,
* by_selopt type sap_bool,
inttype type char01,
col_pos type i,
convexit type convexit,
r_values type ref to data,
end of type_s_search_workarea
|
||
| 4 | TYPE_T_EXTERN_VALUES | Public | See coding | 20070304 | type_t_extern_values type table of type_s_extern_values
|
||
| 5 | TYPE_T_SEARCH_POSITION | Public | See coding | 20070304 | type_t_search_position type table of type_s_search_position
|
||
| 6 | TYPE_T_SEARCH_WORKAREA | Public | See coding | 20070304 | type_t_search_workarea type table of type_s_search_workarea
|
Method Signatures
Method APPLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AS_WORD | Call by reference | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20070304 | |||
| 2 | COLUMN_NAME | Call by reference | Type reference (TYPE) | LVC_FNAME | ALV-Control: Feldname internes Tabellenfeld | 20070304 | |||
| 3 | CR_DATA | Call by reference | Type reference (TYPE) | DATA | 20070304 | ||||
| 4 | ET_SEARCH_ENTRIES | Value transfer | Type reference (TYPE) | TYPE_T_SEARCH_POSITION | 20070304 | ||||
| 5 | E_CURRENT_HIT | Value transfer | Type reference (TYPE) | I | 20070304 | ||||
| 6 | E_NUMBER_OF_HITS | Value transfer | Type reference (TYPE) | I | 20070304 | ||||
| 7 | IDX_FROM | Value transfer | Type reference (TYPE) | I | C_BEGIN | 20070304 | |||
| 8 | IDX_TO | Value transfer | Type reference (TYPE) | I | C_ALL | 20070304 | |||
| 9 | IT_FIDX | Call by reference | Type reference (TYPE) | LVC_T_FIDX | ALV-Control: Filter Index | 20070423 | |||
| 10 | IT_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20070304 | |||
| 11 | MATCH_CASE | Call by reference | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20070304 | |||
| 12 | RETURN_AFTER_X_HITS | Value transfer | Type reference (TYPE) | I | 1 | 20070304 | |||
| 13 | SEARCH_VALUE | Call by reference | Type reference (TYPE) | LVC_VALUE | ALV-Control: Zelleninhalt | 20070304 | |||
| 14 | SELECTED_AREA | Call by reference | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20070304 | |||
| 15 | SUB_HITS_WITH_OFFSET | Call by reference | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20070304 |
Method APPLY on class IF_ALV_LVC_SEARCH has no exception.
Method APPLY_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEARCH_ENTRIES | Value transfer | Type reference (TYPE) | IF_ALV_LVC_SEARCH=>TYPE_T_SEARCH_POSITION | 20070304 | ||||
| 2 | E_CURRENT_HIT | Value transfer | Type reference (TYPE) | I | 20070304 | ||||
| 3 | E_NUMBER_OF_HITS | Value transfer | Type reference (TYPE) | I | 20070304 | ||||
| 4 | RETURN_AFTER_X_HITS | Call by reference | Type reference (TYPE) | I | 1 | 20070304 |
Method APPLY_NEXT on class IF_ALV_LVC_SEARCH has no exception.
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |