SAP ABAP Class CL_FPM_DEMO_VISBIZ_WORLD_HANA (Feeder class for demo "Fly around the World" & HANA)
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 | 20130426 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST_IDA | List Feeder Interface for Integrated Data Access | 20130426 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_VISBIZ | Feeder Interface for VisBiz UIBB | 20130426 |
Properties
| Class | CL_FPM_DEMO_VISBIZ_WORLD_HANA | |
| Short Description | Feeder class for demo "Fly around the World" & HANA | |
| 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 | 20130426 | SAP |
| Last change | 20131127 | 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... | |
| 2 | 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 | 20130426 | ||
| 2 | IF_FPM_GUIBB_LIST_IDA | List Feeder Interface for Integrated Data Access | 20130426 | ||
| 3 | IF_FPM_GUIBB_VISBIZ | Feeder Interface for VisBiz UIBB | 20130426 |
Friends
Class CL_FPM_DEMO_VISBIZ_WORLD_HANA 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) | IF_FPM_LIST_DATA_SRC_DB_TABLE | Data Source for DB Tables for List UIBB | 20130426 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | S_DATA | 20130426 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | SPFLI | Flight schedule | 20130426 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | YT_LOCATION | 20130426 | ||||
| 5 | Instance attribute | Private | See coding | Flight schedule | 20130426 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_NAMED_RANGES | 20130426 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130426 |
Events
Class CL_FPM_DEMO_VISBIZ_WORLD_HANA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DATA | Public | See coding | 20130426 | begin of S_DATA,
fuzzy_search_term type string,
field_similarity type IF_FPM_LIST_TEXT_SEARCH_IDA=>y_field_similarity,
end of S_DATA
|
||
| 2 | YS_LOCATION | Private | See coding | 20130426 | 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
|
||
| 3 | YT_LOCATION | Private | See coding | 20130426 | yt_location type table of ys_location
|
||
| 4 | Y_COORDINATE | Private | Type reference (TYPE) | F | 20130426 | |
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_DEMO_VISBIZ_WORLD_HANA has no parameter.
Method CONSTRUCTOR on class CL_FPM_DEMO_VISBIZ_WORLD_HANA has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |