SAP ABAP Class CL_FPM_UT_SEARCH_ADVANCED (Feeder Class for advanced search)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_TEST_AUNIT (Package) Classes used as carrier of Unit Tests
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20130503 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20130503 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20140603 |
Properties
| Class | CL_FPM_UT_SEARCH_ADVANCED | |
| Short Description | Feeder Class for advanced search | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPB_FPM_TEST_AUNIT | Classes used as carrier of Unit Tests |
| Created | 20130503 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_UT_SEARCH_ADVANCED has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20130503 | ||
| 2 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20130503 | ||
| 3 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20140603 |
Friends
Class CL_FPM_UT_SEARCH_ADVANCED has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'INPUT_PROMPT' | 20130702 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20130503 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20140603 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20130702 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | T_RESULT | 20130503 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130503 |
Events
Class CL_FPM_UT_SEARCH_ADVANCED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUSINESS_PARTNER | Public | See coding | 20130503 | BEGIN OF s_business_partner,
region TYPE string,
legal_form TYPE snwd_legal_form,
company_name TYPE snwd_company_name,
CURRENCY_CODE type snwd_curr_code,
END OF s_business_partner
|
||
| 2 | S_REGION | Public | See coding | 20130503 | BEGIN OF s_region ,
country TYPE snwd_country,
city TYPE snwd_city,
END OF s_region
|
||
| 3 | S_RESULT | Public | See coding | 20130503 | BEGIN OF s_result,
company_name TYPE snwd_company_name,
bp_id TYPE snwd_partner_id,
legal_form TYPE snwd_legal_form,
city TYPE snwd_city,
country TYPE snwd_country,
street TYPE snwd_street,
currency_code TYPE snwd_curr_code,
END OF s_result
|
||
| 4 | TY_INPUT_PROMPT | Public | Type reference (TYPE) | STRING | Input Prompt for Free Text Search Field | 20130702 | |
| 5 | T_BP | Public | See coding | 20130503 | t_bp TYPE STANDARD TABLE OF snwd_bpa WITH DEFAULT KEY
|
||
| 6 | T_BUSINESS_PARTNER | Public | See coding | 20130503 | t_business_partner TYPE STANDARD TABLE OF s_business_partner WITH DEFAULT KEY
|
||
| 7 | T_REGION | Public | See coding | 20130503 | t_region TYPE STANDARD TABLE OF s_region WITH DEFAULT KEY
|
||
| 8 | T_RESULT | Public | See coding | 20130503 | t_result TYPE STANDARD TABLE OF s_result WITH DEFAULT KEY
|
Method Signatures
Method GET_MULTI_VALUE_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | Table of Strings | 20130503 | |||
| 2 | IO_REGION | Call by reference | Object reference (TYPE REF TO) | DATA | 20130503 |
Method GET_MULTI_VALUE_INPUT on class CL_FPM_UT_SEARCH_ADVANCED has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |