SAP ABAP Class CL_ISH_DND_GRID (IS-H: Drag&Drop Data for ALVGrid Screens)
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 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_DND | IS-H: Base Class for Drag&Drop Data | 20050324 |
Properties
| Class | CL_ISH_DND_GRID | |
| Short Description | IS-H: Drag&Drop Data for ALVGrid Screens | |
| Super Class | CL_ISH_DND | IS-H: Base Class for Drag&Drop Data |
| 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
Class CL_ISH_DND_GRID has no interface implemented.
Friends
Class CL_ISH_DND_GRID 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_DND_GRID | 20050324 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | LVC_S_COL | Column ID | 20050324 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | LVC_S_ROW | Line ID | 20050324 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | LVC_S_ROID | Numeric Row ID | 20050324 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20050324 | |
| 2 | Instance method | Public | Method | Gets the Column ID | 20050324 | |
| 3 | Instance method | Public | Method | Gets the Row ID | 20050324 | |
| 4 | Instance method | Public | Method | Gets the Numeric Row ID | 20050324 | |
| 5 | Instance method | Public | Method | Gets the ALV Grid Screen | 20050324 | |
| 6 | Instance method | Public | Method | Sets the Column ID | 20050324 | |
| 7 | Instance method | Public | Method | Sets Row ID | 20050324 | |
| 8 | Instance method | Public | Method | Sets the Numeric Row ID | 20050324 | |
| 9 | Instance method | Public | Method | Reference to the ALV Grid Screen | 20050324 |
Events
Class CL_ISH_DND_GRID has no event.
Types
Class CL_ISH_DND_GRID 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_SCR_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | IF_ISH_SCR_ALV_GRID | Referenz auf den ALV-Grid Screen | 20050324 | |||
| 2 | IS_COL | Call by reference | Type reference (TYPE) | LVC_S_COL | Spalten ID bei Drag | 20050324 | |||
| 3 | IS_ROW | Call by reference | Type reference (TYPE) | LVC_S_ROW | Zeilen ID bei Drag | 20050324 | |||
| 4 | IS_ROW_NO | Call by reference | Type reference (TYPE) | LVC_S_ROID | Numerische Zeilen ID bei Drag | 20050324 |
Method CONSTRUCTOR on class CL_ISH_DND_GRID has no exception.
Method GET_COL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_COL | Value transfer | Type reference (TYPE) | LVC_S_COL | ALV-Control: Spalten-ID | 20050324 |
Method GET_COL on class CL_ISH_DND_GRID has no exception.
Method GET_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ROW | Value transfer | Type reference (TYPE) | LVC_S_ROW | ALV-Control: Beschreibung einer Zeile | 20050324 |
Method GET_ROW on class CL_ISH_DND_GRID has no exception.
Method GET_ROW_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ROW_NO | Value transfer | Type reference (TYPE) | LVC_S_ROID | Zuordnung Zeilennummer zu Zeilen-ID | 20050324 |
Method GET_ROW_NO on class CL_ISH_DND_GRID has no exception.
Method GET_SCR_ALV_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SCR_ALV_GRID | Value transfer | Object reference (TYPE REF TO) | IF_ISH_SCR_ALV_GRID | Referenz auf den ALVGrid-Screen | 20050324 |
Method GET_SCR_ALV_GRID on class CL_ISH_DND_GRID has no exception.
Method SET_COL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COL | Call by reference | Type reference (TYPE) | LVC_S_COL | Spalten ID für Drag | 20050324 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: is_col wurde übernommen | 20050324 |
Method SET_COL on class CL_ISH_DND_GRID has no exception.
Method SET_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ROW | Call by reference | Type reference (TYPE) | LVC_S_ROW | Zeilen ID für Drag | 20050324 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: is_row wurde übernommen | 20050324 |
Method SET_ROW on class CL_ISH_DND_GRID has no exception.
Method SET_ROW_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ROW_NO | Call by reference | Type reference (TYPE) | LVC_S_ROID | Numerische Zeilen ID für Drag | 20050324 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: is_row_no wurde übernommen | 20050324 |
Method SET_ROW_NO on class CL_ISH_DND_GRID has no exception.
Method SET_SCR_ALV_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SCR_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | IF_ISH_SCR_ALV_GRID | Referenz auf den ALV-Grid Screen | 20050324 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: ir_scr_alv_grid wurde übernommen | 20050324 |
Method SET_SCR_ALV_GRID on class CL_ISH_DND_GRID has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |