SAP ABAP Class CL_RECA_WB_GUI_REQ_STACK (Display for Request Stack Manager)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_WB (Package) RE: Workbench (Object Manager)
Properties
Class CL_RECA_WB_GUI_REQ_STACK  
Short Description Display for Request Stack Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_CA_WB   RE: Workbench (Object Manager) 
Created 20030114   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RECAW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RECA_WB_GUI_REQ_STACK has no interface implemented.
Friends
Class CL_RECA_WB_GUI_REQ_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_STACK_CLOSE Constant Private Type reference (TYPE) UI_FUNC 'STACKCLOSE' Function Code 20030114
2 MC_STACK_INFO Constant Private Type reference (TYPE) UI_FUNC 'STACKINFO' Function Code 20030114
3 MC_STACK_NEXT Constant Private Type reference (TYPE) UI_FUNC 'STACKNEXT' Function Code 20030114
4 MC_STACK_PREV Constant Private Type reference (TYPE) UI_FUNC 'STACKPREV' Function Code 20030114
5 MC_STRUCTURE_NAME Constant Private Type reference (TYPE) TABNAME 'RECA_WB_OBJECT_STACK_L' Structure Name of Stack 20030114
6 MD_SELECTED_ROW Instance attribute Private Type reference (TYPE) SYTABIX Selected Rows (Buffer) 20030114
7 MF_UPDATE_NEEDED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Bool: Update 20030114
8 MO_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20030114
9 MO_OBJECT_STACK Instance attribute Private Object reference (TYPE REF TO) CL_RECA_WB_REQUEST_STACK Stack Manager for Requests 20030114
10 MO_WINDOW Instance attribute Private Object reference (TYPE REF TO) CL_RECA_WB_WINDOW Window for Stack 20030114
11 MT_OBJECT_STACK Instance attribute Private Type reference (TYPE) MTYPE_T_OBJECT_STACK Object Stack: List Fields 20030114
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030114
2 HANDLE_DOUBLE_CLICK Instance method Private Event handling method Handler: ALV Double-Click 20030114
3 HANDLE_MANAGER_PBO Instance method Private Event handling method Handler: Manager PBO Processed 20030114
4 HANDLE_STACK_DATA_UPDATE Instance method Private Event handling method Handler: Stack Data Has Changed 20030114
5 HANDLE_STACK_POS_UPDATE Instance method Private Event handling method Handler: Stack Position Changed 20030114
6 HANDLE_TOOLBAR Instance method Private Event handling method Handler: ALV Toolbar 20030114
7 HANDLE_USER_COMMAND Instance method Private Event handling method Handler: ALV User Command 20030114
8 REFRESH Instance method Public Method Update of List 20030114
9 SHOW Instance method Public Method Display Stack in Modeless Window 20030114
10 _CREATE_FIELDCAT Instance method Private Method Create Field Catalog 20030114
11 _CREATE_GRID Instance method Private Method Create ALV Grid 20030114
12 _FILL_OBJECT_STACK Instance method Private Method Fill Object Stack 20030114
13 _REFRESH_MARK Instance method Private Method Update Selection 20030114
Events
# Event Type Visibility Description Created on
1 STACK_POSITION_CHANGED Instance Event
(0)
Public
(2)
Event: Stack Position Changed 20030114
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_T_OBJECT_STACK Private See coding Stack List 20031002 mtype_t_object_stack TYPE STANDARD TABLE OF reca_wb_object_stack_l
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_STACK Call by reference Object reference (TYPE REF TO) CL_RECA_WB_REQUEST_STACK Stackverwalter für Requests 20030114
# Exception Resumable Description Created on
1 CONTROL_ERROR Fehler beim Erzeugen 20030114

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20030114
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20030114
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20030114

Method HANDLE_DOUBLE_CLICK on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method HANDLE_MANAGER_PBO Signature

Method HANDLE_MANAGER_PBO on class CL_RECA_WB_GUI_REQ_STACK has no parameter.
Method HANDLE_MANAGER_PBO on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method HANDLE_STACK_DATA_UPDATE Signature

Method HANDLE_STACK_DATA_UPDATE on class CL_RECA_WB_GUI_REQ_STACK has no parameter.
Method HANDLE_STACK_DATA_UPDATE on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method HANDLE_STACK_POS_UPDATE Signature

Method HANDLE_STACK_POS_UPDATE on class CL_RECA_WB_GUI_REQ_STACK has no parameter.
Method HANDLE_STACK_POS_UPDATE on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20030114
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20030114

Method HANDLE_TOOLBAR on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20030114

Method HANDLE_USER_COMMAND on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RECA_WB_GUI_REQ_STACK has no parameter.
Method REFRESH on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method SHOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_HIDE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ausblenden 20080619
2 Importing IF_TOGGLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ein-/Ausblenden 20080619
# Exception Resumable Description Created on
1 CONTROL_ERROR Fehler bei der Fenstererzeugung 20030114

Method _CREATE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20030114

Method _CREATE_FIELDCAT on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method _CREATE_GRID Signature

Method _CREATE_GRID on class CL_RECA_WB_GUI_REQ_STACK has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Fehler bei der Fenstererzeugung 20030114

Method _FILL_OBJECT_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_REFRESHED Value transfer Type reference (TYPE) ABAP_BOOL Auffrischen nötig 20030114

Method _FILL_OBJECT_STACK on class CL_RECA_WB_GUI_REQ_STACK has no exception.

Method _REFRESH_MARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_REFRESHED Value transfer Type reference (TYPE) ABAP_BOOL Auffrischen nötig 20030114

Method _REFRESH_MARK on class CL_RECA_WB_GUI_REQ_STACK has no exception.
Event Signatures

Event STACK_POSITION_CHANGED Signature
Event STACK_POSITION_CHANGED on class CL_RECA_WB_GUI_REQ_STACK has no parameter.
History
Last changed by/on SAP  20100310 
SAP Release Created in 200