SAP ABAP Class CL_ALV_LVC_SEARCH (Search Data in ALV Table)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ALV_A_LVC Abstract LVC Base Class 20070215
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ALV_LVC_SEARCH Interface for Search 20070209
Properties
Class CL_ALV_LVC_SEARCH  
Short Description Search Data in ALV Table    
Super Class CL_ALV_A_LVC Abstract LVC Base Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIS   Generic list types 
Created 20070208   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_ALV_LVC_SEARCH Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ALV_LVC_SEARCH Interface for Search 20070209
Friends
Class CL_ALV_LVC_SEARCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AS_WORD Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070227
2 COLUMN_NAME Instance attribute Private Type reference (TYPE) LVC_FNAME ALV Control: Field Name of Internal Table Field 20070227
3 CONTAINS_DATE_INDICATOR Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070213
4 CONTAINS_NUM_INDICATOR Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070213
5 CONTAINS_WILDCARDS Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070213
6 C_SEARCH_ORDER_DOWN Constant Private Type reference (TYPE) SALV_DE_CONSTANT 02 ALV: Data Element for Constants 20070227
7 C_SEARCH_ORDER_UP Constant Private Type reference (TYPE) SALV_DE_CONSTANT 01 ALV: Data Element for Constants 20070227
8 C_SEARCH_VERSION_00 Constant Public Type reference (TYPE) STRING 'V00' 20090616
9 C_SEARCH_VERSION_01 Constant Public Type reference (TYPE) STRING 'V01' 20090616
10 C_SEARCH_VERSION_02 Constant Public Type reference (TYPE) STRING 'V02' 20090616
11 C_SEARCH_VERSION_03 Constant Public Type reference (TYPE) STRING 'V03' 20090616
12 C_SEARCH_VERSION_04 Constant Public Type reference (TYPE) STRING 'V04' 20090616
13 DATE_FORMAT Instance attribute Private Type reference (TYPE) SALV_DE_CONSTANT ALV: Data Element for Constants 20070213
14 DATE_SEPARATOR Instance attribute Private Type reference (TYPE) CHAR01 Character Field of Length 1 20070213
15 EXCLUDE_NUM_COLUMNS Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070213
16 FIRST_TIME Instance attribute Private Type reference (TYPE) SAP_BOOL ABAP_TRUE Boolean Variable (X=True, Space=False) 20070228
17 IDX_FROM Instance attribute Private Type reference (TYPE) I 20070227
18 IDX_TO Instance attribute Private Type reference (TYPE) I 20070227
19 LAST_ELEMENT_POINTER Instance attribute Private Type reference (TYPE) I 20070227
20 MATCH_CASE Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070227
21 NUMBER_OF_HITS_OBS Instance attribute Private Type reference (TYPE) I 20070227
22 PACKED_FORMAT Instance attribute Private Type reference (TYPE) SALV_DE_CONSTANT ALV: Data Element for Constants 20070213
23 RETURN_AFTER_X_HITS Instance attribute Private Type reference (TYPE) I 20070227
24 R_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20070227
25 SEARCH_ORDER Instance attribute Private Type reference (TYPE) SALV_DE_CONSTANT ALV: Data Element for Constants 20070227
26 SEARCH_VALUE Instance attribute Private Type reference (TYPE) LVC_VALUE ALV Control: Cell Content 20070227
27 SEARCH_VALUE_ASTERIX Instance attribute Private Type reference (TYPE) LVC_VALUE ALV Control: Cell Content 20070227
28 SELECTED_AREA Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070227
29 SIZE_OF_DATA_TABLE Instance attribute Private Type reference (TYPE) I 20070303
30 SIZE_OF_SEARCH_TABLE Instance attribute Private Type reference (TYPE) I 20070227
31 SUB_HITS_WITH_OFFSET Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070227
32 T_FIDX Instance attribute Private Type reference (TYPE) LVC_T_FIDX ALV Control: Filter Index 20070411
33 T_FIELDCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20070227
34 T_SEARCH_ENTRIES Instance attribute Private Type reference (TYPE) IF_ALV_LVC_SEARCH=>TYPE_T_SEARCH_POSITION 20070227
35 T_WORKAREA Instance attribute Private Type reference (TYPE) IF_ALV_LVC_SEARCH=>TYPE_T_SEARCH_WORKAREA 20070227
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SEARCH_VALUE Instance method Private Method 20070214
2 CONSTRUCTOR Instance method Public Constructor 20070213
3 CREATE_SEARCH_WORKAREA Instance method Private Method 20070208
4 FILL_SEARCH_WORKAREA Instance method Private Method 20070213
5 FIND Instance method Private Method 20070227
6 GET_VERSION Static method Public Method 20090616
7 MODIFY_FIELDCATALOG Instance method Private Method 20070208
Events
Class CL_ALV_LVC_SEARCH has no event.
Types
Class CL_ALV_LVC_SEARCH has no local type.
Method Signatures

Method CHECK_SEARCH_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEARCH_VALUE Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20070214

Method CHECK_SEARCH_VALUE on class CL_ALV_LVC_SEARCH has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ALV_LVC_SEARCH has no parameter.
Method CONSTRUCTOR on class CL_ALV_LVC_SEARCH has no exception.

Method CREATE_SEARCH_WORKAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_WORKAREA Call by reference Type reference (TYPE) IF_ALV_LVC_SEARCH=>TYPE_T_SEARCH_WORKAREA 20070213
2 Importing T_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20070208

Method CREATE_SEARCH_WORKAREA on class CL_ALV_LVC_SEARCH has no exception.

Method FILL_SEARCH_WORKAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_WORKAREA Call by reference Type reference (TYPE) IF_ALV_LVC_SEARCH=>TYPE_T_SEARCH_WORKAREA 20070213
2 Importing SEARCH_VALUE Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20070213
3 Importing T_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20070213

Method FILL_SEARCH_WORKAREA on class CL_ALV_LVC_SEARCH has no exception.

Method FIND Signature

Method FIND on class CL_ALV_LVC_SEARCH has no parameter.
Method FIND on class CL_ALV_LVC_SEARCH has no exception.

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20090616

Method GET_VERSION on class CL_ALV_LVC_SEARCH has no exception.

Method MODIFY_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_AREA Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20070208
2 Changing T_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20070208

Method MODIFY_FIELDCATALOG on class CL_ALV_LVC_SEARCH has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710