SAP ABAP Class CL_FPMGB_DEMO_LIST_DETAIL (Feeder for Master/Detail example)
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 | 20080229 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20080229 |
Properties
| Class | CL_FPMGB_DEMO_LIST_DETAIL | |
| Short Description | Feeder for Master/Detail example | |
| 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 | 20080229 | SAP |
| Last change | 20110908 | SAP |
| 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 | 20080229 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20080229 |
Friends
Class CL_FPMGB_DEMO_LIST_DETAIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20080229 | |||
| 2 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_FPMGB_DEMO_SHARED_DATA | Data Provider for several GUIBBs | 20080229 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20080229 | ||
| 2 | Instance method | Public | Method | 20080229 |
Events
Class CL_FPMGB_DEMO_LIST_DETAIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SFLIGHT | Public | See coding | 20080317 | TT_SFLIGHT TYPE STANDARD TABLE OF sflight
|
||
| 2 | TT_SPFLI_EX | Public | See coding | 20080306 | tt_spfli_ex TYPE STANDARD TABLE OF ty_spfli_ex WITH DEFAULT KEY
|
||
| 3 | TT_TABLE_KEY | Public | See coding | 20080229 | tt_table_key TYPE STANDARD TABLE OF ty_table_key
|
||
| 4 | TY_SPFLI_EX | Public | See coding | 20080306 | BEGIN OF ty_spfli_ex,
mandt TYPE spfli-mandt,
carrid TYPE spfli-carrid,
connid TYPE spfli-connid,
countryfr TYPE spfli-countryfr,
cityfrom TYPE spfli-cityfrom,
airpfrom TYPE spfli-airpfrom,
countryto TYPE spfli-countryto,
cityto TYPE spfli-cityto,
airpto TYPE spfli-airpto,
fltime TYPE spfli-fltime,
deptime TYPE spfli-deptime,
arrtime TYPE spfli-arrtime,
distance TYPE spfli-distance,
distid TYPE spfli-distid,
fltype TYPE spfli-fltype,
period TYPE spfli-period,
url TYPE scarr-url,
END OF ty_spfli_ex
|
||
| 5 | TY_TABLE_KEY | Public | See coding | 20080229 | BEGIN OF ty_table_key,
carrid TYPE s_carr_id,
connid TYPE s_conn_id,
END OF ty_table_key
|
Method Signatures
Method GET_FLIGHTS_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SFLIGHT | Call by reference | Type reference (TYPE) | TT_SFLIGHT | Flights | 20080229 | |||
| 2 | IV_TABLE_KEY | Call by reference | Type reference (TYPE) | TY_TABLE_KEY | 20080229 |
Method GET_FLIGHTS_BY_KEY on class CL_FPMGB_DEMO_LIST_DETAIL has no exception.
Method GET_TABLE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TABLE_KEY | Call by reference | Type reference (TYPE) | TY_TABLE_KEY | 20080229 | ||||
| 2 | IT_FLIGHT_SCHEDULE | Call by reference | Type reference (TYPE) | TT_SPFLI_EX | 20080229 |
Method GET_TABLE_KEY on class CL_FPMGB_DEMO_LIST_DETAIL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |