SAP ABAP Interface _IF_SAT_UI_CTRL_DRAG_DROP (Internal: Widget Control with drag & drop)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
SABP_TOOLS_STDIO (Package) *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!!
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAT_UI_GRID_CTRL | *NO* Reuse: Customizied ALV grid control | 20071112 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAT_UI_LIST_TREE_CTRL | *NO* Reuse: Customized list tree Control | 20071112 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAT_UI_TREE_CTRL | *NO* Reuse: Customizied ALV tree Control | 20071112 |
Properties
| Interface | _IF_SAT_UI_CTRL_DRAG_DROP | |
| Short Description | Internal: Widget Control with drag & drop |
General Data
| Package | SABP_TOOLS_STDIO | *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!! |
| Created | 20071112 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface _IF_SAT_UI_CTRL_DRAG_DROP has no forward declaration.
Interfaces
Interface _IF_SAT_UI_CTRL_DRAG_DROP has no interface.
Friends
Interface _IF_SAT_UI_CTRL_DRAG_DROP has no friend.
Attributes
Interface _IF_SAT_UI_CTRL_DRAG_DROP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds DD Flavor to Control | 20071112 | |
| 2 | Instance method | Public | Method | Removes DD Flavor from Control | 20071112 |
Events
Interface _IF_SAT_UI_CTRL_DRAG_DROP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_E_FLAVOR_NAME | Public | Type reference (TYPE) | SYCHAR20 | Name of DD Flavor | 20071112 | |
| 2 | TY_S_FLAVOR_DATA | Public | See coding | Data of DD Flavor | 20071112 | begin of ty_s_flavor_data,
name type ty_e_flavor_name,
effect type i,
is_drag type sap_bool,
is_drop type sap_bool,
end of ty_s_flavor_data
|
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DD_FLAVOR | Call by reference | Type reference (TYPE) | TY_S_FLAVOR_DATA | Data for DD Flavor | 20071112 |
Method ADD on Interface _IF_SAT_UI_CTRL_DRAG_DROP has no exception.
Method REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | TY_E_FLAVOR_NAME | Name of Flavor | 20071112 |
Method REMOVE on Interface _IF_SAT_UI_CTRL_DRAG_DROP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |