SAP ABAP Interface IF_SALV_WD_DRAG_AND_DROP (Behavior Settings for Drag&Drop)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_CONFIG (Package) SALV WD Configuration

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_WD_CONFIG_TABLE | Configuration of the ALV Output | 20081215 |
Properties
Interface | IF_SALV_WD_DRAG_AND_DROP | |
Short Description | Behavior Settings for Drag&Drop |
General Data
Package | SALV_WD_CONFIG | SALV WD Configuration |
Created | 20081215 | SAP |
Last changed | 20090618 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_SALV_WD_DROP_TARGET_INFO | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | IF_SALV_WD_DROP_TARGET_INFO | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SALV_WD_DRAG_AND_DROP has no interface.
Friends
Interface IF_SALV_WD_DRAG_AND_DROP has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DROP_ROW_NAME | Instance attribute | Public | Type reference (TYPE) | STRING | 20081216 | |||
2 | DROP_ROW_NAME_FIELDNAME | Instance attribute | Public | Type reference (TYPE) | STRING | 20081216 | |||
3 | R_DRAG_SOURCE_INFO | Instance attribute | Public | Object reference (TYPE REF TO) | IF_SALV_WD_DRAG_SOURCE_INFO | DragSourceInfo | 20081215 | ||
4 | T_DROP_ROW_TARGET_INFOS | Instance attribute | Public | Type reference (TYPE) | IF_SALV_WD_DROP_TARGET_INFO=>T_TYPE_DROP_TARGET_INFO | 20081216 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates DragSourceInfo | 20081215 |
2 | ![]() |
Instance method | Public | Method | Creates Row-DropTargetInfo | 20081216 |
3 | ![]() |
Instance method | Public | Method | Deletes DragSourceInfo | 20081215 |
4 | ![]() |
Instance method | Public | Method | Deletes Row-DropTargetInfo | 20081216 |
5 | ![]() |
Instance method | Public | Method | Deletes all Existing Row-DropTargetInfos | 20081216 |
6 | ![]() |
Instance method | Public | Method | Returns DragSourceInfo | 20081215 |
7 | ![]() |
Instance method | Public | Method | Returns Name of Row-DropTargetInfo for Dropping on Rows | 20081216 |
8 | ![]() |
Instance method | Public | Method | Specifies Name of Field that Uses Row-DropTargetInfo Name | 20081216 |
9 | ![]() |
Instance method | Public | Method | Returns Row-DropTargetInfo | 20081216 |
10 | ![]() |
Instance method | Public | Method | Returns All Existing Row-DropTargetInfos | 20081216 |
11 | ![]() |
Instance method | Public | Method | Specifies Name for Row-DropTargetInfo to Be Used | 20081216 |
12 | ![]() |
Instance method | Public | Method | Specifies Field that Manages Name of Row-DropTargetInfos | 20081216 |
Events
Interface IF_SALV_WD_DRAG_AND_DROP has no event.
Types
Interface IF_SALV_WD_DRAG_AND_DROP has no local type.
Method Signatures
Method CREATE_DRAG_SOURCE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | STRING | 20081215 | |||
2 | ![]() |
ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20081215 | ||
3 | ![]() |
TAGS | Call by reference | Type reference (TYPE) | STRING | 20081215 | |||
4 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_DRAG_SOURCE_INFO | DragSourceInfo | 20081215 |
Method CREATE_DRAG_SOURCE_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method CREATE_DROP_ROW_TARGET_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20081216 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | STRING | 20090119 | |||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20081216 | |||
4 | ![]() |
TAGS | Call by reference | Type reference (TYPE) | STRING | 20081216 | |||
5 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_DROP_TARGET_INFO | DropTargetInfo | 20081216 |
Method CREATE_DROP_ROW_TARGET_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method DELETE_DRAG_SOURCE_INFO Signature
Method DELETE_DRAG_SOURCE_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no parameter.
Method DELETE_DRAG_SOURCE_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method DELETE_DROP_ROW_TARGET_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | STRING | Index der DropRowTargetInfo | 20090119 |
Method DELETE_DROP_ROW_TARGET_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method DELETE_DROP_ROW_TARGET_INFOS Signature
Method DELETE_DROP_ROW_TARGET_INFOS on Interface IF_SALV_WD_DRAG_AND_DROP has no parameter.
Method DELETE_DROP_ROW_TARGET_INFOS on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method GET_DRAG_SOURCE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_DRAG_SOURCE_INFO | DragSourceInfo | 20081215 |
Method GET_DRAG_SOURCE_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method GET_DROP_ROW_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | 20081216 |
Method GET_DROP_ROW_NAME on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method GET_DROP_ROW_NAME_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | 20081216 |
Method GET_DROP_ROW_NAME_FIELDNAME on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method GET_DROP_ROW_TARGET_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | STRING | 20090119 | |||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_DROP_TARGET_INFO | DropTargetInfo | 20081216 |
Method GET_DROP_ROW_TARGET_INFO on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method GET_DROP_ROW_TARGET_INFOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | IF_SALV_WD_DROP_TARGET_INFO=>T_TYPE_DROP_TARGET_INFO | 20081216 |
Method GET_DROP_ROW_TARGET_INFOS on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method SET_DROP_ROW_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20081216 |
Method SET_DROP_ROW_NAME on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
Method SET_DROP_ROW_NAME_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20081216 |
Method SET_DROP_ROW_NAME_FIELDNAME on Interface IF_SALV_WD_DRAG_AND_DROP has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 720 |