SAP ABAP Class CL_FPMGB_ADVANCED_SEARCH (Feeder Class for advanced search)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20091010 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20091010 |
Properties
Class | CL_FPMGB_ADVANCED_SEARCH | |
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 | APB_FPM_TEST | Floorplan Manager (Test applications) |
Created | 20091010 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPMGB_ADVANCED_SEARCH has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20091010 | ||
2 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20091010 |
Friends
Class CL_FPMGB_ADVANCED_SEARCH has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091010 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_BP | 20091025 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_RESULT | 20091025 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20091027 | |
2 | ![]() |
Instance method | Private | Method | 20091027 |
Events
Class CL_FPMGB_ADVANCED_SEARCH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_BUSINESS_PARTNER | Public | See coding | 20091010 | begin of s_business_partner,
firstname type sdemo_first_name,
lastname type sdemo_lastname,
region type string,
legal_form type SDEMO_LEGAL_FORM,
company_name type string,
end of s_business_partner
|
||
2 | S_REGION | Public | See coding | 20091010 | begin of s_region ,
country type SDEMO_COUNTRY,
city type SDEMO_CITY,
end of s_region
|
||
3 | S_RESULT | Public | See coding | 20091010 | begin of s_result,
company_name type string,
partner_id type string,
legal_form type string,
city type string,
country type string,
end of s_result
|
||
4 | T_BP | Public | See coding | 20091025 | t_bp type standard table of SDEMO_BP with default key
|
||
5 | T_BUSINESS_PARTNER | Public | See coding | 20091010 | t_business_partner type standard table of s_business_partner with default key
|
||
6 | T_REGION | Public | See coding | 20091010 | t_region type standard table of s_region with default key
|
||
7 | T_RESULT | Public | See coding | 20091010 | t_result type standard table of s_result with default key
|
Method Signatures
Method TO_MULTIPLE_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_REGION_TABLE | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20091027 | ||
2 | ![]() |
IV_REGION_VALUE | Call by reference | Type reference (TYPE) | STRING | 20091027 |
Method TO_MULTIPLE_LINES on class CL_FPMGB_ADVANCED_SEARCH has no exception.
Method TO_MULTIPLE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CITY | Call by reference | Type reference (TYPE) | STRING | 20091027 | |||
2 | ![]() |
EV_COUNTRY | Call by reference | Type reference (TYPE) | STRING | 20091027 | |||
3 | ![]() |
IV_REGION | Call by reference | Type reference (TYPE) | STRING | 20091027 |
Method TO_MULTIPLE_VALUE on class CL_FPMGB_ADVANCED_SEARCH has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |