SAP ABAP Class CL_FPMGB_SEARCH_SFLIGHT_2 (test for GUIBB 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 | 20120214 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20120214 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20120214 |
Properties
| Class | CL_FPMGB_SEARCH_SFLIGHT_2 | |
| Short Description | test for GUIBB 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 | 20120214 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120214 | ||
| 2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20120214 | ||
| 3 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20120214 |
Friends
Class CL_FPMGB_SEARCH_SFLIGHT_2 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20120214 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_SFLIGHT_DATA_BASE | Flight | 20120214 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_GUIBB_SEARCH=>T_RESULT | 20120214 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_SFLIGHT_DATA_BASE | 20120214 |
Methods
Class CL_FPMGB_SEARCH_SFLIGHT_2 has no method.
Events
Class CL_FPMGB_SEARCH_SFLIGHT_2 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT_DATA_BASE | Public | See coding | 20120214 | t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_STRU_INPUT | Private | See coding | 20120214 | BEGIN OF t_stru_input,
* add fields for the display of your search input here
carrid TYPE s_carr_id,
END OF t_stru_input
|
||
| 3 | T_STRU_LIST | Private | See coding | 20120214 | begin of t_stru_list,
* add fields for the selection list here
carrid type s_carr_id,
description type text60,
end of t_stru_list
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |