SAP ABAP Class /PLMU/CL_FRW_DO_TX_CNTRL (Dependent Object (DO) Transaction Controller)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_FUIBB (Package) UI Framework: Freestyle UI Building Blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_DO_TX_CNTRL | Dependent Object (DO) Transactional Controller | 20081022 |
Properties
| Class | /PLMU/CL_FRW_DO_TX_CNTRL | |
| Short Description | Dependent Object (DO) Transaction Controller | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_FUIBB | UI Framework: Freestyle UI Building Blocks |
| Created | 20081022 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_DO_TX_CNTRL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMU/IF_FRW_DO_TX_CNTRL | Dependent Object (DO) Transactional Controller | 20081022 |
Friends
Class /PLMU/CL_FRW_DO_TX_CNTRL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'PLMUIFRW_VCUIE_DO_CNTRL' | 20081022 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_APPL_MODEL_POOL | UI Framework - Pool of Application Models | 20090808 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_MESSAGE_MANAGER | UI Framework - Application Model | 20090808 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | GTY_T_DO_CNTRL | 20090316 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | CHAR4 | Index of Internal Tables | 20081127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081022 | ||
| 2 | Instance method | Public | Method | 20090116 | ||
| 3 | Instance method | Public | Method | 20081022 | ||
| 4 | Static method | Public | Constructor | 20090808 | ||
| 5 | Static method | Public | Method | 20081022 | ||
| 6 | Instance method | Public | Method | 20090311 | ||
| 7 | Instance method | Public | Method | 20081022 | ||
| 8 | Static method | Public | Method | 20090211 | ||
| 9 | Instance method | Public | Method | 20090116 | ||
| 10 | Static method | Public | Method | 20090316 | ||
| 11 | Instance method | Public | Method | 20081022 |
Events
Class /PLMU/CL_FRW_DO_TX_CNTRL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_DO_CNTRL | Private | See coding | 20090902 | BEGIN OF gty_s_do_cntrl,
view_cntrl TYPE REF TO if_wd_view_controller,
do_usage TYPE string,
END OF gty_s_do_cntrl
|
||
| 2 | GTY_T_DO_CNTRL | Private | See coding | 20090902 | gty_t_do_cntrl TYPE SORTED TABLE OF gty_s_do_cntrl
WITH UNIQUE KEY view_cntrl
|
Method Signatures
Method AFTER_COMMIT Signature
Method AFTER_COMMIT on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method AFTER_COMMIT on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method AFTER_ROLLBACK Signature
Method AFTER_ROLLBACK on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method AFTER_ROLLBACK on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method CHECK_BEFORE_SAVE Signature
Method CHECK_BEFORE_SAVE on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method CHECK_BEFORE_SAVE on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method EMBED_DO_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20081022 |
Method EMBED_DO_CONTROLLER on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method HAS_UPDATE_ERRORS Signature
Method HAS_UPDATE_ERRORS on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method HAS_UPDATE_ERRORS on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method IS_DIRTY Signature
Method IS_DIRTY on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method IS_DIRTY on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method ON_CLOSE Signature
Method ON_CLOSE on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method ON_CLOSE on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method REFRESH_BUFFER Signature
Method REFRESH_BUFFER on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method REFRESH_BUFFER on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method REMOVE_DO_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20090316 |
Method REMOVE_DO_CONTROLLER on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
Method SAVE Signature
Method SAVE on class /PLMU/CL_FRW_DO_TX_CNTRL has no parameter.
Method SAVE on class /PLMU/CL_FRW_DO_TX_CNTRL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |