SAP ABAP Data Element BSP_WD_HIST_MANAGER_TYPE (History Manager Type)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-RT (Application Component) UI Runtime Environment
     CRM_BSP_WD_CUST (Package) Customizing Objects for the WebClient UI Framework Runtime
Basic Data
Data Element BSP_WD_HIST_MANAGER_TYPE
Short Description History Manager Type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BSP_WD_HIST_MANAGER_TYPE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Hist. Type 
Medium 15 History Type 
Long 20 History Type 
Heading 30 History Manager Type 
Documentation

Definition

The History Manager type defines the behavior of the application history.You can choose from two models:

  • The simple history stack.This history contains all previous pages as a direct path. If you go back in the history and navigate from a historical state/page to a new one, the old part of the path is deleted.
  • Advanced history logic. This history contains all previous pages from the beginning of the user action. Any state/page visited more than once by the user changes its position in the history. Each page therefore occurs only once in the history, no states/pages are deleted from the history.

Use

Choose the manager type of the application history corresponding to the behavior you require.

Dependencies

The history manager type you choose can influence the behavior of the 'Back' or 'Completed' pushbuttons.

Example

  • The simple history stack: Historical states A - B - C. Go back to historical state B. Then navigate to historical state D. Now the history is A - B - D. State C was deleted.
  • Advanced history logic: Historical states A - B - C. Go back to historical state B. Then navigate to state D. Now the history is A - B - C - D. Navigate to state A. Now the history is B - C - D - A.

History
Last changed by/on SAP  20080523 
SAP Release Created in 747