SAP ABAP Class CL_CHIP_WD_WIRING_LISTENER (CHIP Automatic Wiring Helper)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_WD_API (Package) Web Dynpro ABAP: WDA Page Builder WD Integration API
⤷
⤷
Properties
| Class | CL_CHIP_WD_WIRING_LISTENER | |
| Short Description | CHIP Automatic Wiring Helper | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CCP_WD_API | Web Dynpro ABAP: WDA Page Builder WD Integration API |
| Created | 20090513 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CHIP_WD_WIRING_LISTENER has no interface implemented.
Friends
Class CL_CHIP_WD_WIRING_LISTENER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'WDY:DISABLE_TAGGING' | 20120110 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'WDY:DISABLE_TAGGING_IF_NOT_UNIQUE' | 20120110 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 'X' if at least one CHIP with automatic wiring exists | 20090513 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20101130 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110810 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TP_T_PORT_INFO | 20110810 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CHIP_SOURCE_CHIP | Source CHIP with External Control | 20090513 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120120 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | CL_CHIP_DATA_CONTEXT_HELPER=>TP_T_NON_UNIQUE_TAGGING | Table of Strings | 20101130 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CHIP_WD_PHASE_MODEL | CHIP WD Phase Model | 20090513 | |||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_CHIP_WD_WIRING_LISTENER | CHIP Automatic Wiring Helper | 20090513 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20090513 | ||
| 2 | Instance method | Private | Method | 20110810 | ||
| 3 | Static method | Public | Method | 20090513 | ||
| 4 | Instance method | Private | Event handling method | 20120120 | ||
| 5 | Instance method | Private | Event handling method | 20090513 | ||
| 6 | Instance method | Private | Event handling method | 20110810 | ||
| 7 | Instance method | Private | Event handling method | 20120120 | ||
| 8 | Instance method | Private | Method | 20090513 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | AUTO_WIRING_CHANGED | Instance Event (0) |
Public (2) |
20090513 | |
| 2 | TAGGINGS_NOT_UNIQUE | Instance Event (0) |
Public (2) |
20101130 | |
| 3 | TAGGING_CHANGED | Static Event (1) |
Public (2) |
20120120 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_PORT_INFO | Private | See coding | 20110810 | begin of TP_S_PORT_INFO,
chip_instance_id type string,
port_name type string,
port_type type chip_port_type,
port_version type string,
end of tp_s_port_info
|
||
| 2 | TP_T_PORT_INFO | Private | See coding | 20110810 | tp_t_port_info type hashed table of tp_s_port_info WITH UNIQUE KEY table_line
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Method CONSTRUCTOR on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method FIRE_SOURCE_CHIP Signature
Method FIRE_SOURCE_CHIP on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Method FIRE_SOURCE_CHIP on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CHIP_WD_WIRING_LISTENER | CHIP Automatic Wiring Helper | 20090513 |
Method GET_INSTANCE on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method HANDLE_BEGIN_AFTER Signature
Method HANDLE_BEGIN_AFTER on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Method HANDLE_BEGIN_AFTER on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method HANDLE_NAVIGATION Signature
Method HANDLE_NAVIGATION on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Method HANDLE_NAVIGATION on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method HNDL_CHIP_DESCRIPTION_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20110810 |
Method HNDL_CHIP_DESCRIPTION_CHANGED on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method HNDL_TAGGING_CHANGED Signature
Method HNDL_TAGGING_CHANGED on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Method HNDL_TAGGING_CHANGED on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Method NAVIGATION Signature
Method NAVIGATION on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Method NAVIGATION on class CL_CHIP_WD_WIRING_LISTENER has no exception.
Event Signatures
Event AUTO_WIRING_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTS_CHIP_WITH_AUTO_WIRING | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090513 |
Event TAGGINGS_NOT_UNIQUE Signature
Event TAGGINGS_NOT_UNIQUE on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
Event TAGGING_CHANGED Signature
Event TAGGING_CHANGED on class CL_CHIP_WD_WIRING_LISTENER has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |