SAP ABAP Class CL_FPM_DROP_LIST_UIBB (Feeder class for drag and drop in list guibb application)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST_ECATT (Package) ECATT Tests
⤷
⤷
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 | 20090828 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20090828 |
Properties
| Class | CL_FPM_DROP_LIST_UIBB | |
| Short Description | Feeder class for drag and drop in list guibb application | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST_ECATT | ECATT Tests |
| Created | 20090828 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_DROP_LIST_UIBB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20090828 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20090828 |
Friends
Class CL_FPM_DROP_LIST_UIBB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20090828 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_NAVIGATE_TO | Navigate to targets | 20090828 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20100531 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | TT_SFLIGHT | 20090828 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100616 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20090828 |
Events
Class CL_FPM_DROP_LIST_UIBB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DRAG | Public | See coding | 20090908 | tt_drag TYPE STANDARD TABLE OF ty_drag WITH DEFAULT KEY
|
||
| 2 | TT_SFLIGHT | Public | See coding | 20090828 | tt_sflight TYPE STANDARD TABLE OF ty_sflight WITH DEFAULT KEY
|
||
| 3 | TY_DRAG | Public | See coding | 20090908 | BEGIN OF ty_drag,
row_number TYPE int1,
frieght_units TYPE string,
check TYPE string,
input_text TYPE string,
END OF ty_drag
|
||
| 4 | TY_SFLIGHT | Public | See coding | 20090828 | BEGIN OF ty_sflight,
mandt TYPE sflight-mandt,
carrid TYPE sflight-carrid,
connid TYPE sflight-connid,
fldate TYPE sflight-fldate,
price TYPE sflight-price,
currency TYPE sflight-currency,
planetype TYPE sflight-planetype,
seatsmax TYPE sflight-seatsmax,
SEATSOCC TYPE sflight-SEATSOCC,
PAYMENTSUM TYPE sflight-PAYMENTSUM,
SEATSMAX_B TYPE sflight-SEATSMAX_B,
SEATSOCC_B TYPE sflight-SEATSOCC_B,
SEATSMAX_F TYPE sflight-SEATSMAX_F,
SEATSOCC_F TYPE sflight-SEATSOCC_F,
DROP_ON_ROW TYPE STRING,
END OF ty_sflight
|
Method Signatures
Method GET_SFLIGHT 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 | 20090828 |
Method GET_SFLIGHT on class CL_FPM_DROP_LIST_UIBB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |