SAP ABAP Class IF_FPM_WIRE_MODEL (Interface for Communication FPM App CC. Wire Model)
Meta Relationship - Used By
Properties
| Class | IF_FPM_WIRE_MODEL | |
| Short Description | Interface for Communication FPM App CC. Wire Model | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090122 | SAP |
| Last change | 20131127 | 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_FPM_WIRE_MODEL has no interface implemented.
Friends
Class IF_FPM_WIRE_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Types of wire change | 20090122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a wire | 20090122 | |
| 2 | Instance method | Public | Method | Get all wires | 20090122 | |
| 3 | Instance method | Public | Method | Remove a wire | 20090122 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CHANGED | Instance Event (0) |
Public (2) |
Obsolete | 20090122 |
| 2 | INITIALIZED | Instance Event (0) |
Public (2) |
Obsolete | 20090122 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHANGE_TYPE | Public | See coding | Type of Change ('A' = Added, 'R' = Removed) | 20090122 | ty_change_type TYPE c LENGTH 1
|
|
| 2 | TY_S_WIRE | Public | See coding | Wire with variant ID | 20090122 | BEGIN OF ty_s_wire.
INCLUDE TYPE fpm_s_wire AS wire.
TYPES:
variant TYPE fpm_variant_id,
END OF ty_s_wire
|
|
| 3 | TY_S_WIRE_CHANGE | Public | See coding | Wire Change | 20090122 | BEGIN OF ty_s_wire_change.
INCLUDE TYPE ty_s_wire AS wire_data.
TYPES:
change_type TYPE ty_change_type,
from_composite_comp type abap_bool.
TYPES:
END OF ty_s_wire_change
|
|
| 4 | TY_S_WIRE_DATA | Public | See coding | Wire Data | 20090126 | BEGIN OF ty_s_wire_data.
INCLUDE TYPE fpm_s_uibb_instance_key AS instance_key.
INCLUDE TYPE fpm_s_source_uibb_instance_key AS src_instance_key.
TYPES:
port_type TYPE fpm_model_port_type,
port_identifier TYPE fpm_model_port_identifier,
connector TYPE fpm_wire_model_connector,
connector_param TYPE fpm_t_parameter_value,
END OF ty_s_wire_data
|
|
| 5 | TY_T_WIRE | Public | See coding | Wire Table | 20090122 | ty_t_wire TYPE STANDARD TABLE OF ty_s_wire
WITH DEFAULT KEY
|
Method Signatures
Method ADD_WIRE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_WIRE_DATA | Call by reference | Type reference (TYPE) | TY_S_WIRE_DATA | Wire Data | 20090126 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | FPM_VARIANT_ID | FPM: ID of the variant | 20090122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090122 |
Method GET_WIRES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WIRE | Call by reference | Type reference (TYPE) | TY_T_WIRE | Wire Table | 20090122 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | FPM_VARIANT_ID | FPM: ID of the variant | 20090122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090122 |
Method REMOVE_WIRE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20090122 | |||
| 2 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | FPM_VARIANT_ID | FPM: ID of the variant | 20090122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090122 |
Event Signatures
Event CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20110413 | ||
| 2 | IS_WIRE_CHANGE | Exporting | Value transfer | Type reference (TYPE) | TY_S_WIRE_CHANGE | 20090122 |
Event INITIALIZED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20110413 | ||
| 2 | IV_FROM_COMPOSITE_COMP | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100127 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |