SAP ABAP Class /PLMU/CL_FRW_W_MODEL_CONTAINER (Wire Model Container)
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
⤷
⤷
Properties
| Class | /PLMU/CL_FRW_W_MODEL_CONTAINER | |
| Short Description | Wire Model Container | |
| 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 | 20091014 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_W_MODEL_CONTAINER has no forward declaration.
Interfaces
Class /PLMU/CL_FRW_W_MODEL_CONTAINER has no interface implemented.
Friends
Class /PLMU/CL_FRW_W_MODEL_CONTAINER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_MODEL | UI Framework - Wire Helper | 20091014 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GTY_T_SUBSCRIPTIONS | 20091014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20091014 | ||
| 2 | Instance method | Public | Method | 20091014 | ||
| 3 | Instance method | Private | Event handling method | 20091014 | ||
| 4 | Instance method | Public | Method | 20091014 | ||
| 5 | Instance method | Public | Method | 20111213 |
Events
Class /PLMU/CL_FRW_W_MODEL_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_SUBSCRIPTIONS | Public | See coding | 20091014 | BEGIN OF gty_s_subscriptions ,
wire_model type REF TO /plmu/cl_frw_w_model,
port_identifier type fpm_model_port_identifier,
END OF gty_s_subscriptions
|
||
| 2 | GTY_T_SUBSCRIPTIONS | Public | See coding | 20091014 | gty_t_subscriptions TYPE SORTED TABLE OF gty_s_subscriptions
WITH UNIQUE KEY wire_model
|
Method Signatures
Method GET_SUBSCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUBSCRIPTIONS | Call by reference | Type reference (TYPE) | GTY_T_SUBSCRIPTIONS | 20091014 |
Method GET_SUBSCRIPTIONS on class /PLMU/CL_FRW_W_MODEL_CONTAINER has no exception.
Method GET_WIRE_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_WIRE_MODEL | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_MODEL | UI Framework - Wire Helper | 20091014 | |||
| 2 | EV_PORT_IDENTIFIER | Call by reference | Type reference (TYPE) | FPM_MODEL_PORT_IDENTIFIER | FPM Wire Model: Port Identifier | 20091014 |
Method GET_WIRE_MODEL on class /PLMU/CL_FRW_W_MODEL_CONTAINER has no exception.
Method HNDL_IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WIRE_MODEL | Call by reference | Attribute reference (LIKE) | 20091014 |
Method HNDL_IS_ACTIVE on class /PLMU/CL_FRW_W_MODEL_CONTAINER has no exception.
Method SUBSCRIBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WIRE_MODEL | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_MODEL | UI Framework - Wire Helper | 20091014 | |||
| 2 | IV_PORT_IDENTIFIER | Call by reference | Type reference (TYPE) | FPM_MODEL_PORT_IDENTIFIER | FPM Wire Model: Port Identifier | 20091014 |
Method SUBSCRIBE on class /PLMU/CL_FRW_W_MODEL_CONTAINER has no exception.
Method UNSUBSCRIBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WIRE_MODEL | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_MODEL | UI Framework - Wire Helper | 20111213 |
Method UNSUBSCRIBE on class /PLMU/CL_FRW_W_MODEL_CONTAINER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |