SAP ABAP Class CL_SRM_STACKED_CONTROL (RM Control with Stack)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_CLIENTFRAME_WIN (Package) Records Management: Wingui Client Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_BASE_CONTROL SRM Control 20020716
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_STACKED_CONTROL RM Stacked Control 20020716
Properties
Class CL_SRM_STACKED_CONTROL  
Short Description RM Control with Stack    
Super Class CL_SRM_BASE_CONTROL SRM Control 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_CLIENTFRAME_WIN   Records Management: Wingui Client Framework 
Created 20020716   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRM_STACKED_CONTROL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRM_STACKED_CONTROL RM Stacked Control 20020716
Friends
Class CL_SRM_STACKED_CONTROL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ELEM_STACK Instance attribute Protected Type reference (TYPE) SRM_STACK_ELEM Element Stack 20020717
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_ELEMENT Instance method Protected Method Add New Element to Stack and Remove Old if Necessary 20020718
2 HANDLE_NEW_REQUEST Instance method Protected Method Handling of a New Request 20020717
3 HANDLE_REQUEST_ANSWER Instance method Protected Method Analyzes response and sets status on the stack 20020719
4 HIDE_ELEMENT Instance method Protected Method Makes Element Invisible 20020722
5 REMOVE_ELEMENT Instance method Protected Method Unload an Element 20020722
6 SHOW_ELEMENT Instance method Protected Method Show Element (on control framework level) 20020722
7 STACK_ADD_ELEMENT Instance method Protected Method Add a New Element to the Stack 20020722
8 STACK_CHECK_FOR_UNSAVED Instance method Protected Method Checks Whether Stack Contains Unsaved Elements 20020717
9 STACK_FIND_ELEMENT Instance method Protected Method Checks Whether Transferred Element Matches the Current Elemt 20020719
10 STACK_GET_COUNT Instance method Protected Method Returns the Number of Elements in the Stack 20020722
11 STACK_GET_ELEMENT Instance method Protected Method Returns Current Element of the Stack 20020722
12 STACK_GET_NEWER_ELEMENTS Instance method Protected Method Returns all Elements Above the Specified Index 20020722
13 STACK_REMOVE_ELEMENT Instance method Protected Method Deletes an Element from the Stack 20020722
14 STACK_SET_ELEM_STATE Instance method Protected Method Sets the Status of an Element in the Stack 20020719
Events
Class CL_SRM_STACKED_CONTROL has no event.
Types
Class CL_SRM_STACKED_CONTROL has no local type.
Method Signatures

Method ADD_NEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEST Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20020812
2 Importing IM_ELEM_STATE Call by reference Type reference (TYPE) C 20020812
3 Importing IM_MAIN_CTRL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20020812
4 Importing IM_SP_REF Call by reference Object reference (TYPE REF TO) IF_SRM_SP_CLIENT_WIN SP Client Interface für Win 20020812
5 Importing IM_SP_REF_PASV Call by reference Object reference (TYPE REF TO) IF_SRM_SP_FRONTEND_SAPGUI_PASV Darstellung im SAPGUI (passiv) 20020812
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020718
2 CX_SRM_NO_AUTHORIZATION Fehlende Berechtigung 20020718
3 CX_SRM_SP_CLIENT Ausnahme vom SP Client 20020718

Method HANDLE_NEW_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE_PASV Call by reference Type reference (TYPE) SRMBOOLEAN passiver Modus 20020717
2 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_SRM_REQUEST Request 20020717
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020717
2 CX_SRM_NO_AUTHORIZATION Fehlende Berechtigung 20020722
3 CX_SRM_SP_CLIENT Ausnahme vom SP Client 20020717

Method HANDLE_REQUEST_ANSWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANSWER Call by reference Object reference (TYPE REF TO) IF_SRM_REQUEST Antwort 20020719
2 Importing IM_ASYNC_ANSWER Call by reference Type reference (TYPE) SRMBOOLEAN asynchrone Antwort? 20020812
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020719
2 CX_SRM_NO_AUTHORIZATION Fehlende Berechtigung 20020812
3 CX_SRM_SP_CLIENT Ausnahme vom SP Client 20020812

Method HIDE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEM Call by reference Type reference (TYPE) SRMELEMSTACK Eintrag auf dem Stapel 20020722
2 Importing IM_MODE_PASV Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20020722
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722
2 CX_SRM_SP_CLIENT Ausnahme vom SP Client 20020722

Method REMOVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEM Call by reference Type reference (TYPE) SRMELEMSTACK Element 20020722
2 Importing IM_UNLOAD_MODE Call by reference Type reference (TYPE) I Unload Modus 20020729
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722
2 CX_SRM_SP_CLIENT Ausnahme vom SP Client 20020722

Method SHOW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEM Call by reference Type reference (TYPE) SRMELEMSTACK Element 20020722
2 Importing IM_MODE_PASV Call by reference Type reference (TYPE) SRMBOOLEAN Passiv? 20020722
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722
2 CX_SRM_SP_CLIENT Ausnahme vom SP Client 20020722

Method STACK_ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEM Call by reference Type reference (TYPE) SRMELEMSTACK Eintrag auf dem Stapel 20020722
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722

Method STACK_CHECK_FOR_UNSAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_UNSAVED_EXIST Value transfer Type reference (TYPE) SRMBOOLEAN ungesicherte Elemente existieren 20020717
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020717

Method STACK_FIND_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20020719
2 Returning RE_ELEM_INDEX Value transfer Type reference (TYPE) I Index des Elementes auf dem Stack 20020719
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020719

Method STACK_GET_COUNT Signature

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

Method STACK_GET_COUNT on class CL_SRM_STACKED_CONTROL has no exception.

Method STACK_GET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INDEX Call by reference Type reference (TYPE) I Index 20020722
2 Returning RE_ENTRY Value transfer Type reference (TYPE) SRMELEMSTACK oberstes Element 20020722
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722

Method STACK_GET_NEWER_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INDEX Call by reference Type reference (TYPE) I 20020722
2 Returning RE_ELEMENTS Value transfer Type reference (TYPE) SRM_STACK_ELEM Elemente 20020722
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722

Method STACK_REMOVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INDEX Call by reference Type reference (TYPE) I 20020722
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020722

Method STACK_SET_ELEM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20020812
2 Importing IM_STATE Call by reference Type reference (TYPE) C Zustand (L/T) 20020719
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20020719
History
Last changed by/on SAP  20090618 
SAP Release Created in 620