SAP ABAP Class CL_WB_TOOL_STACK (Workbench Manager: Request Stack)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-BRR (Application Component) Repository Browser
     SWBM_INTERNAL (Package) Internal Objects within SWBM
Properties
Class CL_WB_TOOL_STACK  
Short Description Workbench Manager: Request Stack    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWBM_INTERNAL   Internal Objects within SWBM 
Created 19981008   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WB_TOOL_STACK has no forward declaration.
Interfaces
Class CL_WB_TOOL_STACK has no interface implemented.
Friends
Class CL_WB_TOOL_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STACK Instance attribute Private Type reference (TYPE) LTY_REQUEST_ENTRY_COLLECTION Stack 19981008
2 STACK_SIZE Instance attribute Private Type reference (TYPE) I Current Stack Size 19981008
3 _STACK Instance attribute Private Object reference (TYPE REF TO) CL_WB_REQUEST_ENTRY Stack 19981008
Methods
# Method Level Visibility Method type Description Created on
1 EMPTY Instance method Public Method Is Stack Empty? 19981008
2 POP Instance method Public Method Take Element from Stack 19981008
3 PUSH Instance method Public Method Put Element on Stack 19981008
4 SIZE Instance method Public Method Number of Entries in Stack 19981120
5 TOP Instance method Public Method Read Top Element from Stack 19981008
Events
Class CL_WB_TOOL_STACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_REQUEST_ENTRY_COLLECTION Private See coding Stack 19981008
Method Signatures

Method EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_IS_EMPTY Call by reference Type reference (TYPE) CHAR1 Stapel ist leer 19981008

Method EMPTY on class CL_WB_TOOL_STACK has no exception.

Method POP Signature

Method POP on class CL_WB_TOOL_STACK has no parameter.
# Exception Resumable Description Created on
1 EMPTY_STACK Stapel ist leer 19981008

Method PUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TOOL Call by reference Object reference (TYPE REF TO) IF_WB_PROGRAM Stapeleintrag 19981008

Method PUSH on class CL_WB_TOOL_STACK has no exception.

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_SIZE Value transfer Type reference (TYPE) I Größe des Stapels 19981120

Method SIZE on class CL_WB_TOOL_STACK has no exception.

Method TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TOOL Call by reference Object reference (TYPE REF TO) IF_WB_PROGRAM oberster Stapeleintrag 19981008
# Exception Resumable Description Created on
1 EMPTY_STACK Stack ist leer 19981008
History
Last changed by/on SAP  00000000 
SAP Release Created in