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 | 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 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Application Representation | 20130614 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20130615 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20130614 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | FPM_S_COMPONENT_INSTANCE_KEY | 20130716 | ||||
| 5 | Instance attribute | Private | See coding | 20130906 | |||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20130830 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | FPM_BICS_T_QUERY_KEY | Table of Queries | 20130613 | |||
| 8 | Instance attribute | Private | See coding | 20130801 | |||||
| 9 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | 20130719 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130830 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20130820 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20130820 | |
| 3 | Instance method | Private | Method | Get BICS Application Instance | 20130614 | |
| 4 | Instance method | Private | Method | Get the BICS Query | 20130614 | |
| 5 | Instance method | Private | Event handling method | 20130906 | ||
| 6 | Instance method | Protected | Method | 20130830 | ||
| 7 | Instance method | Private | Method | Set BICS Variables with current Search Criteria | 20130830 | |
| 8 | Instance method | Private | Method | Transforms Criteria (eg. excluding is => including not) | 20130903 | |
| 9 | 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 | IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | FPM_BICS_INSTANCE_ID | BICS Instance ID | 20130614 | |||
| 2 | IV_QUERY_ID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20130614 | |||
| 3 | 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 | ATTRIBUTE | Value transfer | Attribute reference (LIKE) | 20130906 | |||||
| 2 | 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 | CT_FPM_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20130830 | |||
| 2 | EV_CHANGED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130830 | |||
| 3 | IO_QUERY | Call by reference | Object reference (TYPE REF TO) | IF_BICS_QV | Query View | 20130830 | |||
| 4 | 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 | ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_T_T100_MESSAGE | FPMGB Messages (T100 & Plaintext) | 20130830 | |||
| 2 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20130830 | |||
| 3 | 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 | IS_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_CRITERIA | search criteria for GUIBB Search | 20130903 | |||
| 2 | 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 | IS_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_CRITERIA | search criteria for GUIBB Search | 20130903 | |||
| 2 | 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 |