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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATAELEM | Category of Elements | 19990809 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_STACK | Batch | 19990809 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Issue Copy of Object | 19991213 |
2 | ![]() |
Instance method | Public | Constructor | Initialize stack for current data type | 19990809 |
3 | ![]() |
Instance method | Public | Method | Test: Whether Stack Contains Elements | 19990809 |
4 | ![]() |
Instance method | Public | Method | Take Element from Stack | 19990809 |
5 | ![]() |
Instance method | Public | Method | Put Element on Stack | 19990809 |
6 | ![]() |
Instance method | Public | Method | Delete Stack Contents | 19990809 |
7 | ![]() |
Instance method | Public | Method | Number of Elements on Stack | 19991025 |
8 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
EV_ELEMENT | Value transfer | Type reference (TYPE) | ANY | Element | 19990809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Stapel enthält keine Elemente | 19990809 |
Method PUSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
EV_ELEMENT | Value transfer | Type reference (TYPE) | ANY | Element | 19990809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Stapel ist leer | 19990809 |
History
Last changed by/on | SAP | 19990810 |
SAP Release Created in |