SAP ABAP Class CL_SSF_STACK (SAP Smart Forms: Stack)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SSF (Application Component) Smart Forms
     SMART (Package) SAP Smart Forms
Properties
Class CL_SSF_STACK  
Short Description SAP Smart Forms: Stack    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class SSFCOMPOSER    
Program status P  SAP Standard Production Program 
Category 0   
Package SMART   SAP Smart Forms 
Created 20001207   SAP 
Last change 20001207   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SSF_STACK has no forward declaration.
Interfaces
Class CL_SSF_STACK has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SSF_STACK 20030430 SAP Smart Forms: Stack
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COUNTER Instance attribute Private Type reference (TYPE) I Number of Entries 20001207
2 FALSE Constant Public Type reference (TYPE) BOOLEAN ' ' False 20001207
3 HEADER Instance attribute Private Object reference (TYPE REF TO) DATA Header 20001207
4 STACK Instance attribute Private Object reference (TYPE REF TO) DATA Stack 20001207
5 TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' True 20001207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20001207
2 DELETE_STACK Instance method Public Method Deletes all lines 20001207
3 GET_COUNTER Instance method Public Method Returns Number of Entries 20001207
4 IS_EMPTY Instance method Public Method Checks Whether Stack is Initial 20001207
5 POP Instance method Public Method Get Entry From Stack 20001207
6 PULL Instance method Public Method Read Entry From Stack 20001207
7 PUSH Instance method Public Method Store Entry on Stack 20001207
Events
Class CL_SSF_STACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BOOLEAN Private Type reference (TYPE) STRING Boolean 20001207
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) ANY Typ für Eintrag 20001207

Method CONSTRUCTOR on class CL_SSF_STACK has no exception.

Method DELETE_STACK Signature

Method DELETE_STACK on class CL_SSF_STACK has no parameter.
# Exception Resumable Description Created on
1 DELETE_STACK_ERROR Fehler bei Methode DELETE_STACK 20001207

Method GET_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) I Rückgabewert 20001207

Method GET_COUNTER on class CL_SSF_STACK has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BOOLEAN Rückgabewert 20001207

Method IS_EMPTY on class CL_SSF_STACK has no exception.

Method POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENTRY Value transfer Type reference (TYPE) ANY Eintrag 20001207
# Exception Resumable Description Created on
1 EMPTY_STACK Stack ist leer 20001207
2 POP_ERROR Fehler bei Methode POP 20001207

Method PULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENTRY Call by reference Type reference (TYPE) ANY Eintrag 20001207
# Exception Resumable Description Created on
1 EMPTY_STACK Stack ist leer 20001207
2 PULL_ERROR Fehler bei Methode POP 20001207

Method PUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) ANY Eintrag 20001207
# Exception Resumable Description Created on
1 PUSH_ERROR Fehler bei Methode PUSH 20001207
History
Last changed by/on SAP  20001207 
SAP Release Created in 610