SAP ABAP Class CL_FPM_TEST_BASE_SFLIGHT (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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_FORM_SFLIGHT | Test for Composite Search Scenario | 20110217 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_LIST_SFLIGHT | Test Search Result | 20110216 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_SFLIGHT | test for GUIBB search | 20110216 |
Properties
| Class | CL_FPM_TEST_BASE_SFLIGHT | |
| 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 | 20110216 | 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
Class CL_FPM_TEST_BASE_SFLIGHT has no interface implemented.
Friends
Class CL_FPM_TEST_BASE_SFLIGHT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | T_SFLIGHT | 20110216 | ||||
| 2 | Static Attribute | Protected | Type reference (TYPE) | I | 1 | 20110615 |
Methods
Class CL_FPM_TEST_BASE_SFLIGHT has no method.
Events
Class CL_FPM_TEST_BASE_SFLIGHT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT | Public | See coding | 20110216 | t_sflight TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_STRU_INPUT | Private | See coding | 20110216 | 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 | 20110216 | 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 | 731 |