SAP ABAP Interface IF_CHIP_WIRING_RUNTIME (CHIP Wiring 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_WIRING_RUNTIME | CHIP Wiring Runtime | 20081119 |
Properties
Interface | IF_CHIP_WIRING_RUNTIME | |
Short Description | CHIP Wiring Runtime |
General Data
Package | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
Created | 20081030 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_CHIP_WIRING_RUNTIME has no interface.
Friends
Interface IF_CHIP_WIRING_RUNTIME has no friend.
Attributes
Interface IF_CHIP_WIRING_RUNTIME has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Called if the environment changes | 20081124 |
2 | ![]() |
Instance method | Public | Method | Executes waiting wirings | 20081124 |
3 | ![]() |
Instance method | Public | Method | Transfers an outport event to all wired CHIPs | 20081119 |
4 | ![]() |
Instance method | Public | Method | Return explicit wiring leading to a CHIP | 20081120 |
5 | ![]() |
Instance method | Public | Method | Returns registration information for an inport | 20090929 |
6 | ![]() |
Instance method | Public | Method | Provides the source instance for automatic Wiring | 20090105 |
7 | ![]() |
Instance method | Public | Method | Registration/Deregistration of Inports for Outport Events | 20090923 |
8 | ![]() |
Instance method | Public | Method | Removes explicit wiring for a target CHIP | 20090924 |
9 | ![]() |
Instance method | Public | Method | Removes all explicit wirings and all registrations | 20090924 |
10 | ![]() |
Instance method | Public | Method | Adds an explicit CHIP Wiring or overwrites an existing one | 20081121 |
11 | ![]() |
Instance method | Public | Method | Defines explicit automatic Wiring for a target CHIP | 20081124 |
12 | ![]() |
Instance method | Public | Method | Sets the source instance for automatic Wiring | 20081222 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | INPORT_EVENT | Instance Event (0) |
Public (2) |
Data for an inport is arriving | 20081121 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PORTS_TO_WIRINGS | Public | See coding | 20090929 | ports_to_wirings type hashed table of port_to_wiring with unique key source_chip_instance_id outport
|
||
2 | PORT_TO_WIRING | Public | See coding | 20090929 | begin of PORT_TO_WIRING,
source_chip_instance_id type string,
outport type string,
wiring type ref to if_chip_wiring_definition,
end of port_to_wiring
|
Method Signatures
Method CHIP_ENVIRONMENT_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081124 | |||
2 | ![]() |
INPORT | Call by reference | Type reference (TYPE) | STRING | 20081124 | |||
3 | ![]() |
OUTPORT | Call by reference | Type reference (TYPE) | STRING | 20081124 |
Method CHIP_ENVIRONMENT_CHANGED on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method EXECUTE_WAITING_WIRINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Beschreibung (nur für Trace) | 20081124 |
Method EXECUTE_WAITING_WIRINGS on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method FIRE_OUTPORT_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPORT_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | Outport CHIP Instanz ID | 20081119 | ||
2 | ![]() |
OUTPORT_EVENT | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_PORT_EVENT | CHIP Port Event | 20081119 |
Method FIRE_OUTPORT_EVENT on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method GET_CHIP_WIRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACTIVE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ist das Wiring aktiv | 20081201 | ||
2 | ![]() |
IS_AUTOMATIC | Call by reference | Type reference (TYPE) | CHIP_AUTOMATIC | handelt es sich um ein automatisches Wiring | 20081201 | ||
3 | ![]() |
TARGET_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | Id des Ziel-CHIPs | 20081120 | ||
4 | ![]() |
WIRING | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_WIRING_DEFINITION | Wiring, das zu dem CHIP führt | 20081120 |
Method GET_CHIP_WIRING on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method GET_REGISTRATIONS_FOR_INPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | ID des registrierenden CHIPs | 20090929 | ||
2 | ![]() |
INPORT | Call by reference | Type reference (TYPE) | STRING | Name des registrierenden Inports | 20090929 | ||
3 | ![]() |
TAGGING | Call by reference | Type reference (TYPE) | CHIP_TAGGING_INFOS | Liste der Tags, für die ein Inport registriert wird | 20090929 | ||
4 | ![]() |
WIRINGS | Call by reference | Type reference (TYPE) | PORTS_TO_WIRINGS | 20090929 |
Method GET_REGISTRATIONS_FOR_INPORT on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method GET_SOURCE_CHIP_FOR_AUTOMATIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Value transfer | Type reference (TYPE) | STRING | 20090105 |
Method GET_SOURCE_CHIP_FOR_AUTOMATIC on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method REGISTER_INPORT_FOR_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | ID des registrierenden CHIPs | 20090923 | ||
2 | ![]() |
INPORT | Call by reference | Type reference (TYPE) | STRING | Name des registrierenden Inports | 20090923 | ||
3 | ![]() |
TAGGING | Call by reference | Type reference (TYPE) | CHIP_TAGGING_INFOS | Liste der Tags, für die ein Inport registriert wird | 20090923 |
Method REGISTER_INPORT_FOR_EVENTS on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method REMOVE_CHIP_WIRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TARGET_CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | Id des Ziel-CHIPs | 20090924 |
Method REMOVE_CHIP_WIRING on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method RESET Signature
Method RESET on Interface IF_CHIP_WIRING_RUNTIME has no parameter.
Method RESET on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method SET_CHIP_WIRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACTIVE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | konnte das Wiring aktive geschaltet werden | 20081124 | ||
2 | ![]() |
WIRING_DEFINITION | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_WIRING_DEFINITION | Beschreibung des zu setzenden Wiring | 20081121 |
Method SET_CHIP_WIRING on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method SET_CHIP_WIRING_AUTOMATIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | Name des Ziel-CHIPs mit automatischem Wiring | 20081124 | ||
2 | ![]() |
IS_ACTIVE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Konnte das Wiring aktivert werden | 20081124 |
Method SET_CHIP_WIRING_AUTOMATIC on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Method SET_SOURCE_CHIP_FOR_AUTOMATIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | Instanz-Id des Quell-CHIPs für das automatische Wiring | 20081222 |
Method SET_SOURCE_CHIP_FOR_AUTOMATIC on Interface IF_CHIP_WIRING_RUNTIME has no exception.
Event Signatures
Event INPORT_EVENT Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | INPORT_EVENT | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_PORT_EVENT | Inport Daten | 20081121 | ||
2 | TARGET_CHIP_INSTANCE_ID | Exporting | Value transfer | Type reference (TYPE) | STRING | Ziel-CHIP des Events | 20081121 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |