SAP ABAP Class CL_SALV_STU_WHERE_CLAUSE_GENER (converts filter rules to where clause)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ATS (Application Component) ABAP Table/Tree Services
     SALV_STU (Package) ALV Services for Tables: Utilities for implementation
Properties
Class CL_SALV_STU_WHERE_CLAUSE_GENER  
Short Description converts filter rules to where clause    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_STU   ALV Services for Tables: Utilities for implementation 
Created 20120413   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SALV_STU_WHERE_CLAUSE_GENER has no forward declaration.
Interfaces
Class CL_SALV_STU_WHERE_CLAUSE_GENER has no interface implemented.
Friends
Class CL_SALV_STU_WHERE_CLAUSE_GENER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_PROTECTION_LEVEL Constant Private See coding 20120712
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_SEARCH_TO_WHERE_CLAUSE Static method Public Method 20130703
2 CONVERT_TO_ITAB_WHERE_CLAUSE Static method Public Method 20120413
3 CONVERT_TO_WHERE_CONDITION Static method Private Method 20120712
4 FILTER_RULES_TO_GROUPED_RANGES Static method Private Method 20120712
5 WRITE_ATOM Static method Private Method 20120712
6 WRITE_ATOMS Static method Private Method 20120712
7 WRITE_COLUMN Static method Private Method 20120712
8 WRITE_GROUPS Static method Private Method 20120712
9 WRITE_GRP_RULES Static method Private Method 20120712
10 WRITE_SEARCH_TERM Static method Private Method 20130704
11 WRITE_TREE Static method Private Method 20120712
Events
Class CL_SALV_STU_WHERE_CLAUSE_GENER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YT_STREAM Private See coding 20120712 yt_stream TYPE STANDARD TABLE OF string WITH KEY table_line
2 Y_PROTECTION_LEVEL Private Type reference (TYPE) I 20120712
Method Signatures

Method CONVERT_SEARCH_TO_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONDITION Call by reference Type reference (TYPE) STRING 20130704
2 Importing ITS_AUX_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_AUX_FIELD_MAPPING 20130703
3 Importing ITS_SRC_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_SRC_FIELD_MAPPING 20130703
4 Importing ITT_SEARCH_FILTER_RULE Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTT_FILTER_RULE 20130703
5 Importing I_NEGATED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130704

Method CONVERT_SEARCH_TO_WHERE_CLAUSE on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method CONVERT_TO_ITAB_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MATCH_CONDITION Call by reference Type reference (TYPE) STRING 20120413
2 Exporting E_MISS_CONDITION Call by reference Type reference (TYPE) STRING 20120413
3 Importing ITS_AUX_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_AUX_FIELD_MAPPING 20120413
4 Importing ITS_SRC_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_SRC_FIELD_MAPPING 20120413
5 Importing IT_FIELD_FILTER_RULE Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YT_FIELD_FILTER_RULE 20120413

Method CONVERT_TO_ITAB_WHERE_CLAUSE on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method CONVERT_TO_WHERE_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MATCH_CONDITION Call by reference Type reference (TYPE) STRING 20120712
2 Exporting E_MISS_CONDITION Call by reference Type reference (TYPE) STRING 20120712
3 Importing ITS_TREE Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YTS_COLUMN 20120712

Method CONVERT_TO_WHERE_CONDITION on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method FILTER_RULES_TO_GROUPED_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUPED_RANGE Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YT_GROUPED_RANGE 20120712
2 Importing ITS_AUX_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_AUX_FIELD_MAPPING 20120712
3 Importing ITS_SRC_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_SRC_FIELD_MAPPING 20120712
4 Importing IT_FIELD_FILTER_RULE Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YT_FIELD_FILTER_RULE 20120712

Method FILTER_RULES_TO_GROUPED_RANGES on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_ATOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20120712
2 Importing IS_ATOM Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YS_ATOM 20120712

Method WRITE_ATOM on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_ATOMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20120712
2 Importing IT_ATOM Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YT_ATOM 20120712
3 Importing I_PROTECTION_LEVEL Call by reference Type reference (TYPE) Y_PROTECTION_LEVEL 20120712

Method WRITE_ATOMS on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20120712
2 Importing IS_COLUMN Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YS_COLUMN 20120712
3 Importing I_NEGATED Call by reference Type reference (TYPE) ABAP_BOOL 20120712
4 Importing I_PROTECTION_LEVEL Call by reference Type reference (TYPE) Y_PROTECTION_LEVEL 20120712

Method WRITE_COLUMN on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20120712
2 Importing ITS_GROUP Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YTS_RULE_GROUP 20120712
3 Importing I_PROTECTION_LEVEL Call by reference Type reference (TYPE) Y_PROTECTION_LEVEL 20120712

Method WRITE_GROUPS on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_GRP_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20120712
2 Importing IT_RULE Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YT_RULE 20120712
3 Importing I_PROTECTION_LEVEL Call by reference Type reference (TYPE) Y_PROTECTION_LEVEL 20120712

Method WRITE_GRP_RULES on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_SEARCH_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20130704
2 Importing ITS_AUX_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_AUX_FIELD_MAPPING 20130704
3 Importing ITS_SRC_FIELD_MAP Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YTS_SRC_FIELD_MAPPING 20130704
4 Importing IT_FIELD_FILTER_RULE Call by reference Type reference (TYPE) IF_SALV_STU_INTERNAL_TYPES=>YT_FIELD_FILTER_RULE 20130704
5 Importing I_NEGATED Call by reference Type reference (TYPE) ABAP_BOOL 20130704
6 Importing I_PROTECTION_LEVEL Call by reference Type reference (TYPE) Y_PROTECTION_LEVEL 20130704

Method WRITE_SEARCH_TERM on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.

Method WRITE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STREAM Call by reference Type reference (TYPE) YT_STREAM 20120712
2 Importing ITS_COLUMN Call by reference Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>YTS_COLUMN 20120712
3 Importing I_NEGATED Call by reference Type reference (TYPE) ABAP_BOOL 20120712
4 Importing I_PROTECTION_LEVEL Call by reference Type reference (TYPE) Y_PROTECTION_LEVEL CS_PROTECTION_LEVEL-NONE 20120712
5 Importing I_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130704

Method WRITE_TREE on class CL_SALV_STU_WHERE_CLAUSE_GENER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 732