SAP ABAP Class CL_FPM_SEARCH_ASSIST (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)

⤷

⤷

Properties
Class | CL_FPM_SEARCH_ASSIST | |
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 | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_SEARCH_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_SEARCH_ASSIST has no interface implemented.
Friends
Class CL_FPM_SEARCH_ASSIST 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 | 20130107 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_CITY | 20091027 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_CITY | 20091027 | |||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_COUNTRY | 20091027 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_COUNTRY | 20091027 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_RESULT | 20130107 |
Methods
Class CL_FPM_SEARCH_ASSIST has no method.
Events
Class CL_FPM_SEARCH_ASSIST 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,
first_name TYPE sdemo_first_name,
last_name TYPE sdemo_lastname,
region TYPE string,
legal_form TYPE string,
company_name_ex TYPE string,
END OF s_business_partner
|
||
2 | S_CITY | Public | See coding | 20091027 | BEGIN OF s_city,
city TYPE REF TO if_wd_context_element,
END OF s_city
|
||
3 | S_COUNTRY | Public | See coding | 20091027 | BEGIN OF s_country,
country TYPE REF TO if_wd_context_element,
END OF s_country
|
||
4 | S_REGION | Public | See coding | 20091010 | BEGIN OF s_region ,
country TYPE sdemo_country,
city TYPE sdemo_city,
END OF s_region
|
||
5 | 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
|
||
6 | T_BUSINESS_PARTNER | Public | See coding | 20091010 | t_business_partner TYPE STANDARD TABLE OF s_business_partner WITH DEFAULT KEY
|
||
7 | T_CITY | Public | See coding | 20091027 | t_city type standard table of ref to if_wd_context_element with default key
|
||
8 | T_COUNTRY | Public | See coding | 20091027 | t_country type standard table of ref to if_wd_context_element with default key
|
||
9 | T_REGION | Public | See coding | 20091010 | t_region TYPE STANDARD TABLE OF s_region WITH DEFAULT KEY
|
||
10 | T_RESULT | Public | See coding | 20091010 | t_result TYPE STANDARD TABLE OF s_result WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 730 |