SAP ABAP Class CL_FPM_DRAG_DEMO ( ZFPM_DRAG_N_DROP)
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 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20090907 |
Properties
| Class | CL_FPM_DRAG_DEMO | |
| Short Description | ZFPM_DRAG_N_DROP | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance 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 | 20090907 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_DRAG_DEMO has no forward declaration.
Interfaces
Class CL_FPM_DRAG_DEMO has no interface implemented.
Friends
Class CL_FPM_DRAG_DEMO has no friend class.
Attributes
Class CL_FPM_DRAG_DEMO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090907 |
Events
Class CL_FPM_DRAG_DEMO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SFLIGHT | Public | See coding | 20090907 | tt_sflight TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | TT_TEST | Public | See coding | 20090907 | tt_test TYPE STANDARD TABLE OF ty_test WITH DEFAULT KEY
|
||
| 3 | TY_SFLIGHT | Public | See coding | 20090907 | 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,
END OF ty_sflight
|
||
| 4 | TY_TEST | Public | See coding | 20090907 | BEGIN OF ty_test,
row_number TYPE zfpm_dnd_test-sno,
frieght_units TYPE zfpm_dnd_test-frieght_units,
check TYPE zfpm_dnd_test-check_list,
input_text TYPE zfpm_dnd_test-input_text,
END OF ty_test
|
Method Signatures
Method GET_DND_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEST | Call by reference | Type reference (TYPE) | TT_SFLIGHT | 20090907 |
Method GET_DND_DATA on class CL_FPM_DRAG_DEMO has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |