SAP ABAP Class /PLMU/CL_FRW_W_MODEL (Wire Model)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_SERVICES (Package) UI Framework: Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_W_MODEL_ACCESS Wire Feeder Model 20091010
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_W_MODEL_BASIC Basic Wire Feeder Model 20091010
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_FEEDER_MODEL Feeder Model Interface 20091010
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20110313
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_W_MODEL_CONTEXT Wire Model related to a context 20110504
Properties
Class /PLMU/CL_FRW_W_MODEL  
Short Description Wire Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_SERVICES   UI Framework: Services 
Created 20091010   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMU/CL_FRW_W_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 IF_FPM_FEEDER_MODEL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /PLMU/IF_FRW_W_MODEL_ACCESS Wire Feeder Model 20091010
2 /PLMU/IF_FRW_W_MODEL_BASIC Basic Wire Feeder Model 20091010
3 IF_FPM_FEEDER_MODEL Feeder Model Interface 20091010
4 IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20110313
Friends
Class /PLMU/CL_FRW_W_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_APPL_MODEL_POOL Static Attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_APPL_MODEL_POOL 20110427
2 MO_CB_GET_OUTPORT_DATA Instance attribute Private Object reference (TYPE REF TO) /PLMU/IWCI_WDI_FRW_W_GET_DATA 20091010
3 MO_CONNECTOR Instance attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_W_CONN 20091010
4 MS_UIBB_INSTANCE_KEY Instance attribute Private Type reference (TYPE) FPM_S_UIBB_INSTANCE_KEY 20110505
5 MT_PORT Instance attribute Private Type reference (TYPE) IF_FPM_FEEDER_MODEL=>TY_T_PORT 20110505
6 MT_PORT_DATA Instance attribute Protected Type reference (TYPE) GTY_T_PORT_DATA 20091010
7 MV_ABBID Instance attribute Private Type reference (TYPE) /PLMB/SPI_ABBID 20110504
8 MV_INITIALIZED Instance attribute Private Type reference (TYPE) BOOLE_D 20111213
9 MV_NUMBER_OF_PORTS Instance attribute Protected Type reference (TYPE) I 20091013
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20110427
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091010
3 GET_ABBID Instance method Public Method 20110504
4 GET_INPORT_DATA_INTERNAL Instance method Public Method 20130209
5 GET_OUTPORT_DATA_INTERNAL Instance method Public Method Provides the runtime data object for an outport 20091015
6 GET_UIBB_INSTANCE_KEY Instance method Public Method 20110505
7 HNDL_WIRE_DATA_IS_INVALID Instance method Private Event handling method 20100212
8 INITIALIZE Instance method Public Method 20111209
9 RAISE_EVENT_IS_ACTIVE Instance method Public Method 20091014
Events
# Event Type Visibility Description Created on
1 AFTER_CREATION Instance Event
(0)
Public
(2)
20110505
2 AFTER_REINITIALIZATION Instance Event
(0)
Public
(2)
20111213
3 BEFORE_REINITIALIZATION Instance Event
(0)
Public
(2)
20111213
4 IS_ACTIVE Instance Event
(0)
Public
(2)
20091014
5 OUTPORT_DATA_TABED Instance Event
(0)
Public
(2)
20100428
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_PORT_DATA Protected See coding 20091010 BEGIN OF gty_s_port_data, identifier TYPE fpm_model_port_identifier, wire_data TYPE REF TO /plmu/if_frw_w_data, END OF gty_s_port_data
2 GTY_T_PORT_DATA Protected See coding 20091010 gty_t_port_data TYPE SORTED TABLE OF gty_s_port_data WITH UNIQUE KEY identifier
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_W_MODEL has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_W_MODEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK Call by reference Object reference (TYPE REF TO) OBJECT 20091010
2 Importing IS_UIBB_INSTANCE_KEY Call by reference Type reference (TYPE) FPM_S_UIBB_INSTANCE_KEY 20110505
3 Importing IT_PORT Call by reference Type reference (TYPE) IF_FPM_FEEDER_MODEL=>TY_T_PORT 20110505
4 Importing IV_ABBID Call by reference Type reference (TYPE) /PLMB/SPI_ABBID 20110504

Method CONSTRUCTOR on class /PLMU/CL_FRW_W_MODEL has no exception.

Method GET_ABBID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ABBID Value transfer Type reference (TYPE) /PLMB/SPI_ABBID 20110504

Method GET_ABBID on class /PLMU/CL_FRW_W_MODEL has no exception.

Method GET_INPORT_DATA_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DATA Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_W_DATA Wire Data 20130209

Method GET_INPORT_DATA_INTERNAL on class /PLMU/CL_FRW_W_MODEL has no exception.

Method GET_OUTPORT_DATA_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PORT_IDENTIFIER Call by reference Type reference (TYPE) FPM_MODEL_PORT_IDENTIFIER FPM: Model Port Identifier 20091015
2 Returning RO_DATA Value transfer Object reference (TYPE REF TO) /PLMU/IF_FRW_W_DATA UI Framework - Wire Data Container 20091015

Method GET_OUTPORT_DATA_INTERNAL on class /PLMU/CL_FRW_W_MODEL has no exception.

Method GET_UIBB_INSTANCE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_UIBB_INSTANCE_KEY Value transfer Type reference (TYPE) FPM_S_UIBB_INSTANCE_KEY 20110505

Method GET_UIBB_INSTANCE_KEY on class /PLMU/CL_FRW_W_MODEL has no exception.

Method HNDL_WIRE_DATA_IS_INVALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WIRE_DATA Value transfer Attribute reference (LIKE) 20100224

Method HNDL_WIRE_DATA_IS_INVALID on class /PLMU/CL_FRW_W_MODEL has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PORT Call by reference Type reference (TYPE) IF_FPM_FEEDER_MODEL=>TY_T_PORT Outport descriptions 20111209
2 Importing IV_ABBID Call by reference Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20111209

Method INITIALIZE on class /PLMU/CL_FRW_W_MODEL has no exception.

Method RAISE_EVENT_IS_ACTIVE Signature

Method RAISE_EVENT_IS_ACTIVE on class /PLMU/CL_FRW_W_MODEL has no parameter.
Method RAISE_EVENT_IS_ACTIVE on class /PLMU/CL_FRW_W_MODEL has no exception.
Event Signatures

Event AFTER_CREATION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_WIRE_MODEL Exporting Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL 20110505

Event AFTER_REINITIALIZATION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_WIRE_MODEL Exporting Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL Wire Model 20111213

Event BEFORE_REINITIALIZATION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_WIRE_MODEL Exporting Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL Wire Model 20111213

Event IS_ACTIVE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_WIRE_MODEL Exporting Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL UI Framework - Wire Helper 20091014

Event OUTPORT_DATA_TABED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_WIRE_MODEL Exporting Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL UI Framework - Wire Helper 20100428
History
Last changed by/on SAP  20130531 
SAP Release Created in 702