SAP ABAP Class CL_CHIP_CATALOG_FILTER (Selections in the CHIP Catalog)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20090119
Properties
Class CL_CHIP_CATALOG_FILTER  
Short Description Selections in the CHIP Catalog    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CCP_API   Web Dynpro ABAP: CCP Integration API 
Created 20090119   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CHIP_CATALOG_FILTER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20090119
Friends
Class CL_CHIP_CATALOG_FILTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SELECTION_MODE_AND Constant Public Type reference (TYPE) CHIP_CATALOG_SELECTION_MODE 'X' CHIP Catalog: Selection Mode 20100201
2 CO_SELECTION_MODE_OR Constant Public Type reference (TYPE) CHIP_CATALOG_SELECTION_MODE ' ' CHIP Catalog: Selection Mode 20100201
3 MT_CHIP_NAMES Instance attribute Public Type reference (TYPE) STRING_TABLE Filters for CHIP Names 20090227
4 MT_PARAMETERS Instance attribute Public Type reference (TYPE) CHIP_PARAMETERS_FILTER Filters for CHIP Parameters 20090119
5 MT_PROVIDERS Instance attribute Public Type reference (TYPE) CHIP_PROVIDER_NAMES Table with Provider Names 20090119
6 MT_TAGS Instance attribute Public Type reference (TYPE) CHIP_FILTER_TAGS Filters for Port Tags 20090616
7 M_ADD_CHIPS_VISIBLE Instance attribute Public Type reference (TYPE) CHIP_ADD_CHIPS_VISIBLE Default / TRUE / FALSE 20101221
8 M_ALWAYS_SHOW_CLIENT_CHIPS Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20090703
9 M_CACHED_CHIPS_VISIBLE Instance attribute Public Type reference (TYPE) CHIP_BOOLEAN_UI 0 Default / TRUE / FALSE 20100325
10 M_DISPLAY_NAME Instance attribute Public Type reference (TYPE) CHIP_DISPLAY_NAME CHIP: Title 20090119
11 M_EMPTY_RESULT_SET Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Filters for Empty Hit List 20091021
12 M_HAS_INPORTS Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Filter: CHIP Has Inports 20090119
13 M_HAS_OUTPORTS Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Filter: CHIP Has Outports 20090119
14 M_HIDE_FAVORITES Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Indicator: Show Favorites 20090219
15 M_NEXT_CATALOG_FILTER Instance attribute Public Object reference (TYPE REF TO) CL_CHIP_CATALOG_FILTER Next Selection Set 20110216
16 M_PAGE_CONFIG_CHIPS_VISIBLE Instance attribute Public Type reference (TYPE) CHIP_BOOLEAN_UI Default / TRUE / FALSE 20101118
17 M_PARAMETER_SELECTION_MODE Instance attribute Public Type reference (TYPE) CHIP_CATALOG_SELECTION_MODE_PA CHIP Catalog: Selection Mode for Parameters 20120313
18 M_ROLE_BASED_CHIPS_VISIBLE Instance attribute Public Type reference (TYPE) CHIP_BOOLEAN_UI 0 Default / TRUE / FALSE 20100325
19 M_SHOW_ONLY_SUITABLE_CHIPS Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20120611
20 M_TAG_SELECTION_MODE Instance attribute Public Type reference (TYPE) CHIP_CATALOG_SELECTION_MODE CHIP Catalog: Selection Mode for Tags 20100201
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method 20090129
2 CONSTRUCTOR Instance method Public Constructor Creates filter instance 20090119
Events
Class CL_CHIP_CATALOG_FILTER has no event.
Types
Class CL_CHIP_CATALOG_FILTER has no local type.
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FILTER Value transfer Object reference (TYPE REF TO) CL_CHIP_CATALOG_FILTER Selektionen auf dem CHIP Katalog 20090129

Method CLONE on class CL_CHIP_CATALOG_FILTER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADD_CHIPS_VISIBLE Value transfer Type reference (TYPE) CHIP_ADD_CHIPS_VISIBLE CHIP-Katalog: nicht zugeordnete CHIPs ausblenden 20101221
2 Importing ALWAYS_SHOW_CLIENT_CHIPS Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090703
3 Importing CACHED_CHIPS_VISIBLE Value transfer Type reference (TYPE) CHIP_BOOLEAN_UI Default / TRUE / FALSE 20100325
4 Importing CHIP_NAMES Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20090227
5 Importing DISPLAY_NAME Value transfer Type reference (TYPE) CHIP_DISPLAY_NAME 20090119
6 Importing EMPTY_RESULT_SET Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091021
7 Importing HAS_INPORTS Value transfer Type reference (TYPE) WDY_BOOLEAN 20090119
8 Importing HAS_OUTPORTS Value transfer Type reference (TYPE) WDY_BOOLEAN 20090119
9 Importing HIDE_FAVORITES Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090219
10 Importing NEXT_CATALOG_FILTER Value transfer Object reference (TYPE REF TO) CL_CHIP_CATALOG_FILTER Selektionen auf dem CHIP Katalog 20110311
11 Importing PAGE_CONFIG_CHIPS_VISIBLE Value transfer Type reference (TYPE) CHIP_BOOLEAN_UI Default / TRUE / FALSE 20101119
12 Importing PARAMETERS Value transfer Type reference (TYPE) CHIP_PARAMETERS_FILTER CHIP-Katelog: Filter-Tabelle für Parameter-Werte 20090119
13 Importing PARAMETER_SELECTION_MODE Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20120313
14 Importing PROVIDERS Value transfer Type reference (TYPE) CHIP_PROVIDER_NAMES 20090119
15 Importing ROLE_BASED_CHIPS_VISIBLE Value transfer Type reference (TYPE) CHIP_BOOLEAN_UI Default / TRUE / FALSE 20100325
16 Importing TAGS Value transfer Type reference (TYPE) CHIP_FILTER_TAGS Tabellentyp: Filter auf Tags 20090616
17 Importing TAG_SELECTION_MODE Value transfer Type reference (TYPE) CHIP_CATALOG_SELECTION_MODE CHIP Catalog: Selektionsmodus 20100201

Method CONSTRUCTOR on class CL_CHIP_CATALOG_FILTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720