SAP ABAP Class CL_TPSQL_SWITCHSTACK (Helperclass for SQL Template Implementation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS (Application Component) Upgrade Tools
     STPSQL_BASE (Package) SQL Templates Base
Properties
Class CL_TPSQL_SWITCHSTACK  
Short Description Helperclass for SQL Template Implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPSQL_BASE   SQL Templates Base 
Created 20101104   SAP 
Last change 20140120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPSQL_SWITCHSTACK has no forward declaration.
Interfaces
Class CL_TPSQL_SWITCHSTACK has no interface implemented.
Friends
Class CL_TPSQL_SWITCHSTACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_STACK Static Attribute Private Type reference (TYPE) LTY_STACK_T 20101104
2 MV_SEQUENCE Static Attribute Private Type reference (TYPE) I 0 20101104
Methods
# Method Level Visibility Method type Description Created on
1 INIT Static method Public Method 20101104
2 POP Static method Public Method 20101104
3 PUSH Static method Public Method 20101104
Events
Class CL_TPSQL_SWITCHSTACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_STACK Private See coding 20101104 BEGIN OF lty_stack, sequence TYPE i, entry TYPE string, END OF lty_stack
2 LTY_STACK_T Private See coding 20101104 lty_stack_t TYPE STANDARD TABLE OF lty_stack
Method Signatures

Method INIT Signature

Method INIT on class CL_TPSQL_SWITCHSTACK has no parameter.
Method INIT on class CL_TPSQL_SWITCHSTACK has no exception.

Method POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VAR Value transfer Type reference (TYPE) ANY 20101104

Method POP on class CL_TPSQL_SWITCHSTACK has no exception.

Method PUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VAR Value transfer Type reference (TYPE) ANY 20101104

Method PUSH on class CL_TPSQL_SWITCHSTACK has no exception.
History
Last changed by/on SAP  20140120 
SAP Release Created in 731