SAP ABAP Class CL_CHIP_RUNTIME (CHIP Runtime)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CHIP_RUNTIME | CHIP Runtime | 20081210 |
Properties
| Class | CL_CHIP_RUNTIME | |
| Short Description | CHIP Runtime | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
| Created | 20081210 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CHIP_RUNTIME | CHIP Runtime | 20081210 |
Friends
Class CL_CHIP_RUNTIME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SYMSGID | 'CHIP_API' | Message Class for CHIPs | 20090105 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_T_CHIP_INSTANCE | 20081210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a CHIP Instance | 20081210 | |
| 2 | Instance method | Public | Constructor | 20110527 | ||
| 3 | Instance method | Public | Method | Removes a CHIP instance | 20081210 | |
| 4 | Instance method | Public | Method | 20110527 |
Events
Class CL_CHIP_RUNTIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CHIP_INSTANCE | Private | See coding | 20081210 | begin of tp_s_chip_instance,
instance_id type string,
chip_instance type ref to if_chip_instance,
end of tp_s_chip_instance
|
||
| 2 | TP_T_CHIP_INSTANCE | Private | See coding | 20081210 | tp_t_chip_instance type hashed table of tp_s_chip_instance with unique key instance_id
|
Method Signatures
Method ADD_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE | CHIP Instanz | 20081210 |
Method ADD_CHIP_INSTANCE on class CL_CHIP_RUNTIME has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CHIP_RUNTIME has no parameter.
Method CONSTRUCTOR on class CL_CHIP_RUNTIME has no exception.
Method REMOVE_CHIP_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE | CHIP Instanz | 20081210 |
Method REMOVE_CHIP_INSTANCE on class CL_CHIP_RUNTIME has no exception.
Method SET_PROCESSING_PHASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROCESSING_PHASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110527 |
Method SET_PROCESSING_PHASE on class CL_CHIP_RUNTIME has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |