SAP ABAP Interface IF_FPM_WIRE_MODEL (Interface for Communication FPM App CC. Wire Model)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FPM_COMPOSITE Composite UIBB API 20100428
2 Interface composition (i COMPRISING i_ref)  IF_FPM_GAF Interface for Communication FPM App CC 20090126
3 Interface composition (i COMPRISING i_ref)  IF_FPM_OIF Interface for Communication FPM App CC 20090122
4 Interface composition (i COMPRISING i_ref)  IF_FPM_OVP Interface for Communication FPM App CC 20090126
5 Interface composition (i COMPRISING i_ref)  IF_FPM_TABBED Tabbed UIBB API 20090625
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_COMPOSITE Composite UIBB API 20100428
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GAF Communication Floorplan <-> AppCC 20090126
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_OIF Communication Floorplan <-> AppCC 20090122
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_OVP Communication Floorplan <-> AppCC 20090127
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TABBED Tabbed UIBB API 20090625
... Click here to see Used By full list (11 items)
Properties
Interface IF_FPM_WIRE_MODEL  
Short Description Interface for Communication FPM App CC. Wire Model    
General Data
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20090122   SAP 
Last changed 20131127   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_FPM_WIRE_MODEL has no interface.
Friends
Interface IF_FPM_WIRE_MODEL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_CHANGE_TYPE Constant Public See coding Types of wire change 20090122
Methods
# Method Level Visibility Method type Description Created on
1 ADD_WIRE Instance method Public Method Add a wire 20090122
2 GET_WIRES Instance method Public Method Get all wires 20090122
3 REMOVE_WIRE 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 Importing IS_WIRE_DATA Call by reference Type reference (TYPE) TY_S_WIRE_DATA Wire Data 20090126
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) FPM_VARIANT_ID FPM: ID of the variant 20090122
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090122

Method GET_WIRES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WIRE Call by reference Type reference (TYPE) TY_T_WIRE Wire Table 20090122
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) FPM_VARIANT_ID FPM: ID of the variant 20090122
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090122

Method REMOVE_WIRE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UIBB_INSTANCE_KEY Call by reference Type reference (TYPE) FPM_S_UIBB_INSTANCE_KEY UIBB Instance Key 20090122
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) FPM_VARIANT_ID FPM: ID of the variant 20090122
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN 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)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FPM_COMPOSITE Composite UIBB API 20100428
2 Interface composition (i COMPRISING i_ref)  IF_FPM_GAF Interface for Communication FPM App CC 20090126
3 Interface composition (i COMPRISING i_ref)  IF_FPM_OIF Interface for Communication FPM App CC 20090122
4 Interface composition (i COMPRISING i_ref)  IF_FPM_OVP Interface for Communication FPM App CC 20090126
5 Interface composition (i COMPRISING i_ref)  IF_FPM_TABBED Tabbed UIBB API 20090625
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_COMPOSITE Composite UIBB API 20100428
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GAF Communication Floorplan <-> AppCC 20090126
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_OIF Communication Floorplan <-> AppCC 20090122
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_OVP Communication Floorplan <-> AppCC 20090127
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TABBED Tabbed UIBB API 20090625
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_COMMUNICATOR_ASSIST Assistance Class for MDG communicator 20110508
History
Last changed by/on SAP  20131127 
SAP Release Created in 720