SAP ABAP Class CL_RE_GENERIC_STACK (RE: Stack for any Data Types)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       FVVI (Package) R/3 appl.dev. for Financial Assets Management: Real estate
Properties
Class CL_RE_GENERIC_STACK  
Short Description RE: Stack for any Data Types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FVVI   R/3 appl.dev. for Financial Assets Management: Real estate 
Created 19990809   SAP 
Last change 19990810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RE_GENERIC_STACK has no forward declaration.
Interfaces
Class CL_RE_GENERIC_STACK has no interface implemented.
Friends
Class CL_RE_GENERIC_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DTEL_NAME Instance attribute Private Type reference (TYPE) DATAELEM Category of Elements 19990809
2 GT_STACK Instance attribute Private Type reference (TYPE) TT_STACK Batch 19990809
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Issue Copy of Object 19991213
2 CONSTRUCTOR Instance method Public Constructor Initialize stack for current data type 19990809
3 ISEMPTY Instance method Public Method Test: Whether Stack Contains Elements 19990809
4 POP Instance method Public Method Take Element from Stack 19990809
5 PUSH Instance method Public Method Put Element on Stack 19990809
6 REFRESH Instance method Public Method Delete Stack Contents 19990809
7 SIZE Instance method Public Method Number of Elements on Stack 19991025
8 TOP Instance method Public Method Like POP, but without changing the stack 19990809
Events
Class CL_RE_GENERIC_STACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_STACK Private See coding Table of REF TO DATA type 19991213
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IV_STACK Value transfer Object reference (TYPE REF TO) CL_RE_GENERIC_STACK RE: Stack für beliebige Datentypen 19991213

Method CLONE on class CL_RE_GENERIC_STACK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DTEL_NAME Call by reference Type reference (TYPE) DATAELEM Datenelement der Stack-Elemente 19990809

Method CONSTRUCTOR on class CL_RE_GENERIC_STACK has no exception.

Method ISEMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EMPTY Value transfer Type reference (TYPE) XFELD Flag "Stapel ist leer" 19990809

Method ISEMPTY on class CL_RE_GENERIC_STACK has no exception.

Method POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT Value transfer Type reference (TYPE) ANY Element 19990809
# Exception Resumable Description Created on
1 STACK_IS_EMPTY Stapel enthält keine Elemente 19990809

Method PUSH Signature

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

Method PUSH on class CL_RE_GENERIC_STACK has no exception.

Method REFRESH Signature

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

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SIZE Value transfer Type reference (TYPE) I Anzahl Elemente auf dem Stapel 19991025

Method SIZE on class CL_RE_GENERIC_STACK has no exception.

Method TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT Value transfer Type reference (TYPE) ANY Element 19990809
# Exception Resumable Description Created on
1 STACK_IS_EMPTY Stapel ist leer 19990809
History
Last changed by/on SAP  19990810 
SAP Release Created in