SAP ABAP Class CL_GUI_RSNETGRAPHIC_ADAPT (Adapter network plan - internal use only)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-AWB (Application Component) Data Warehousing Workbench
⤷
RSNETGRAPHIC (Package) BW Network - internal use only for TRFN, ISET,RSPC,DMOD
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 20010518 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DRAGDROP | Drag and Drop Interface for Controls | 20010518 |
Properties
| Class | CL_GUI_RSNETGRAPHIC_ADAPT | |
| Short Description | Adapter network plan - internal use only | |
| Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSNG | |
| Program status | ||
| Category | 0 | |
| Package | RSNETGRAPHIC | BW Network - internal use only for TRFN, ISET,RSPC,DMOD |
| Created | 20010518 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DRAGDROP | Drag and Drop Interface for Controls | 20010518 |
Friends
Class CL_GUI_RSNETGRAPHIC_ADAPT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CNTL_HANDLE | 20010518 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSNG_TH_ICON | Icon Used in Table, Ids | 20010831 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Inserts Frog Color in Color Pallet | 20010904 | |
| 2 | Instance method | Public | Constructor | Constructor | 20010518 | |
| 3 | Instance method | Public | Method | 20010518 | ||
| 4 | Instance method | Public | Method | Provides ID for Icon | 20010831 | |
| 5 | Instance method | Public | Method | Sets Network Background Color | 20010830 | |
| 6 | Instance method | Public | Method | Set Network D&D Handle | 20010518 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ONDROP | Instance Event (0) |
Public (2) |
20010518 |
Types
Class CL_GUI_RSNETGRAPHIC_ADAPT has no local type.
Method Signatures
Method ADD_COLOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FROGID | Call by reference | Type reference (TYPE) | I | Id für den Frogzugriff | 20010904 | |||
| 2 | I_PALID | Call by reference | Type reference (TYPE) | I | Id in der Palette (Control) | 20010904 | |||
| 3 | I_RGB | Call by reference | Type reference (TYPE) | I | RGB-Wert für den Classicgui | 20010904 |
Method ADD_COLOR on class CL_GUI_RSNETGRAPHIC_ADAPT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LIFETIME | Call by reference | Type reference (TYPE) | I | 20010518 | ||||
| 2 | I_R_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20010518 | |||
| 3 | I_SHELLSTYLE | Call by reference | Type reference (TYPE) | I | 20010518 | ||||
| 4 | I_S_CONTROL | Call by reference | Type reference (TYPE) | CNTL_HANDLE | 20010518 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20010518 | ||
| 2 | 20010518 | |||
| 3 | 20010518 | |||
| 4 | 20010518 | |||
| 5 | 20010518 |
Method GET_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_HANDLE | Value transfer | Type reference (TYPE) | CNTL_HANDLE | 20010518 |
Method GET_HANDLE on class CL_GUI_RSNETGRAPHIC_ADAPT has no exception.
Method GET_ICONID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ID | Value transfer | Type reference (TYPE) | I | Natürliche Zahl | 20010831 | |||
| 2 | I_ICON | Call by reference | Type reference (TYPE) | RSNG_BITMAP | Bild (Icon) in einem Objekt der Netzplangrafik | 20010831 |
Method GET_ICONID on class CL_GUI_RSNETGRAPHIC_ADAPT has no exception.
Method SET_BACKGROUND_COLOR Signature
Method SET_BACKGROUND_COLOR on class CL_GUI_RSNETGRAPHIC_ADAPT has no parameter.
Method SET_BACKGROUND_COLOR on class CL_GUI_RSNETGRAPHIC_ADAPT has no exception.
Method SET_DD_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DD_HANDLE | Call by reference | Type reference (TYPE) | I | Drag&Drop- Handle | 20010518 |
Method SET_DD_HANDLE on class CL_GUI_RSNETGRAPHIC_ADAPT has no exception.
Event Signatures
Event ONDROP Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAGDROPOBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | Drag & Drop DataObject | 20010518 | ||
| 2 | PROPERTIES | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SIMPLEPROPBAG | Properties für Drag&Drop Events | 20010518 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |