SAP ABAP Class CL_FPM_BICS_SEARCH_FEEDER (Generic BICS based Search Feeder)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-RUI-FPM (Application Component) FPM Analytical GUIBB
     BW_REPORTING_FPM (Package) FPM UIBBs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_FEEDER_MODEL Feeder Model Interface 20130716
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20130614
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_DYNAMIC_CONFIG FPM GUIBB: Dynamic Configuration 20130613
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20130613
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20130614
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSTT_INSTANCE_ITEM Interface for Special Class Instances 20130820
Properties
Class CL_FPM_BICS_SEARCH_FEEDER  
Short Description Generic BICS based Search Feeder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_REPORTING_FPM   FPM UIBBs 
Created 20130613   SAP 
Last change 20140121   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_FEEDER_MODEL Feeder Model Interface 20130716
2 IF_FPM_GUIBB Generic UI Building Block 20130614
3 IF_FPM_GUIBB_DYNAMIC_CONFIG FPM GUIBB: Dynamic Configuration 20130613
4 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20130613
5 IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20130614
6 IF_RSTT_INSTANCE_ITEM Interface for Special Class Instances 20130820
Friends
Class CL_FPM_BICS_SEARCH_FEEDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BICS_APPL Instance attribute Protected Object reference (TYPE REF TO) IF_BICS_APPLICATION Application Representation 20130614
2 MO_FIELD_CATALOG_ATTR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20130615
3 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130614
4 MS_INSTANCE_KEY Instance attribute Private Type reference (TYPE) FPM_S_COMPONENT_INSTANCE_KEY 20130716
5 MT_ATTR_QUERY Instance attribute Private See coding 20130906
6 MT_FIELD_DESCRIPTION Instance attribute Protected Type reference (TYPE) FPMGB_T_SEARCHFIELD_DESCR Search Fielddescription 20130830
7 MT_QUERY_ID Instance attribute Private Type reference (TYPE) FPM_BICS_T_QUERY_KEY Table of Queries 20130613
8 MT_QUERY_SELECTION Instance attribute Private See coding 20130801
9 MT_SEARCH_CRITERIA Instance attribute Private Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA 20130719
10 MV_DEFAULT_VALUES_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130830
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130820
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130820
3 GET_BICS_APPL Instance method Private Method Get BICS Application Instance 20130614
4 GET_QUERY Instance method Private Method Get the BICS Query 20130614
5 HANDLE_VH_CREATED Instance method Private Event handling method 20130906
6 PROCESS_VARIABLES_FROM_URL Instance method Protected Method 20130830
7 SET_VARIABLES_WITH_SEARCH_CRIT Instance method Private Method Set BICS Variables with current Search Criteria 20130830
8 TRANSFORM_CRITERIA Instance method Private Method Transforms Criteria (eg. excluding is => including not) 20130903
9 VALIDATE_SEARCH_CRITERIA Instance method Private Method 20130903
Events
Class CL_FPM_BICS_SEARCH_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ATTR_QUERY Private See coding 20130906 begin of ty_s_attr_query, attr_name type string, queries type standard table of ref to if_bics_qv with default key, end of ty_s_attr_query
2 TY_S_QUERY_SELECTION Private See coding 20130801 begin of ty_s_query_selection. include type fpm_bics_s_query_key. types: selection type ref to if_fpm_bics_selection, end of ty_s_query_selection
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FPM_BICS_SEARCH_FEEDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method CONSTRUCTOR Signature

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

Method GET_BICS_APPL Signature

Method GET_BICS_APPL on class CL_FPM_BICS_SEARCH_FEEDER has no parameter.
Method GET_BICS_APPL on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method GET_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_ID Call by reference Type reference (TYPE) FPM_BICS_INSTANCE_ID BICS Instance ID 20130614
2 Importing IV_QUERY_ID Call by reference Type reference (TYPE) RSZCOMPID Name (ID) of a reporting component 20130614
3 Returning RO_QUERY Value transfer Object reference (TYPE REF TO) IF_BICS_QV Query View 20130614

Method GET_QUERY on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method HANDLE_VH_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Value transfer Attribute reference (LIKE) 20130906
2 Importing COMPONENT Value transfer Attribute reference (LIKE) 20130906

Method HANDLE_VH_CREATED on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method PROCESS_VARIABLES_FROM_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FPM_SEARCH_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20130830
2 Exporting EV_CHANGED Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130830
3 Importing IO_QUERY Call by reference Object reference (TYPE REF TO) IF_BICS_QV Query View 20130830
4 Importing IT_VARIABLE Call by reference Type reference (TYPE) IF_BICS_MD_VARIABLE=>TN_T_MD_VARIABLE 20130830

Method PROCESS_VARIABLES_FROM_URL on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method SET_VARIABLES_WITH_SEARCH_CRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_SEARCH_T_T100_MESSAGE FPMGB Messages (T100 & Plaintext) 20130830
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT Result of processing of a specific FPM event 20130830
3 Importing IT_FPM_SEARCH_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA Search criteria for GUIBB Search 20130830

Method SET_VARIABLES_WITH_SEARCH_CRIT on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method TRANSFORM_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITERIA Call by reference Type reference (TYPE) FPMGB_S_SEARCH_CRITERIA search criteria for GUIBB Search 20130903
2 Returning RT_CRITERIA Value transfer Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20130903

Method TRANSFORM_CRITERIA on class CL_FPM_BICS_SEARCH_FEEDER has no exception.

Method VALIDATE_SEARCH_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITERIA Call by reference Type reference (TYPE) FPMGB_S_SEARCH_CRITERIA search criteria for GUIBB Search 20130903
2 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130903

Method VALIDATE_SEARCH_CRITERIA on class CL_FPM_BICS_SEARCH_FEEDER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740