SAP ABAP Class _IF_SAT_UI_CTRL_DRAG_DROP (Internal: Widget Control with drag & drop)
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
Class | _IF_SAT_UI_CTRL_DRAG_DROP | |
Short Description | Internal: Widget Control with drag & drop | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20071112 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class _IF_SAT_UI_CTRL_DRAG_DROP has no forward declaration.
Interfaces
Class _IF_SAT_UI_CTRL_DRAG_DROP has no interface implemented.
Friends
Class _IF_SAT_UI_CTRL_DRAG_DROP has no friend class.
Attributes
Class _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
Class _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 class _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 class _IF_SAT_UI_CTRL_DRAG_DROP has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |