SAP ABAP Class CL_FPM_TEST_SEARCH_E_UTIL (FPM Search UIBB utilities for examples)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST (Package) Floorplan Manager (Test applications)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_ATS_RESUL | FPM: search feeder for example with ATS Result List | 20140408 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_DYN | Test feeder for dynamic UIBBs | 20140514 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_FREE_TEXT | FPM: search feeder for example with free text search field | 20140411 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_MV | FPM: search feeder for example with multi value field | 20140411 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_OVS | FPM: search feeder for example with ATS Result List | 20140515 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_POPUP | FPM: search feeder for Search GUIBB in a popup, stand result | 20140408 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_POP_UP_AT | FPM: search feeder for Search GUIBB in a popup, ats result | 20140409 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_RO | FPM search feeder: disable search criteria dynamically | 20140409 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_SBOOK | FPM: search feeder for example with ATS Result List | 20140731 |
| 10 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_STD_RESUL | FPM: search feeder with standard result list | 20140409 |
Properties
| Class | CL_FPM_TEST_SEARCH_E_UTIL | |
| Short Description | FPM Search UIBB utilities for examples | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20140408 | SAP |
| Last change | 20141120 | |
| 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
Class CL_FPM_TEST_SEARCH_E_UTIL has no interface implemented.
Friends
Class CL_FPM_TEST_SEARCH_E_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'FPM_FS_RANGE' | 20140604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20140409 | ||
| 2 | Instance method | Protected | Method | 20140409 | ||
| 3 | Instance method | Protected | Method | 20140409 | ||
| 4 | Instance method | Protected | Method | 20140527 | ||
| 5 | Instance method | Protected | Method | 20140408 | ||
| 6 | Instance method | Protected | Method | 20140410 | ||
| 7 | Instance method | Protected | Method | 20140527 | ||
| 8 | Instance method | Protected | Method | 20140604 |
Events
Class CL_FPM_TEST_SEARCH_E_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_RANGE | Protected | See coding | 20140527 | BEGIN OF t_s_range,
attr TYPE name_komp,
range TYPE REF TO data,
END OF t_s_range
|
||
| 2 | T_T_RANGE | Protected | See coding | 20140527 | t_t_range TYPE STANDARD TABLE OF t_s_range
|
||
| 3 | T_T_STRING | Protected | See coding | 20140527 | t_t_string TYPE STANDARD TABLE OF string
|
Method Signatures
Method GET_SAIRPORT_DATA_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20140409 | ||||
| 2 | IT_WHERE_STRING | Call by reference | Type reference (TYPE) | RSDS_WHERE_TAB | 20140409 | ||||
| 3 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140409 |
Method GET_SAIRPORT_DATA_WHERE on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_SBOOK_DATA_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20140409 | ||||
| 2 | IT_WHERE_STRING | Call by reference | Type reference (TYPE) | RSDS_WHERE_TAB | 20140409 | ||||
| 3 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140409 |
Method GET_SBOOK_DATA_WHERE on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_SCARR_DATA_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20140409 | ||||
| 2 | IT_WHERE_STRING | Call by reference | Type reference (TYPE) | RSDS_WHERE_TAB | 20140409 | ||||
| 3 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140409 |
Method GET_SCARR_DATA_WHERE on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_SFLIGHT_DATA_STRING_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20140527 | ||||
| 2 | IR_RANGES | Call by reference | Object reference (TYPE REF TO) | DATA | 20140604 | ||||
| 3 | IT_WHERE_STRING | Call by reference | Type reference (TYPE) | T_T_STRING | 20140527 | ||||
| 4 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140527 |
Method GET_SFLIGHT_DATA_STRING_TAB on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_SFLIGHT_DATA_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20140408 | ||||
| 2 | IT_WHERE_STRING | Call by reference | Type reference (TYPE) | RSDS_WHERE_TAB | 20140408 | ||||
| 3 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140408 |
Method GET_SFLIGHT_DATA_WHERE on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_SPFLI_DATA_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20140410 | ||||
| 2 | IT_WHERE_STRING | Call by reference | Type reference (TYPE) | RSDS_WHERE_TAB | 20140410 | ||||
| 3 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140410 |
Method GET_SPFLI_DATA_WHERE on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_WHERE_RANGE_STRING_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_RANGES | Call by reference | Object reference (TYPE REF TO) | DATA | 20140527 | ||||
| 2 | ET_WHERE_STRING | Call by reference | Type reference (TYPE) | T_T_STRING | Table of Strings | 20140527 | |||
| 3 | IT_RANGES | Call by reference | Type reference (TYPE) | T_T_RANGE | 20140527 |
Method GET_WHERE_RANGE_STRING_TAB on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
Method GET_WHERE_STRING_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WHERE_STRING | Call by reference | Type reference (TYPE) | RSDS_WHERE_TAB | 20140605 | ||||
| 2 | IO_SEARCH_CONVERSION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_SEARCH_CONVERSION | conversion between fpm search format and abap ranges | 20140605 | |||
| 3 | IT_FPM_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20140605 | |||
| 4 | IV_TABLE_NAME | Call by reference | Type reference (TYPE) | RSDSTABS-PRIM_TAB | Table Name | 20140605 |
Method GET_WHERE_STRING_TAB on class CL_FPM_TEST_SEARCH_E_UTIL has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |