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 | Instance attribute | Private | Type reference (TYPE) | I | Number of Entries | 20001207 | |||
| 2 | Constant | Public | Type reference (TYPE) | BOOLEAN | ' ' | False | 20001207 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Header | 20001207 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Stack | 20001207 | |||
| 5 | Constant | Public | Type reference (TYPE) | BOOLEAN | 'X' | True | 20001207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20001207 | |
| 2 | Instance method | Public | Method | Deletes all lines | 20001207 | |
| 3 | Instance method | Public | Method | Returns Number of Entries | 20001207 | |
| 4 | Instance method | Public | Method | Checks Whether Stack is Initial | 20001207 | |
| 5 | Instance method | Public | Method | Get Entry From Stack | 20001207 | |
| 6 | Instance method | Public | Method | Read Entry From Stack | 20001207 | |
| 7 | 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 | 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 | 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 | 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 | 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 | ENTRY | Value transfer | Type reference (TYPE) | ANY | Eintrag | 20001207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Stack ist leer | 20001207 | ||
| 2 | Fehler bei Methode POP | 20001207 |
Method PULL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENTRY | Call by reference | Type reference (TYPE) | ANY | Eintrag | 20001207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Stack ist leer | 20001207 | ||
| 2 | Fehler bei Methode POP | 20001207 |
Method PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENTRY | Call by reference | Type reference (TYPE) | ANY | Eintrag | 20001207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Methode PUSH | 20001207 |
History
| Last changed by/on | SAP | 20001207 |
| SAP Release Created in | 610 |