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 NameDescriptionVisability
CLASS_CONSTRUCTORPrivate
CALL METHOD cl_persistency_manager_trg=>CLASS_CONSTRUCTOR...more details

CLS_GET_HR_FOR_HEDGESPublic
CALL METHOD cl_persistency_manager_trg=>CLS_GET_HR_FOR_HEDGES...more details

CLS_GET_PERSISTENCY_MANAGERReads Persistence ServicePublic
CALL METHOD cl_persistency_manager_trg=>CLS_GET_PERSISTENCY_MANAGER...more details

ENDReset Update Data (Called internally)Public
CALL METHOD cl_persistency_manager_trg=>END...more details

FINISHEnd OO-TransactionPublic
CALL METHOD cl_persistency_manager_trg=>FINISH...more details

GET_TAB_CURRReads Table with Current DataPublic
CALL METHOD cl_persistency_manager_trg=>GET_TAB_CURR...more details

GET_TAB_DBReads Table with Data from DatabasePublic
CALL METHOD cl_persistency_manager_trg=>GET_TAB_DB...more details

GET_TAB_DELReads Table with Database DeletesPublic
CALL METHOD cl_persistency_manager_trg=>GET_TAB_DEL...more details

GET_TAB_INSReads Table with Database InsertsPublic
CALL METHOD cl_persistency_manager_trg=>GET_TAB_INS...more details

GET_TAB_OLD_NEWReads Tables of Old Statua vs. New StatusPublic
CALL METHOD cl_persistency_manager_trg=>GET_TAB_OLD_NEW...more details

GET_TAB_UPDReads Table with Database UpdatesPublic
CALL METHOD cl_persistency_manager_trg=>GET_TAB_UPD...more details

INITInitialization of Persistence ServicePublic
CALL METHOD cl_persistency_manager_trg=>INIT...more details

RESETReset Update Data (Called internally)Public
CALL METHOD cl_persistency_manager_trg=>RESET...more details

SAVEUpdate (Called internally)Public
CALL METHOD cl_persistency_manager_trg=>SAVE...more details

SET_TAB_CURRFill Internal Table with Current Data StatusPublic
CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR...more details

SET_TAB_CURR_DELDeletes Entries for Current Data StatusPublic
CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR_DEL...more details

SET_TAB_CURR_INSAdds New Entries to Current Data StatusPublic
CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR_INS...more details

SET_TAB_CURR_UPDChanges Existing Entries of Current DatasetPublic
CALL METHOD cl_persistency_manager_trg=>SET_TAB_CURR_UPD...more details

SET_TAB_DBFill Internal Table with Data from DatabasePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
CLS_PERSISTENCY_MANAGERStatic AttributeActive Persistence ServiceLIKE
CL_PERSISTENCY_MANAGER_TRG
Public
CLS_RESET_MODULESStatic AttributeRESET- FMsLIKE
TRGY_PERS
Private
CLS_SAVE_MODULESStatic AttributeSAVE - FMsLIKE
TRGY_PERS
Private
CLS_TAB_PERSISTENCY_MANAGERStatic AttributeAll Persistence ServicesLIKE
L_TYP_TAB_PM
Private
CON_PM_ENDConstantPersistence Service Saved'E'LIKE
CHAR1
Private
CON_PM_INITIALIZEDConstantPersistence Service Initialized'I'LIKE
CHAR1
Private
CON_PM_RESETConstantPersistence Service Reset'R'LIKE
CHAR1
Private
CON_PM_SAVEDConstantPersistence Service Saved'S'LIKE
CHAR1
Private
OO_TRANSACTIONInstance AttributeOO-TransactionLIKE
IF_OS_TRANSACTION
Private
STATEInstance AttributePersistence Service StatusLIKE
CHAR1
Private
TAS_UPD_OBJECTInstance AttributeData Objects to Be UpdatedLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!