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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
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 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_APPL_MODEL_POOL | 20110427 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /PLMU/IWCI_WDI_FRW_W_GET_DATA | 20091010 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_CONN | 20091010 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20110505 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_FPM_FEEDER_MODEL=>TY_T_PORT | 20110505 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GTY_T_PORT_DATA | 20091010 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /PLMB/SPI_ABBID | 20110504 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 20111213 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20091013 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20110427 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20091010 |
3 | ![]() |
Instance method | Public | Method | 20110504 | |
4 | ![]() |
Instance method | Public | Method | 20130209 | |
5 | ![]() |
Instance method | Public | Method | Provides the runtime data object for an outport | 20091015 |
6 | ![]() |
Instance method | Public | Method | 20110505 | |
7 | ![]() |
Instance method | Private | Event handling method | 20100212 | |
8 | ![]() |
Instance method | Public | Method | 20111209 | |
9 | ![]() |
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 | ![]() |
IO_CALLBACK | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20091010 | |||
2 | ![]() |
IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20110505 | |||
3 | ![]() |
IT_PORT | Call by reference | Type reference (TYPE) | IF_FPM_FEEDER_MODEL=>TY_T_PORT | 20110505 | |||
4 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_PORT_IDENTIFIER | Call by reference | Type reference (TYPE) | FPM_MODEL_PORT_IDENTIFIER | FPM: Model Port Identifier | 20091015 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IT_PORT | Call by reference | Type reference (TYPE) | IF_FPM_FEEDER_MODEL=>TY_T_PORT | Outport descriptions | 20111209 | ||
2 | ![]() |
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 |