SAP ABAP Class /PLMU/CL_FRW_G_OVS_CNTRL (OVS Controller)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
⤷
⤷
Properties
| Class | /PLMU/CL_FRW_G_OVS_CNTRL | |
| Short Description | OVS Controller | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_GUIBB | UI Framework: Generic UI Building Blocks |
| Created | 20090924 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_G_OVS_CNTRL has no forward declaration.
Interfaces
Class /PLMU/CL_FRW_G_OVS_CNTRL has no interface implemented.
Friends
Class /PLMU/CL_FRW_G_OVS_CNTRL 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_G_OVS_CNTRL | 20120704 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | GTY_T_OVS_HANDLER | 20090924 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | GTY_T_OVS_HANDLER_ASSIGNMENT | 20090924 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120704 | ||
| 2 | Instance method | Private | Method | 20090924 | ||
| 3 | Instance method | Public | Method | 20090924 | ||
| 4 | Instance method | Public | Method | 20090924 | ||
| 5 | Instance method | Public | Method | 20090924 | ||
| 6 | Instance method | Public | Method | 20090924 | ||
| 7 | Static method | Public | Method | 20090924 |
Events
Class /PLMU/CL_FRW_G_OVS_CNTRL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_OVS_HANDLER | Private | See coding | 20090924 | BEGIN OF gty_s_ovs_handler,
ovs_handler_class_name TYPE seoclname,
ovs_handler_instance TYPE REF TO /plmu/if_frw_g_ovs,
END OF gty_s_ovs_handler
|
||
| 2 | GTY_S_OVS_HANDLER_ASSIGNMENT | Private | See coding | 20090924 | BEGIN OF gty_s_ovs_handler_assignment,
uibb_instance_key TYPE fpm_S_uibb_instance_key,
field_name TYPE fieldname,
ovs_handler_class_name TYPE seoclname,
ovs_handler_instance TYPE REF TO /plmu/if_frw_g_ovs,
END OF gty_s_ovs_handler_assignment
|
||
| 3 | GTY_T_OVS_HANDLER | Private | See coding | 20090924 | gty_t_ovs_handler TYPE SORTED TABLE OF gty_s_ovs_handler
WITH UNIQUE KEY ovs_handler_class_name
|
||
| 4 | GTY_T_OVS_HANDLER_ASSIGNMENT | Private | See coding | 20090924 | gty_t_ovs_handler_assignment TYPE SORTED TABLE OF gty_s_ovs_handler_assignment
WITH UNIQUE KEY uibb_instance_key field_name
|
Method Signatures
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_G_OVS_CNTRL | OVS Controller | 20120704 |
Method GET_INSTANCE on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
Method GET_OVS_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20120704 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20090924 | ||||
| 3 | RO_OVS_HANDLER | Value transfer | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_OVS | 20090924 |
Method GET_OVS_HANDLER on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
Method HANDLE_PHASE_0 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090924 | ||||
| 2 | IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20120704 | ||||
| 3 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20090924 |
Method HANDLE_PHASE_0 on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
Method HANDLE_PHASE_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090924 | ||||
| 2 | IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20120704 | ||||
| 3 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20090924 |
Method HANDLE_PHASE_1 on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
Method HANDLE_PHASE_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090924 | ||||
| 2 | IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20120704 | ||||
| 3 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20090924 |
Method HANDLE_PHASE_2 on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
Method HANDLE_PHASE_3 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090924 | ||||
| 2 | IS_UIBB_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20120704 | ||||
| 3 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20090924 |
Method HANDLE_PHASE_3 on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
Method SET_OVS_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK_PROXY | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_CALLBACK_PROXY | UI Framework - GUIBB feeder class | 20101021 | |||
| 2 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLNAME | Class Name | 20090924 | |||
| 3 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20090924 |
Method SET_OVS_HANDLER on class /PLMU/CL_FRW_G_OVS_CNTRL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |