SAP ABAP Class CL_GUI_NETCHART (Network wrapper)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-GRA (Application Component) Graphic
⤷
SGRC (Package) ABAP Graphics Development: Network, Bar Chart
⤷
⤷
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 | 19990510 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DRAGDROP | Drag and Drop Interface for Controls | 19990518 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GFW_GP_HIER_SAP | GFW: Product-specific section of CL_GUI_GP_HIER (NETZ) | 20001221 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_WB_NETCHART_MODELER | Network Wrapper for Modeler | 20040405 |
Properties
| Class | CL_GUI_NETCHART | |
| Short Description | Network wrapper | |
| Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SGRC | ABAP Graphics Development: Network, Bar Chart |
| Created | 19990510 | SAP |
| Last change | 20001218 | 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) | |
| 2 | 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 | 19990518 |
Friends
Class CL_GUI_NETCHART has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CONTROL | 20000405 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | CNTL_HANDLE | 19990520 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | NET_GRAPH-WINID | 19990520 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Call network method | 20000314 | |
| 2 | Instance method | Public | Constructor | 19990520 | ||
| 3 | Instance method | Public | Method | Conversion of field names to text indices for frames | 19990517 | |
| 4 | Instance method | Public | Method | Conversion of field names to text indices for links | 19990517 | |
| 5 | Instance method | Public | Method | Conversion of field names to text indices for nodes | 19990517 | |
| 6 | Instance method | Public | Method | Determine control handle | 19990622 | |
| 7 | Instance method | Public | Method | Determine order of hierarchy nodes | 19990517 | |
| 8 | Instance method | Public | Method | Determine parent | 20000405 | |
| 9 | Instance method | Public | Method | Determine program name | 20000314 | |
| 10 | Instance method | Public | Method | Determine Window ID | 19990622 | |
| 11 | Instance method | Public | Method | Integrate cluster editor at PBO | 19990517 | |
| 12 | Instance method | Public | Method | ntegrate hierarchy graphic at PBO | 19990517 | |
| 13 | Instance method | Public | Method | Integrate graphical cluster editor at PBO | 19990517 | |
| 14 | Instance method | Public | Method | Evaluate data sent back from graphic | 19990517 | |
| 15 | Instance method | Public | Method | Send function code to control | 20000314 | |
| 16 | Instance method | Public | Method | Set text in time egg (connector) | 19990517 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ON_DRAG | Instance Event (0) |
Public (2) |
19990525 | |
| 2 | ON_DROP | Instance Event (0) |
Public (2) |
19990525 | |
| 3 | ON_DROPCOMPLETE | Instance Event (0) |
Public (2) |
19990525 | |
| 4 | ON_DROP_COMPLETE_MULTIPLE | Instance Event (0) |
Public (2) |
19990525 | |
| 5 | ON_DROP_GET_FLAVOR | Instance Event (0) |
Public (2) |
19990525 |
Types
Class CL_GUI_NETCHART has no local type.
Method Signatures
Method CALL_CNET_METHOD Signature
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Controlerror | 20000314 | ||
| 2 | Controlsystemerror | 20000314 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container | 19991021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Controlfehler | 19990525 | ||
| 2 | Controlfehler | 19990525 | ||
| 3 | CREATE_ERROR | 19990929 | ||
| 4 | Illegale Ereigniskombination | 19990525 |
Method FIELD_TO_INDEX_CVALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLUSTER_TYPE | Value transfer | Type reference (TYPE) | CNG_CLUSTR-TYPE | Linienart | 19990517 | |||
| 2 | CVALS | Call by reference | Type reference (TYPE) | CVALS_TAB | Rahmenattribute | 19990525 |
Method FIELD_TO_INDEX_CVALS on class CL_GUI_NETCHART has no exception.
Method FIELD_TO_INDEX_LVALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LINE_TYPE | Call by reference | Type reference (TYPE) | CNG_NODES-TYPE | Linienart | 19990517 | |||
| 2 | LVALS | Call by reference | Type reference (TYPE) | LVALS_TAB | Werte zu Kanten | 19990525 |
Method FIELD_TO_INDEX_LVALS on class CL_GUI_NETCHART has no exception.
Method FIELD_TO_INDEX_NVALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_TYPE | Call by reference | Type reference (TYPE) | CNG_NODES-TYPE | Knotentyp | 19990517 | |||
| 2 | NVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Knotenattribute | 19990525 |
Method FIELD_TO_INDEX_NVALS on class CL_GUI_NETCHART has no exception.
Method GET_CONTROL_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL_HANDLE | Value transfer | Type reference (TYPE) | CNTL_HANDLE | Controlhandle | 19990622 |
Method GET_CONTROL_HANDLE on class CL_GUI_NETCHART has no exception.
Method GET_NODES_ORDERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALL_NODES | Call by reference | Type reference (TYPE) | CHG_INODES_TAB | Knotentabelle | 19990525 | |||
| 2 | STATUS_TEXT | Call by reference | Type reference (TYPE) | NET_GRAPH-STATUSTEXT | SPACE | Text in der Statuszeile | 19990517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Frontendfehler | 19990622 | ||
| 2 | Fehler in Kommunikation | 19990622 | ||
| 3 | Keine Batchverarbeitung | 19990622 |
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Parent | 20000405 |
Method GET_PARENT on class CL_GUI_NETCHART has no exception.
Method GET_REPID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REPID | Call by reference | Type reference (TYPE) | SYREPID | Programmname | 20000314 |
Method GET_REPID on class CL_GUI_NETCHART has no exception.
Method GET_WINID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINID | Call by reference | Type reference (TYPE) | GRWINID | Window-Id | 19990622 |
Method GET_WINID on class CL_GUI_NETCHART has no exception.
Method GRAPHIC_CLUSTER_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAP_CMD | Value transfer | Type reference (TYPE) | NET_GRAPH-ABAP_CMD | SPACE | Kommando an Grafik | 19990517 | ||
| 2 | AREA_POSITIONS | Call by reference | Type reference (TYPE) | NET_ARPOS_TAB | Feldpositionen | 19990525 | |||
| 3 | BOXES | Call by reference | Type reference (TYPE) | NET_BOXES_TAB | Boxen | 19990525 | |||
| 4 | BVALS | Call by reference | Type reference (TYPE) | NET_NVALS_TAB | Attribute der Boxen | 19990525 | |||
| 5 | CONFIRM | Value transfer | Type reference (TYPE) | NET_SET-CONFIRM | SPACE | Kennzeichen: CONFIRM-Modus | 19990517 | ||
| 6 | DELETIONS | Call by reference | Type reference (TYPE) | NET_DELETE_TAB | Zu löschende Objekte | 19990525 | |||
| 7 | FRAMES | Call by reference | Type reference (TYPE) | NET_FRAMES_TAB | Rahmen | 19990525 | |||
| 8 | FVALS | Call by reference | Type reference (TYPE) | NET_NVALS_TAB | Rahmenattribute | 19990525 | |||
| 9 | INDXKEY | Value transfer | Type reference (TYPE) | INDX-SRTFD | Datenbankschlüssel fur Archiv | 19990517 | |||
| 10 | INODES | Call by reference | Type reference (TYPE) | CNG_INODES_TAB | Knoten in Knotenbereichen | 19990525 | |||
| 11 | NVALS | Call by reference | Type reference (TYPE) | NET_NVALS_TAB | Knotenattribute | 19990525 | |||
| 12 | PROFILE | Value transfer | Type reference (TYPE) | NET_PROFIL | Grafikprofil | 19990517 | |||
| 13 | SO_CONTENTS | Value transfer | Type reference (TYPE) | SOS00-S_OBJDES | SPACE | Dokumenttitel | 19990517 | ||
| 14 | SO_SEND | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | SPACE | Kennzeichen: Grafik senden | 19990517 | ||
| 15 | STAT | Value transfer | Type reference (TYPE) | NET_GRAPH-STAT | SPACE | Status | 19990517 | ||
| 16 | STATUS_TEXT | Value transfer | Type reference (TYPE) | NET_GRAPH-STATUSTEXT | SPACE | Text der Statuszeile | 19990517 | ||
| 17 | WAIT_FOR_INPUT | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | 'X' | Kennzeichen: auf Eingabe warten | 19990517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im Grafikprofil | 19990622 | ||
| 2 | Falsches Grafikprofil | 19990622 |
Method GRAPHIC_HIERARCHY_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAP_CMD | Value transfer | Type reference (TYPE) | NET_GRAPH-ABAP_CMD | SPACE | Kommando an Grafik | 19990517 | ||
| 2 | CLUSTERS | Call by reference | Type reference (TYPE) | CNG_CLUSTR_TAB | Cluster (z.Z. noch ohne Funktion) | 19990525 | |||
| 3 | CONFIRM | Value transfer | Type reference (TYPE) | NET_SET-CONFIRM | SPACE | Kennzeichen: CONFIRM-Modus | 19990517 | ||
| 4 | CVALS | Call by reference | Type reference (TYPE) | CVALS_TAB | Attribute der Cluster (z.Z. noch ohne Funktion) | 19990525 | |||
| 5 | DELETIONS | Call by reference | Type reference (TYPE) | NET_DELETE_TAB | Zu löschende Objekte | 19990525 | |||
| 6 | INDXKEY | Value transfer | Type reference (TYPE) | INDX-SRTFD | Datenbankschlüssel fur Archiv | 19990517 | |||
| 7 | INODES | Call by reference | Type reference (TYPE) | CNG_INODES_TAB | Einfügbare Knoten | 19990525 | |||
| 8 | NODES | Call by reference | Type reference (TYPE) | CHG_NODES_TAB | Knoten | 19990525 | |||
| 9 | NVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Knotenattribute | 19990525 | |||
| 10 | PNODES | Call by reference | Type reference (TYPE) | CNG_PNODES_TAB | Stapelknoten | 19990525 | |||
| 11 | PROFILE | Value transfer | Type reference (TYPE) | NET_PROFIL | Grafikprofil | 19990517 | |||
| 12 | PVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Attribute der Stapelknoten | 19990525 | |||
| 13 | SORT | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | 'X' | Kennzeichen: Knoten sortieren | 19990517 | ||
| 14 | SO_CONTENTS | Value transfer | Type reference (TYPE) | SOS00-S_OBJDES | SPACE | Dokumenttitel | 19990517 | ||
| 15 | SO_SEND | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | SPACE | Kennzeichen: Grafik senden | 19990517 | ||
| 16 | STAT | Value transfer | Type reference (TYPE) | NET_GRAPH-STAT | SPACE | Status | 19990517 | ||
| 17 | STATUS_TEXT | Value transfer | Type reference (TYPE) | NET_GRAPH-STATUSTEXT | SPACE | Text der Stauszeile | 19990517 | ||
| 18 | WAIT_FOR_INPUT | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | 'X' | Kennzeichen: auf Eingabe warten | 19990517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im Grafikprofil | 19990622 | ||
| 2 | Falsches Grafikprofil | 19990622 |
Method GRAPHIC_NETWORK_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAP_CMD | Value transfer | Type reference (TYPE) | NET_GRAPH-ABAP_CMD | SPACE | Kommando an Grafik | 19990517 | ||
| 2 | CLUSTERS | Call by reference | Type reference (TYPE) | CNG_CLUSTR_TAB | Cluster/Rahmen | 19990525 | |||
| 3 | CONFIRM | Value transfer | Type reference (TYPE) | NET_SET-CONFIRM | SPACE | Confirm-Modus | 19990517 | ||
| 4 | CVALS | Call by reference | Type reference (TYPE) | CVALS_TAB | Attribute der Cluster/Rahmen | 19990525 | |||
| 5 | DELETIONS | Call by reference | Type reference (TYPE) | NET_DELETE_TAB | Zu löschende Objekte | 19990525 | |||
| 6 | INDXKEY | Value transfer | Type reference (TYPE) | INDX-SRTFD | Datenbankschlüssel fur Archiv | 19990517 | |||
| 7 | INODES | Call by reference | Type reference (TYPE) | CNG_INODES_TAB | Einfügbare Knoten | 19990525 | |||
| 8 | LINES | Call by reference | Type reference (TYPE) | CNG_LINES_TAB | Zeilen | 19990525 | |||
| 9 | LVALS | Call by reference | Type reference (TYPE) | LVALS_TAB | Attribute der Kanten | 19990525 | |||
| 10 | NODES | Call by reference | Type reference (TYPE) | CNG_NODES_TAB | Knoten in der Netzplangrafik | 19990520 | |||
| 11 | NVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Knotenattribute | 19990525 | |||
| 12 | POSITIONS | Call by reference | Type reference (TYPE) | NET_POS_TAB | Positionen | 19990525 | |||
| 13 | PROFILE | Value transfer | Type reference (TYPE) | NET_PROFIL | Grafikprofil | 19990517 | |||
| 14 | SO_CONTENTS | Value transfer | Type reference (TYPE) | SOS00-S_OBJDES | SPACE | Dokumenttitel | 19990517 | ||
| 15 | SO_SEND | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | SPACE | Kennzeichen: Grafik senden | 19990517 | ||
| 16 | STAT | Value transfer | Type reference (TYPE) | NET_GRAPH-STAT | SPACE | Status | 19990517 | ||
| 17 | STATUS_TEXT | Value transfer | Type reference (TYPE) | NET_GRAPH-STATUSTEXT | SPACE | Text in Statuszeile | 19990517 | ||
| 18 | WAIT_FOR_INPUT | Value transfer | Type reference (TYPE) | NET_GRAPH-FLAG | 'X' | Kennzeichen: auf Eingabe warten | 19990517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im Grafikprofil | 19990622 | ||
| 2 | Falsches Grafikprofil | 19990622 |
Method GRAPHIC_PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVATE_HELP | Value transfer | Type reference (TYPE) | C | 'X' | WinHelp aktiv | 19990517 | ||
| 2 | AT_CONTROL_DESTROY | Value transfer | Type reference (TYPE) | C | Aufräumen bei Zerstören des Controls | 19990517 | |||
| 3 | BOXES | Call by reference | Type reference (TYPE) | NET_BOXES_TAB | Boxen (Clustereditor) | 19990525 | |||
| 4 | BVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Attribute der Boxen (Clustereditor) | 19990525 | |||
| 5 | CLUSTERS | Call by reference | Type reference (TYPE) | CNG_CLUSTR_TAB | Rahmen/Cluster | 19990525 | |||
| 6 | CVALS | Call by reference | Type reference (TYPE) | CVALS_TAB | Attribute der Rahmen/Cluster | 19990525 | |||
| 7 | DELETIONS | Call by reference | Type reference (TYPE) | NET_DELETE_TAB | Zu löschende Objeklte und Zeilen | 19990525 | |||
| 8 | FRAMES | Call by reference | Type reference (TYPE) | NET_FRAMES_TAB | Rahmen (Clustereditor) | 19990525 | |||
| 9 | FVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Attribute der Rahmen (Clustereditor) | 19990525 | |||
| 10 | GR_MES | Call by reference | Type reference (TYPE) | NET_GRAPH-GR_MES | Kurzzeichen für Benutzerkommando | 19990517 | |||
| 11 | GR_MODE | Call by reference | Type reference (TYPE) | NET_GRAPH-GR_MODE | Modus für Einfügen, Duplizieren, Verschieben, .. | 19990517 | |||
| 12 | GR_SEL_FIELD | Call by reference | Type reference (TYPE) | NET_GRAPH-SEL_FIELD | Ausgewähltes Feld | 19990517 | |||
| 13 | INDXKEY | Value transfer | Type reference (TYPE) | INDX-SRTFD | Datenbankschlüssel fur Archiv | 19990517 | |||
| 14 | LINES | Call by reference | Type reference (TYPE) | CNG_LINES_TAB | Zeilen | 19990525 | |||
| 15 | LVALS | Call by reference | Type reference (TYPE) | LVALS_TAB | Attribute der Kanten | 19990525 | |||
| 16 | NODES | Call by reference | Type reference (TYPE) | CNG_NODES_TAB | Knoten | 19990525 | |||
| 17 | NVALS | Call by reference | Type reference (TYPE) | NVALS_TAB | Knotenattribute | 19990525 | |||
| 18 | POSITIONS | Call by reference | Type reference (TYPE) | NET_POS_TAB | Positionen | 19990525 | |||
| 19 | SETTINGS | Call by reference | Type reference (TYPE) | NET_SET | Einstellungen | 19990517 |
Method GRAPHIC_PAI on class CL_GUI_NETCHART has no exception.
Method SET_FUNCTION_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FUNCTION_CODE | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode | 20000314 | |||
| 2 | RETURN | Call by reference | Type reference (TYPE) | I | Rückgabewert | 20000314 |
Method SET_FUNCTION_CODE on class CL_GUI_NETCHART has no exception.
Method SET_TIMEEGG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT | Value transfer | Type reference (TYPE) | NET_NVALS-VAL | 'SAP' | Text im Zeitei | 19990517 |
Method SET_TIMEEGG_TEXT on class CL_GUI_NETCHART has no exception.
Event Signatures
Event ON_DRAG 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 | DragDrop DataObject | 19990525 | ||
| 2 | PROPERTIES | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SIMPLEPROPBAG | Parameter des Drag Drop | 19990525 |
Event ON_DROP 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 | DragDrop DataObject | 19990525 | ||
| 2 | PROPERTIES | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SIMPLEPROPBAG | Parameter des Drag Drop | 19990525 |
Event ON_DROPCOMPLETE 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 | DataObject | 19990525 | ||
| 2 | PROPERTIES | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SIMPLEPROPBAG | Properties | 19990525 |
Event ON_DROP_COMPLETE_MULTIPLE Signature
Event ON_DROP_COMPLETE_MULTIPLE on class CL_GUI_NETCHART has no parameter.
Event ON_DROP_GET_FLAVOR 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 Object | 19990525 | ||
| 2 | FLAVORS | Exporting | Value transfer | Type reference (TYPE) | CNDD_FLAVORS | Mögliche Flavors | 19990525 | ||
| 3 | PROPERTIES | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SIMPLEPROPBAG | Properties | 19990525 |
History
| Last changed by/on | SAP | 20001218 |
| SAP Release Created in |