SAP ABAP Class CL_WF_STACK_4_DDIC (Stack for DDIC Structure)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWE (Package) Business Workflow: Events
⤷
⤷
Properties
| Class | CL_WF_STACK_4_DDIC | |
| Short Description | Stack for DDIC Structure | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWE | Business Workflow: Events |
| Created | 19990630 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WF_STACK_4_DDIC has no forward declaration.
Interfaces
Class CL_WF_STACK_4_DDIC has no interface implemented.
Friends
Class CL_WF_STACK_4_DDIC 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) | I | 0 | Counter for Stack Entries | 19990630 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Stack Header Line | 19990630 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Stack Table | 19990630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 19990630 | |
| 2 | Instance method | Public | Method | Provides the Number of Stack Entries | 19990630 | |
| 3 | Instance method | Public | Method | Checks Whether the Stack Is Empty | 19990630 | |
| 4 | Instance method | Public | Method | Takes the Highest Stack Entry | 19990630 | |
| 5 | Instance method | Public | Method | Inserts an Entry onto the Stack | 19990630 |
Events
Class CL_WF_STACK_4_DDIC has no event.
Types
Class CL_WF_STACK_4_DDIC has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_STACK | Call by reference | Type reference (TYPE) | TABLE | Vorlage für den Stack | 19990630 |
Method CONSTRUCTOR on class CL_WF_STACK_4_DDIC has no exception.
Method GET_COUNTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COUNTER | Value transfer | Type reference (TYPE) | I | Zähler | 19990630 |
Method GET_COUNTER on class CL_WF_STACK_4_DDIC has no exception.
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EMPTY | Value transfer | Type reference (TYPE) | SY-INPUT | Stack ist Leer = 'X' | 19990630 |
Method IS_EMPTY on class CL_WF_STACK_4_DDIC has no exception.
Method POP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | POP_ENTRY | Value transfer | Type reference (TYPE) | ANY | oberster Eintrag | 19990630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Stack ist Leer | 19990630 | ||
| 2 | allgemeiner Fehler bei der Methodenausführung | 19990630 |
Method PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PUSH_ENTRY | Value transfer | Type reference (TYPE) | ANY | Eintrag | 19990630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in der Methodenausführung | 19990630 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |