SAP ABAP Class CL_FPM_DEMO_VISBIZ_WORLD (Feeder class for demo "Fly around the World")
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_DEMO (Package) Floorplan Manager (Examples and Demo 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 | 20130404 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20130404 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_VISBIZ | Feeder Interface for VisBiz UIBB | 20130404 |
Properties
| Class | CL_FPM_DEMO_VISBIZ_WORLD | |
| Short Description | Feeder class for demo "Fly around the World" | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_DEMO | Floorplan Manager (Examples and Demo applications) |
| Created | 20130404 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20130404 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20130404 | ||
| 3 | IF_FPM_GUIBB_VISBIZ | Feeder Interface for VisBiz UIBB | 20130404 |
Friends
Class CL_FPM_DEMO_VISBIZ_WORLD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SPFLI | Flight schedule | 20130404 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | YT_LOCATION | 20130404 | ||||
| 3 | Instance attribute | Private | See coding | Flight schedule | 20130404 | ||||
| 4 | Instance attribute | Private | See coding | Flight schedule | 20130404 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: New destination selected | 20140127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130404 |
Events
Class CL_FPM_DEMO_VISBIZ_WORLD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_LOCATION | Private | See coding | 20130404 | begin of ys_location,
id type s_carrid,
img_name type string,
airport type string,
LATITUDE Type f,
LONGITUDE Type f,
end of ys_location
|
||
| 2 | YT_LOCATION | Private | See coding | 20130404 | yt_location type table of ys_location
|
||
| 3 | Y_COORDINATE | Private | Type reference (TYPE) | F | 20130404 | |
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_DEMO_VISBIZ_WORLD has no parameter.
Method CONSTRUCTOR on class CL_FPM_DEMO_VISBIZ_WORLD has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |