SAP ABAP Class CL_ISH_DNDEV (IS-H: Base Class for Drag&Drop Event Data)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1BASE (Package) IS-H: Basic Functionality; TSA Development
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20050324 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20050324 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20050324 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_DNDEV_GRID | IS-H: Drag&Drop Event Data for ALVGrid Screens | 20050324 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_DNDEV_TREE | IS-H: Drag&Drop Event Data for ALVTree Screens | 20050324 |
Properties
| Class | CL_ISH_DNDEV | |
| Short Description | IS-H: Base Class for Drag&Drop Event Data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1BASE | IS-H: Basic Functionality; TSA Development |
| Created | 20050324 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20050324 | ||
| 2 | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20050324 | ||
| 3 | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20050324 |
Friends
Class CL_ISH_DNDEV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | IF_ISH_OBJECT_TYPES=>CO_TYPE_DNDEV | 20050324 | |||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20050324 | |||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag and Drop Data Object | 20050324 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_DND | Source Data (Drag) | 20050324 | |||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20050324 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20050324 | |||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20050324 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20050324 | |
| 2 | Instance method | Public | Method | Destroys the Object | 20050324 | |
| 3 | Instance method | Public | Method | Gets the CL_DRAGDROPOBJECT | 20050324 | |
| 4 | Instance method | Public | Method | Gets the Source Data (Drag) | 20050324 | |
| 5 | Instance method | Public | Method | 20050324 | ||
| 6 | Instance method | Public | Method | 20050324 | ||
| 7 | Instance method | Public | Method | 20050324 | ||
| 8 | Instance method | Public | Method | Sets the CL_DRAGDROPOBJECT | 20050324 | |
| 9 | Instance method | Public | Method | Sets the Source Data (Drag) | 20050324 |
Events
Class CL_ISH_DNDEV has no event.
Types
Class CL_ISH_DNDEV has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DRAGDROPOBJ | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20050324 | |||
| 2 | IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_ISH_DND | Quell-Daten (Drag) | 20050324 |
Method CONSTRUCTOR on class CL_ISH_DNDEV has no exception.
Method DESTROY Signature
Method DESTROY on class CL_ISH_DNDEV has no parameter.
Method DESTROY on class CL_ISH_DNDEV has no exception.
Method GET_DRAGDROPOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DRAGDROPOBJ | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20050324 |
Method GET_DRAGDROPOBJ on class CL_ISH_DNDEV has no exception.
Method GET_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SOURCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_DND | Quell-Daten (Drag) | 20050324 |
Method GET_SOURCE on class CL_ISH_DNDEV has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_ISH_DNDEV has no parameter.
Method GET_TYPE on class CL_ISH_DNDEV has no exception.
Method IS_A Signature
Method IS_A on class CL_ISH_DNDEV has no parameter.
Method IS_A on class CL_ISH_DNDEV has no exception.
Method IS_INHERITED_FROM Signature
Method IS_INHERITED_FROM on class CL_ISH_DNDEV has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_DNDEV has no exception.
Method SET_DRAGDROPOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DRAGDROPOBJ | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20050324 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: ir_dragdropobj wurde übernommen | 20050324 |
Method SET_DRAGDROPOBJ on class CL_ISH_DNDEV has no exception.
Method SET_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_ISH_DND | Quell-Daten (Drag) | 20050324 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: ir_source wurde übernommen | 20050324 |
Method SET_SOURCE on class CL_ISH_DNDEV has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |