SAP CL_BSP_WD_HIST_MANAGER_BASE OO Class - History Manager Base Class









CL_BSP_WD_HIST_MANAGER_BASE 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_BSP_WD_HIST_MANAGER_BASE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_HISTORY_MANAGER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_HISTORY_MANAGER_DISP

Method list of CL_BSP_WD_HIST_MANAGER_BASE 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
CANCEL_RESTOREReset State to Be RecoveredPublic
CALL METHOD cl_bsp_wd_hist_manager_base=>CANCEL_RESTORE...more details

CHECK_RESTORE_CHANGES_LEAD_ENTChecks Whether Waiting Recovery Changes the Leading EntityPublic
CALL METHOD cl_bsp_wd_hist_manager_base=>CHECK_RESTORE_CHANGES_LEAD_ENT...more details

CHECK_RESTORE_CHANGES_TX_CTXTChecks Whether Waiting Recovery Changes the Leading EntityPublic
CALL METHOD cl_bsp_wd_hist_manager_base=>CHECK_RESTORE_CHANGES_TX_CTXT...more details

CHECK_RESTORE_CHANGES_WAChecks Whether Waiting Recovery Changes the Work AreaPublic
CALL METHOD cl_bsp_wd_hist_manager_base=>CHECK_RESTORE_CHANGES_WA...more details

CHECK_VIEW_ASSEMBLIES_EQUALPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>CHECK_VIEW_ASSEMBLIES_EQUAL...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_bsp_wd_hist_manager_base=>CONSTRUCTOR...more details

DO_BEFORE_ADDING_HIST_LINEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>DO_BEFORE_ADDING_HIST_LINE...more details

DO_ON_CHANGED_HISTORIC_STATEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>DO_ON_CHANGED_HISTORIC_STATE...more details

DO_ON_LEAVING_RESTORE_MODEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>DO_ON_LEAVING_RESTORE_MODE...more details

GET_CURRENT_STATE_IDPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_CURRENT_STATE_ID...more details

GET_NEXT_FRWD_REST_HISTGets the next restorable history item for the forward buttonPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_NEXT_FRWD_REST_HIST...more details

GET_NEXT_RESTORABLE_HISTORYGets the next restorable history item for the back buttonPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_NEXT_RESTORABLE_HISTORY...more details

GET_REP_VIEWPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_REP_VIEW...more details

GET_STATEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_STATE...more details

GET_STATE_ID_FROM_IDXPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_STATE_ID_FROM_IDX...more details

GET_VIEW_ASSEMBLYStore Current State as History EntryProtected
CALL METHOD cl_bsp_wd_hist_manager_base=>GET_VIEW_ASSEMBLY...more details

IS_ALL_HISTORY_NOT_RESTORABLEChecks whether all records in History are not restorablePrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>IS_ALL_HISTORY_NOT_RESTORABLE...more details

ON_BOL_RESET_FINISHEDPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_BOL_RESET_FINISHED...more details

ON_BOL_RESET_TRIGGEREDPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_BOL_RESET_TRIGGERED...more details

ON_END_OF_NAVIGATIONPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_END_OF_NAVIGATION...more details

ON_ENTITY_DELETEDPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_ENTITY_DELETED...more details

ON_HISTORY_TRIGGEREvent Handler for History QueryPublic
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_HISTORY_TRIGGER...more details

ON_NAVIGATION_STEPPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_NAVIGATION_STEP...more details

ON_START_OF_NAVIGATIONPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>ON_START_OF_NAVIGATION...more details

RESTORE_STATEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>RESTORE_STATE...more details

RESTORE_VIEW_STATERestore Current State as History EntryProtected
CALL METHOD cl_bsp_wd_hist_manager_base=>RESTORE_VIEW_STATE...more details

SET_ACTIVEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>SET_ACTIVE...more details

SET_INACTIVEPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>SET_INACTIVE...more details

STORE_VIEW_STATEStore Current State as History EntryProtected
CALL METHOD cl_bsp_wd_hist_manager_base=>STORE_VIEW_STATE...more details

WRITE_EXCEPTIONPrivate
CALL METHOD cl_bsp_wd_hist_manager_base=>WRITE_EXCEPTION...more details



CL_BSP_WD_HIST_MANAGER_BASE 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
CANCELING_RESTOREInstance AttributeLIKE
Private
CO_MODE_NORMALConstantNormal Operation Mode'N'LIKE
CHAR1
Protected
CO_MODE_RESTOREConstantRestore Operation Mode'R'LIKE
CHAR1
Protected
CURRENT_STATE_LINEInstance AttributeLIKE
Private
ENTRY_IDInstance AttributeNatural NumberLIKE
INT4
Protected
HISTORYInstance AttributeHistoryLIKE
HISTORY_TAB
Protected
LOGGING_ACTIVEInstance AttributeLIKE
Private
MAX_HIST_ENTRIESInstance AttributeMaximum Number of History Entries0LIKE
I
Protected
MODEInstance AttributeOperation ModeCO_MODE_NORMALLIKE
CHAR1
Protected
NAVIGATION_ACTIVEInstance AttributeLIKE
Private
NO_DUPLICATE_ENTRIESInstance AttributeIndicator: History Recording Without Duplicated EntriesABAP_FALSELIKE
ABAP_BOOL
Protected
RESTORE_STACKInstance AttributeTable of Uninterrupted RestoresLIKE
LTY_STATE_ID_TAB
Protected
SAVED_TABIXInstance AttributeIndex of Internal TablesLIKE
SYTABIX
Protected
STATE_COUNTInstance AttributeState ID Counter0LIKE
I
Protected
STATE_TO_RESTOREInstance AttributeIndex of State to Be RecoveredLIKE
SYTABIX
Public
VIEW_MANAGERInstance AttributeView Manager - Web DynproLIKE
CL_BSP_WD_VIEW_MANAGER
Protected


Events of Class CL_BSP_WD_HIST_MANAGER_BASE

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... RESET -
STATE_CREATED -
STATE_DELETED -
STATE_RESTORED -



CL_BSP_WD_HIST_MANAGER_BASE types

HISTORY_LINE -
HISTORY_TAB -
LTY_STATE_ID_TAB -
VIEW_STATE -
VIEW_STATE_TAB -

Links to Related Class(s)

CL_BSP_W...
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!