SAP ABAP Class IF_CHIP_WIRING_MODEL (Model for the Wiring Info of a CHIP Instance)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_WIRING_MODEL | Implementation of Wiring Model | 20081204 |
Properties
| Class | IF_CHIP_WIRING_MODEL | |
| Short Description | Model for the Wiring Info of a CHIP Instance | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081202 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_CHIP_WIRING_MODEL has no interface implemented.
Friends
Class IF_CHIP_WIRING_MODEL has no friend class.
Attributes
Class IF_CHIP_WIRING_MODEL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Determines the proposal for automatic Wiring | 20081204 | |
| 2 | Instance method | Public | Method | Returns list of available source CHIP instances | 20081204 | |
| 3 | Instance method | Public | Method | Returns the CHIP instance belonging to this model | 20081204 | |
| 4 | Instance method | Public | Method | Determines the Wiring valid for the CHIP instance | 20081202 | |
| 5 | Instance method | Public | Method | Determines display representation of a Wiring | 20081204 | |
| 6 | Instance method | Public | Method | Is editing of the Wiring permitted? | 20081203 | |
| 7 | Instance method | Public | Method | Deletes the Wiring for this CHIP instance | 20081202 | |
| 8 | Instance method | Public | Method | Sets the Wiring for the CHIP instance | 20081202 | |
| 9 | Instance method | Public | Method | Releases lock for the Wiring of the CHIP instance | 20110329 |
Events
Class IF_CHIP_WIRING_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_T_CHIP_INSTANCE | Public | See coding | List of CHIP Instances | 20081204 | tp_t_chip_instance type standard table of ref to if_chip_instance with default key
|
Method Signatures
Method GET_AUTOMATIC_WIRING_PROPOSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WIRING_PROPOSAL | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_WIRING_DEFINITION | Beschreibung eines CHIP Wirings | 20081204 |
Method GET_AUTOMATIC_WIRING_PROPOSAL on class IF_CHIP_WIRING_MODEL has no exception.
Method GET_SOURCE_CHIP_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_INSTANCES | Value transfer | Type reference (TYPE) | TP_T_CHIP_INSTANCE | Liste von CHIP-Instanzen | 20081204 | |||
| 2 | CONTRACT | Call by reference | Type reference (TYPE) | CHIP_CONTRACT | IF_CHIP_DESCRIPTION=>C_CONTRACT_WIRING | CHIP Contract | 20100623 |
Method GET_SOURCE_CHIP_INSTANCES on class IF_CHIP_WIRING_MODEL has no exception.
Method GET_TARGET_CHIP_INSTANCE 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 | CHIP Instanz | 20081204 |
Method GET_TARGET_CHIP_INSTANCE on class IF_CHIP_WIRING_MODEL has no exception.
Method GET_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 | 20081202 | |||
| 2 | IS_AUTOMATIC | Call by reference | Type reference (TYPE) | CHIP_AUTOMATIC | ist automatisches Wiring für die CHIP-Instanz eingestellt | 20081202 | |||
| 3 | LOCKING_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | 20110329 | ||||
| 4 | LOCKING_USER | Call by reference | Type reference (TYPE) | SY-UNAME | 20110329 | ||||
| 5 | LOCK_FOR_EDIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20110329 | |||
| 6 | WIRING | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_WIRING_DEFINITION | zur Zeit gültige Wiring-Definition für die CHIP-Instanz | 20081202 |
Method GET_WIRING on class IF_CHIP_WIRING_MODEL has no exception.
Method GET_WIRING_DISPLAY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_STRING | Value transfer | Type reference (TYPE) | STRING | Anzeigedarstellung | 20081204 | |||
| 2 | INPORT | Call by reference | Type reference (TYPE) | STRING | Name des genutzten Inports | 20081204 | |||
| 3 | IS_AUTOMATIC | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | soll automatisches Wiring eingeschaltet sein | 20081204 | ||
| 4 | WIRING | Call by reference | Type reference (TYPE) | CHIP_PAGE_PORT_WIRING_PARAM_T | Zuordnungen für die Parameter der Inports | 20081204 |
Method GET_WIRING_DISPLAY_STRING on class IF_CHIP_WIRING_MODEL has no exception.
Method IS_WIRING_EDITABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EDITABLE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20081203 |
Method IS_WIRING_EDITABLE on class IF_CHIP_WIRING_MODEL has no exception.
Method REMOVE_WIRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCKING_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | 20110329 | ||||
| 2 | LOCKING_USER | Call by reference | Type reference (TYPE) | SY-UNAME | 20110329 | ||||
| 3 | USER_CANCELLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Speichern vom Benutzer abgebrochen | 20081203 |
Method REMOVE_WIRING on class IF_CHIP_WIRING_MODEL has no exception.
Method SET_WIRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPORT | Call by reference | Type reference (TYPE) | STRING | Name des genutzten Inports | 20081202 | |||
| 2 | IS_ACTIVE_NEW | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | wurde das Wiring aktiv | 20081203 | |||
| 3 | IS_AUTOMATIC | Call by reference | Type reference (TYPE) | CHIP_AUTOMATIC | soll automatisches Wiring eingeschaltet sein | 20081203 | |||
| 4 | IS_AUTOMATIC_NEW | Call by reference | Type reference (TYPE) | CHIP_AUTOMATIC | jetzt gültiges Kennzeichen zum automatischen Wiring | 20081203 | |||
| 5 | USER_CANCELLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Speichern vom Benutzer abgebrochen | 20081203 | |||
| 6 | WIRING | Call by reference | Type reference (TYPE) | CHIP_PAGE_PORT_WIRING_PARAM_T | Zuordnungen für die Parameter der Inports | 20081202 | |||
| 7 | WIRING_NEW | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_WIRING_DEFINITION | jetzt gültige Wiring-Definition | 20081203 |
Method SET_WIRING on class IF_CHIP_WIRING_MODEL has no exception.
Method UNLOCK_WIRING Signature
Method UNLOCK_WIRING on class IF_CHIP_WIRING_MODEL has no parameter.
Method UNLOCK_WIRING on class IF_CHIP_WIRING_MODEL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |