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 COUNTER Instance attribute Private Type reference (TYPE) I 0 Counter for Stack Entries 19990630
2 HEADER Instance attribute Private Object reference (TYPE REF TO) DATA Stack Header Line 19990630
3 STACK Instance attribute Private Object reference (TYPE REF TO) DATA Stack Table 19990630
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990630
2 GET_COUNTER Instance method Public Method Provides the Number of Stack Entries 19990630
3 IS_EMPTY Instance method Public Method Checks Whether the Stack Is Empty 19990630
4 POP Instance method Public Method Takes the Highest Stack Entry 19990630
5 PUSH 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 Importing 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 Returning 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 Returning 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 Exporting POP_ENTRY Value transfer Type reference (TYPE) ANY oberster Eintrag 19990630
# Exception Resumable Description Created on
1 EMPTY_STACK Stack ist Leer 19990630
2 POP_ERROR 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 Importing PUSH_ENTRY Value transfer Type reference (TYPE) ANY Eintrag 19990630
# Exception Resumable Description Created on
1 PUSH_ERROR Fehler in der Methodenausführung 19990630
History
Last changed by/on SAP  20110908 
SAP Release Created in