SAP ABAP Interface IF_EDM_STACK (IF_EDM_STACK)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS (Application Component) Financial Services
     FS_EASY_DATA_MODEL (Package) Easy Data Model as Composite with Visitor
Properties
Interface IF_EDM_STACK  
Short Description    
General Data
Package FS_EASY_DATA_MODEL   Easy Data Model as Composite with Visitor 
Created 20061113   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_EDM_STACK has no forward declaration.
Interfaces
Interface IF_EDM_STACK has no interface.
Friends
Interface IF_EDM_STACK has no friend.
Attributes
Interface 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
Interface IF_EDM_STACK has no event.
Types
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_EDM_STACK has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710