SAP ABAP Class CL_FPM_DROP_FORM_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 (Package) Floorplan Manager (Test 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 | 20090831 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090831 |
Properties
| Class | CL_FPM_DROP_FORM_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 | Floorplan Manager (Test applications) |
| Created | 20090831 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_DROP_FORM_UIBB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20090831 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090831 |
Friends
Class CL_FPM_DROP_FORM_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 | 20090831 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20090831 |
Events
Class CL_FPM_DROP_FORM_UIBB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DRAG | Public | See coding | 20100603 | tt_drag TYPE STANDARD TABLE OF ty_drag WITH DEFAULT KEY
|
||
| 2 | TT_FLIGHTS | Public | See coding | 20090902 | tt_flights TYPE STANDARD TABLE OF t_flights WITH DEFAULT KEY
|
||
| 3 | TT_SFLIGHT | Public | See coding | 20090831 | tt_sflight TYPE STANDARD TABLE OF ty_sflight WITH DEFAULT KEY
|
||
| 4 | TY_DRAG | Public | See coding | 20100603 | BEGIN OF ty_drag,
row_number TYPE int1,
frieght_units TYPE string,
check TYPE string,
input_text TYPE string,
END OF ty_drag
|
||
| 5 | TY_SFLIGHT | Public | See coding | 20090831 | 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
|
||
| 6 | T_FLIGHTS | Public | See coding | 20090831 | BEGIN OF t_flights,
countryfr TYPE string,
countryto TYPE string,
carrid TYPE s_carr_id,
connid TYPE s_conn_id,
fldate TYPE s_date,
cityfrom TYPE s_from_cit,
airpfrom TYPE s_fromairp,
cityto TYPE s_to_city,
airpto TYPE s_toairp,
deptime TYPE s_dep_time,
arrtime TYPE s_arr_time,
planetype TYPE s_planetye,
roundtrip TYPE boole_d,
resultlist TYPE string,
hdr TYPE string,
END OF t_flights
|
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 | 20090831 |
Method GET_SFLIGHT on class CL_FPM_DROP_FORM_UIBB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |