SAP ABAP Class /PLMU/CL_FRW_W_CREATOR (Wire Creator)
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_CREATOR | |
| Short Description | Wire Creator | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_SERVICES | UI Framework: Services |
| Created | 20110428 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /PLMU/CL_FRW_W_CREATOR has no interface implemented.
Friends
Class /PLMU/CL_FRW_W_CREATOR 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_W_CREATOR | 20110428 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | GTY_T_TABBED | 20110428 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 20110428 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110428 | ||
| 2 | Instance method | Private | Method | 20110428 | ||
| 3 | Instance method | Private | Method | 20110428 | ||
| 4 | Instance method | Private | Method | 20110428 | ||
| 5 | Instance method | Private | Method | 20110428 | ||
| 6 | Instance method | Private | Method | 20110428 | ||
| 7 | Static method | Public | Method | 20110428 | ||
| 8 | Instance method | Private | Event handling method | 20110428 | ||
| 9 | Instance method | Private | Event handling method | 20110428 | ||
| 10 | Instance method | Public | Method | 20110428 |
Events
Class /PLMU/CL_FRW_W_CREATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_TABBED | Public | See coding | 20110428 | BEGIN OF gty_s_tabbed,
uibb_key TYPE fpm_s_uibb_key,
source_uibb_instance_key TYPE fpm_s_uibb_instance_key,
END OF gty_s_tabbed
|
||
| 2 | GTY_S_WIRE_DATA | Private | See coding | 20110428 | BEGIN OF gty_s_wire_data ,
variant_id type fpm_variant_id.
INCLUDE TYPE if_fpm_wire_model=>ty_s_wire_data as wire_data.
types: END OF gty_s_wire_data
|
||
| 3 | GTY_T_TABBED | Public | See coding | 20110428 | gty_t_tabbed TYPE SORTED TABLE OF gty_s_tabbed
WITH UNIQUE KEY uibb_key-COMPONENT uibb_key-config_key
|
||
| 4 | GTY_T_WIRE_DATA | Private | See coding | 20110428 | gty_t_wire_data TYPE STANDARD TABLE OF gty_s_wire_data
WITH DEFAULT KEY
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IS_ACTIVE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20110428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Wiring Exception (static) | 20110428 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WIRE | Call by reference | Object reference (TYPE REF TO) | IF_FPM_WIRE_MODEL | Interface for Communication FPM App CC. Wire Model | 20110428 | |||
| 2 | IT_WIRE_DATA | Call by reference | Type reference (TYPE) | GTY_T_WIRE_DATA | 20110428 |
Method CREATE on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method CREATE_DEFAULT_WIRE_OIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OIF | Call by reference | Object reference (TYPE REF TO) | IF_FPM_OIF | Interface for Communication FPM App CC | 20110428 |
Method CREATE_DEFAULT_WIRE_OIF on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method CREATE_DEFAULT_WIRE_TABBED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABBED | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TABBED | Tabbed UIBB API | 20110428 |
Method CREATE_DEFAULT_WIRE_TABBED on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method EXTRACT_UIBBS_OIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBB | Call by reference | Type reference (TYPE) | IF_FPM_OIF=>TY_T_UIBB_EXT | Table of UIBB keys (with location in OIF) | 20110428 | |||
| 2 | IO_OIF | Call by reference | Object reference (TYPE REF TO) | IF_FPM_OIF | Interface for Communication FPM App CC | 20110428 |
Method EXTRACT_UIBBS_OIF on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method EXTRACT_UIBBS_TABBED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBB | Call by reference | Type reference (TYPE) | IF_FPM_TABBED=>TY_T_UIBB_TAB_EXT | Table of UIBB keys (with location in OIF) | 20110428 | |||
| 2 | IO_TABBED | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TABBED | Tabbed UIBB API | 20110428 |
Method EXTRACT_UIBBS_TABBED on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_CREATOR | 20110428 |
Method GET_INSTANCE on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method HNDL_AFTER_OVERR_CONFIG_TABBED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABBED | Value transfer | Attribute reference (LIKE) | 20110428 |
Method HNDL_AFTER_OVERR_CONFIG_TABBED on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method HNDL_AFTER_OVERR_EVENT_OIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OIF | Value transfer | Attribute reference (LIKE) | 20110428 |
Method HNDL_AFTER_OVERR_EVENT_OIF on class /PLMU/CL_FRW_W_CREATOR has no exception.
Method REGISTER_TABBED_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TABBED_ROOT_UIBB | Call by reference | Type reference (TYPE) | GTY_S_TABBED | 20110428 |
Method REGISTER_TABBED_ROOT on class /PLMU/CL_FRW_W_CREATOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |