SAP ABAP Class IF_EDM_STACK (IF_EDM_STACK)
Properties
Class IF_EDM_STACK  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20061113   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_EDM_STACK has no forward declaration.
Interfaces
Class IF_EDM_STACK has no interface implemented.
Friends
Class IF_EDM_STACK has no friend class.
Attributes
Class IF_EDM_STACK has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_EMPTY Instance method Public Method Checks if this Stack Is Empty 20061113
2 POP Instance method Public Method Removes Uppermost Element of this Stack 20061113
3 PUSH Instance method Public Method Adds an Element to this Stack 20061113
4 SIZE Instance method Public Method Supplies the Number of Elements 20061113
5 TOP Instance method Public Method Supplies Uppermost Element of this Stack 20061113
Events
Class IF_EDM_STACK has no event.
Types
Class IF_EDM_STACK has no local type.
Method Signatures

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_EMPTY Value transfer Type reference (TYPE) I 1=empty, 0 sonst 20061113

Method IS_EMPTY on class IF_EDM_STACK has no exception.

Method POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ELEMENT Value transfer Object reference (TYPE REF TO) IF_EDM_DATA R_ELEMENT 20061113

Method POP on class IF_EDM_STACK has no exception.

Method PUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_EDM_DATA I_ELEMENT 20061113

Method PUSH on class IF_EDM_STACK has no exception.

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SIZE Value transfer Type reference (TYPE) I R_SIZE 20061113

Method SIZE on class IF_EDM_STACK has no exception.

Method TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ELEMENT Value transfer Object reference (TYPE REF TO) IF_EDM_DATA R_ELEMENT 20061113

Method TOP on class IF_EDM_STACK has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in