SAP ABAP Class /MRSS/CL_SGX_GENERIC_STACK (RE: Stack for any Data Types)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-MRS (Application Component) SAP Multiresource Scheduling
     /MRSS/SGX (Package) MRS Planning Board Extended Web Interface
Properties
Class /MRSS/CL_SGX_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 /MRSS/SGX   MRS Planning Board Extended Web Interface 
Created 20121205   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGX_GENERIC_STACK has no forward declaration.
Interfaces
Class /MRSS/CL_SGX_GENERIC_STACK has no interface implemented.
Friends
Class /MRSS/CL_SGX_GENERIC_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DTEL_NAME Instance attribute Private Type reference (TYPE) DATAELEM Typ der Elemente 20121205
2 GT_STACK Instance attribute Private Type reference (TYPE) TT_STACK Stapel 20121205
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Kopie des Objekts zurückgeben 20121205
2 CONSTRUCTOR Instance method Public Constructor Stapel für geg. Datentyp initialisieren 20121205
3 ISEMPTY Instance method Public Method Test, ob Stapel Elemente enthält 20121205
4 POP Instance method Public Method Element vom Stapel nehmen 20121205
5 PUSH Instance method Public Method Element auf Stapel legen 20121205
6 REFRESH Instance method Public Method Stapelinhalt löschen 20121205
7 SIZE Instance method Public Method Anzahl der Elemente auf dem Stapel 20121205
8 TOP Instance method Public Method Wie POP, aber ohne Stapel zu verändern 20121205
Events
Class /MRSS/CL_SGX_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 20121205
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IV_STACK Value transfer Object reference (TYPE REF TO) /MRSS/CL_SGX_GENERIC_STACK RE: Stack für beliebige Datentypen 20121205

Method CLONE on class /MRSS/CL_SGX_GENERIC_STACK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DTEL_NAME Call by reference Type reference (TYPE) DATAELEM Datenelement der Stack-Elemente 20121205

Method CONSTRUCTOR on class /MRSS/CL_SGX_GENERIC_STACK has no exception.

Method ISEMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EMPTY Value transfer Type reference (TYPE) XFELD Flag "Stapel ist leer" 20121205

Method ISEMPTY on class /MRSS/CL_SGX_GENERIC_STACK has no exception.

Method POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT Value transfer Type reference (TYPE) ANY Element 20121205
# Exception Resumable Description Created on
1 STACK_IS_EMPTY Stapel enthält keine Elemente 20121205

Method PUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT Value transfer Type reference (TYPE) ANY Element 20121205

Method PUSH on class /MRSS/CL_SGX_GENERIC_STACK has no exception.

Method REFRESH Signature

Method REFRESH on class /MRSS/CL_SGX_GENERIC_STACK has no parameter.
Method REFRESH on class /MRSS/CL_SGX_GENERIC_STACK has no exception.

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SIZE Value transfer Type reference (TYPE) I Anzahl Elemente auf dem Stapel 20121205

Method SIZE on class /MRSS/CL_SGX_GENERIC_STACK has no exception.

Method TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT Value transfer Type reference (TYPE) ANY Element 20121205
# Exception Resumable Description Created on
1 STACK_IS_EMPTY Stapel ist leer 20121205
History
Last changed by/on SAP  20141109 
SAP Release Created in 800