SAP ABAP Class IF_CHIP_RUNTIME_WD (CHIP Runtime WD)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_RUNTIME_WD | CHIP Runtime WD | 20081031 |
Properties
| Class | IF_CHIP_RUNTIME_WD | |
| Short Description | CHIP Runtime WD | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081031 | SAP |
| Last change | 20110908 | 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
Class IF_CHIP_RUNTIME_WD has no interface implemented.
Friends
Class IF_CHIP_RUNTIME_WD has no friend class.
Attributes
Class IF_CHIP_RUNTIME_WD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds CHIP Instance After Moving | 20081216 | |
| 2 | Instance method | Public | Method | Creates a CHIP instance | 20081210 | |
| 3 | Instance method | Public | Method | Deletes CHIP Runtime WD | 20090109 | |
| 4 | Instance method | Public | Method | Deletes all CHIP instances | 20081210 | |
| 5 | Instance method | Public | Method | Deletes a CHIP instance | 20081211 | |
| 6 | Instance method | Public | Method | Provides a CHIP instance | 20081210 | |
| 7 | Instance method | Public | Method | Returns all CHIP instance IDs | 20081210 | |
| 8 | Instance method | Public | Method | Provides the WD-independent CHIP runtime | 20081223 | |
| 9 | Instance method | Public | Method | Returns the CHIP instance ID | 20081210 | |
| 10 | Instance method | Public | Method | Formats the CHIP Instance for Moving | 20081216 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CHIP_CREATE | Instance Event (0) |
Public (2) |
CHIP Created | 20090109 |
| 2 | CHIP_DESTROY | Instance Event (0) |
Public (2) |
CHIP Deleted | 20090109 |
| 3 | CHIP_EXIT | Instance Event (0) |
Public (2) |
CHIP Terminated | 20090109 |
| 4 | CHIP_INIT | Instance Event (0) |
Public (2) |
CHIP Initialized | 20090109 |
Types
Class IF_CHIP_RUNTIME_WD has no local type.
Method Signatures
Method ADD_CHIP_AFTER_MOVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE_WD | CHIP Instanz Web Dynpro Component | 20081216 | |||
| 2 | INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | CHIP Instanz ID | 20081216 |
Method ADD_CHIP_AFTER_MOVING on class IF_CHIP_RUNTIME_WD has no exception.
Method CREATE_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_DEFINITION | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_DEFINITION | 20090105 | ||||
| 2 | CHIP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE_WD | CHIP Instanz WD | 20081210 | |||
| 3 | INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | CHIP Instanz ID | 20081210 |
Method CREATE_CHIP_INSTANCE on class IF_CHIP_RUNTIME_WD has no exception.
Method DESTROY Signature
Method DESTROY on class IF_CHIP_RUNTIME_WD has no parameter.
Method DESTROY on class IF_CHIP_RUNTIME_WD has no exception.
Method DESTROY_ALL_CHIP_INSTANCES Signature
Method DESTROY_ALL_CHIP_INSTANCES on class IF_CHIP_RUNTIME_WD has no parameter.
Method DESTROY_ALL_CHIP_INSTANCES on class IF_CHIP_RUNTIME_WD has no exception.
Method DESTROY_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | CHIP Instanz ID | 20081211 |
Method DESTROY_CHIP_INSTANCE on class IF_CHIP_RUNTIME_WD has no exception.
Method GET_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE_WD | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE_WD | CHIP Instanz WD | 20081210 | |||
| 2 | INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | CHIP Instanz ID | 20081210 |
Method GET_CHIP_INSTANCE on class IF_CHIP_RUNTIME_WD has no exception.
Method GET_CHIP_INSTANCE_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_IDS | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20081210 |
Method GET_CHIP_INSTANCE_IDS on class IF_CHIP_RUNTIME_WD has no exception.
Method GET_CHIP_RUNTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_RUNTIME | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_RUNTIME | CHIP Runtime | 20081223 |
Method GET_CHIP_RUNTIME on class IF_CHIP_RUNTIME_WD has no exception.
Method GET_INSTANCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | WD Component ID | 20081210 | |||
| 2 | INSTANCE_ID | Value transfer | Type reference (TYPE) | STRING | CHIP Instanz ID | 20081210 |
Method GET_INSTANCE_ID on class IF_CHIP_RUNTIME_WD has no exception.
Method REMOVE_CHIP_BEFORE_MOVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | CHIP Instanz ID | 20081216 |
Method REMOVE_CHIP_BEFORE_MOVING on class IF_CHIP_RUNTIME_WD has no exception.
Event Signatures
Event CHIP_CREATE Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Exporting | Value transfer | Type reference (TYPE) | STRING | CHIP Instanz ID | 20090109 |
Event CHIP_DESTROY Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Exporting | Value transfer | Type reference (TYPE) | STRING | CHIP Instanz ID | 20090109 |
Event CHIP_EXIT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Exporting | Value transfer | Type reference (TYPE) | STRING | CHIP Instanz ID | 20090109 |
Event CHIP_INIT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_ID | Exporting | Value transfer | Type reference (TYPE) | STRING | CHIP Instanz ID | 20090109 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |