SAP ABAP Class CL_RSODSO_GUI_STACK_CTRL (Stack control)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_GUI (Package) UI Framework for DataStore objects
Properties
Class CL_RSODSO_GUI_STACK_CTRL  
Short Description Stack control    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODSO_GUI   UI Framework for DataStore objects 
Created 20130212   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSODSO_GUI_STACK_CTRL has no interface implemented.
Friends
Class CL_RSODSO_GUI_STACK_CTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_MAX_VERSION Constant Protected Type reference (TYPE) INT4 50 Natural number 20130212
2 OR_VERSION_A Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_GUI_DATASTORE Version Stack 20130212
3 OR_VERSION_D Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_GUI_DATASTORE Version Stack 20130212
4 OR_VERSION_M Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_GUI_DATASTORE Version Stack 20130212
5 OR_VERSION_N Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_GUI_DATASTORE Version Stack 20130212
6 OT_REDO_STACK Instance attribute Protected Type reference (TYPE) RSODSO_T_GUI_VERSION Version Stack 20130624
7 OT_VERSION_STACK Instance attribute Protected Type reference (TYPE) RSODSO_T_GUI_VERSION Version Stack 20130212
8 O_OBJVERS Instance attribute Protected Type reference (TYPE) RSOBJVERS Object version 20130212
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTIVE_VERSION Instance method Public Method 20130212
2 GET_M_A_IDENTICAL Instance method Public Method 20130215
3 GET_NUM_REDO Instance method Public Method 20130624
4 GET_NUM_UNDO Instance method Public Method 20130624
5 GET_N_M_IDENTICAL Instance method Public Method 20130215
6 GET_VERSION Instance method Public Method 20130212
7 GET_VERSION_EXISTS Instance method Public Method 20130215
8 GET_VERS_DESCR Instance method Public Method 20130624
9 N_CREATE_FROM_M Instance method Public Method 20130212
10 N_CREATE_NEW_TYPE Instance method Public Method 20130214
11 N_CREATE_NEW_VERSION Instance method Public Method 20130212
12 N_MOVE_TO_REDO_STACK Instance method Protected Method 20130624
13 N_MOVE_TO_STACK Instance method Protected Method 20130214
14 REDO Instance method Public Method 20130624
15 RESET Instance method Public Method 20130212
16 RESET_STACK Instance method Public Method 20130624
17 SET_ACTIVE_VERSION Instance method Public Method 20130212
18 SET_VERSION Instance method Public Method 20130212
19 UNDO Instance method Public Method 20130624
Events
Class CL_RSODSO_GUI_STACK_CTRL has no event.
Types
Class CL_RSODSO_GUI_STACK_CTRL has no local type.
Method Signatures

Method GET_ACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS Representation of a DataStore object 20130212

Method GET_ACTIVE_VERSION on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_M_A_IDENTICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IDENTICAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20130215

Method GET_M_A_IDENTICAL on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_NUM_REDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NUM_REDO Value transfer Type reference (TYPE) INT4 Natural number 20130624

Method GET_NUM_REDO on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_NUM_UNDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NUM_UNDO Value transfer Type reference (TYPE) INT4 Natural number 20130624

Method GET_NUM_UNDO on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_N_M_IDENTICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IDENTICAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20130215

Method GET_N_M_IDENTICAL on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS 20130704
2 Returning RR_DATASTORE Value transfer Object reference (TYPE REF TO) CL_RSODSO_GUI_DATASTORE Representation of a DataStore object 20130212

Method GET_VERSION on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_VERSION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130215
2 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20130215

Method GET_VERSION_EXISTS on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method GET_VERS_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCR_REDO Call by reference Type reference (TYPE) RSODSO_T_VERS_DESCR Versions 20130624
2 Exporting ET_DESCR_UNDO Call by reference Type reference (TYPE) RSODSO_T_VERS_DESCR Versions 20130624

Method GET_VERS_DESCR on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method N_CREATE_FROM_M Signature

Method N_CREATE_FROM_M on class CL_RSODSO_GUI_STACK_CTRL has no parameter.
Method N_CREATE_FROM_M on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method N_CREATE_NEW_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) RSDODSOTYPE Type of DataStore Object 20130214

Method N_CREATE_NEW_TYPE on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method N_CREATE_NEW_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCR Call by reference Type reference (TYPE) RSODSO_GUI_DESCR Short description 20130624

Method N_CREATE_NEW_VERSION on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method N_MOVE_TO_REDO_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCR Call by reference Type reference (TYPE) RSODSO_GUI_DESCR Short description 20130624

Method N_MOVE_TO_REDO_STACK on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method N_MOVE_TO_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCR Call by reference Type reference (TYPE) RSODSO_GUI_DESCR Short description 20130624
2 Importing I_PRESERVE_REDO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130624

Method N_MOVE_TO_STACK on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method REDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSITION Call by reference Type reference (TYPE) RSPOSIT 1 Position of the Field in the Structure / Table 20130624

Method REDO on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method RESET Signature

Method RESET on class CL_RSODSO_GUI_STACK_CTRL has no parameter.
Method RESET on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method RESET_STACK Signature

Method RESET_STACK on class CL_RSODSO_GUI_STACK_CTRL has no parameter.
Method RESET_STACK on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method SET_ACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130212

Method SET_ACTIVE_VERSION on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method SET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATASTORE Call by reference Object reference (TYPE REF TO) CL_RSODSO_GUI_DATASTORE Representation of a DataStore object 20130212
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130212

Method SET_VERSION on class CL_RSODSO_GUI_STACK_CTRL has no exception.

Method UNDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSITION Call by reference Type reference (TYPE) RSPOSIT 1 Position of the Field in the Structure / Table 20130624

Method UNDO on class CL_RSODSO_GUI_STACK_CTRL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740