SAP CL_PERSISTENCY_MANAGER_TRG OO Class - Treasury Position Management: Persistence Service
CL_PERSISTENCY_MANAGER_TRG is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_PERSISTENCY_MANAGER_TRG including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_PERSISTENCY_MANAGER_TRG SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CLASS_CONSTRUCTOR | Private | |
| CALL METHOD cl_persistency_manager_trg=>CLASS_CONSTRUCTOR...more details | ||
| CLS_GET_HR_FOR_HEDGES | Public | |
| CALL METHOD cl_persistency_manager_trg=>CLS_GET_HR_FOR_HEDGES...more details | ||
| CLS_GET_PERSISTENCY_MANAGER | Reads Persistence Service | Public |
| CALL METHOD cl_persistency_manager_trg=>CLS_GET_PERSISTENCY_MANAGER...more details | ||
| END | Reset Update Data (Called internally) | Public |
| CALL METHOD cl_persistency_manager_trg=>END...more details | ||
| FINISH | End OO-Transaction | Public |
| CALL METHOD cl_persistency_manager_trg=>FINISH...more details | ||
| GET_TAB_CURR | Reads Table with Current Data | Public |
| CALL METHOD cl_persistency_manager_trg=>GET_TAB_CURR...more details | ||
|
| ||
| GET_TAB_DB | Reads Table with Data from Database | Public |
| CALL METHOD cl_persistency_manager_trg=>GET_TAB_DB...more details | ||
| GET_TAB_DEL | Reads Table with Database Deletes | Public |
| CALL METHOD cl_persistency_manager_trg=>GET_TAB_DEL...more details | ||
| GET_TAB_INS | Reads Table with Database Inserts | Public |
| CALL METHOD cl_persistency_manager_trg=>GET_TAB_INS...more details | ||
| GET_TAB_OLD_NEW | Reads Tables of Old Statua vs. New Status | Public |
| CALL METHOD cl_persistency_manager_trg=>GET_TAB_OLD_NEW...more details | ||
| GET_TAB_UPD | Reads Table with Database Updates | Public |
| CALL METHOD cl_persistency_manager_trg=>GET_TAB_UPD...more details | ||
| INIT | Initialization of Persistence Service | Public |
| CALL METHOD cl_persistency_manager_trg=>INIT...more details | ||
| RESET | Reset Update Data (Called internally) | Public |
| CALL METHOD cl_persistency_manager_trg=>RESET...more details | ||
| SAVE | Update (Called internally) | Public |
| CALL METHOD cl_persistency_manager_trg=>SAVE...more details | ||
| SET_TAB_CURR | Fill Internal Table with Current Data Status | Public |
| CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR...more details | ||
| SET_TAB_CURR_DEL | Deletes Entries for Current Data Status | Public |
| CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR_DEL...more details | ||
| SET_TAB_CURR_INS | Adds New Entries to Current Data Status | Public |
| CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR_INS...more details | ||
| SET_TAB_CURR_UPD | Changes Existing Entries of Current Dataset | Public |
| CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR_UPD...more details | ||
| SET_TAB_DB | Fill Internal Table with Data from Database | Public |
| CALL METHOD cl_persistency_manager_trg=>SET_TAB_DB...more details | ||
CL_PERSISTENCY_MANAGER_TRG attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CLS_PERSISTENCY_MANAGER | Static Attribute | Active Persistence Service | LIKE CL_PERSISTENCY_MANAGER_TRG | Public | |
| CLS_RESET_MODULES | Static Attribute | RESET- FMs | LIKE TRGY_PERS | Private | |
| CLS_SAVE_MODULES | Static Attribute | SAVE - FMs | LIKE TRGY_PERS | Private | |
| CLS_TAB_PERSISTENCY_MANAGER | Static Attribute | All Persistence Services | LIKE L_TYP_TAB_PM | Private | |
| CON_PM_END | Constant | Persistence Service Saved | 'E' | LIKE CHAR1 | Private |
| CON_PM_INITIALIZED | Constant | Persistence Service Initialized | 'I' | LIKE CHAR1 | Private |
| CON_PM_RESET | Constant | Persistence Service Reset | 'R' | LIKE CHAR1 | Private |
| CON_PM_SAVED | Constant | Persistence Service Saved | 'S' | LIKE CHAR1 | Private |
| OO_TRANSACTION | Instance Attribute | OO-Transaction | LIKE IF_OS_TRANSACTION | Private | |
| STATE | Instance Attribute | Persistence Service Status | LIKE CHAR1 | Private | |
| TAS_UPD_OBJECT | Instance Attribute | Data Objects to Be Updated | LIKE L_TYP_TAS_UPD_OBJECT | Private |
Links to Related Class(s)
CL_PERSI...Full list of available SAP object classes
Search for further information about these or an SAP related objects