SAP ABAP Class CL_ISH_SNAPSHOTHANDLER (IS-H: Handler Class for Snapshot Mechanism)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Properties
Class CL_ISH_SNAPSHOTHANDLER  
Short Description IS-H: Handler Class for Snapshot Mechanism    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20041215   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_SNAPSHOTHANDLER has no forward declaration.
Interfaces
Class CL_ISH_SNAPSHOTHANDLER has no interface implemented.
Friends
Class CL_ISH_SNAPSHOTHANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_SINGLETON Static Attribute Protected Object reference (TYPE REF TO) CL_ISH_SNAPSHOTHANDLER Static Snapshot Handler 20041215
2 GT_SNAPSHOT Instance attribute Protected Type reference (TYPE) ISH_T_SNAPSHOT IS-H: General Snapshot Table Type 20041215
3 G_MAX_SNAPSHOTS Instance attribute Protected Type reference (TYPE) I 100 Maximum Number of Snapshot Entries 20041215
4 G_NEXT_SNAPKEY Instance attribute Protected Type reference (TYPE) ISH_SNAPKEY 1 Next Free Snapshot Key 20041215
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041215
2 DESTROY Instance method Public Method Destroys the Snapshot Handler 20050104
3 GET_NEXT_SNAPKEY Instance method Protected Method Returns the Next Free Snapshot Key 20041215
4 GET_SINGLETON Static method Public Method Returns the Static Snapshot Handler 20041215
5 SNAPSHOT Instance method Public Method Object Content Stored Temporarily (see also UNDO) 20041215
6 UNDO Instance method Public Method Activate Object Content Stored with SNAPSHOT 20041215
Events
Class CL_ISH_SNAPSHOTHANDLER has no event.
Types
Class CL_ISH_SNAPSHOTHANDLER 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 I_MAX_SNAPSHOTS Call by reference Type reference (TYPE) I 100 Maximalanzahl der Snapshot-Einträge 20041215

Method CONSTRUCTOR on class CL_ISH_SNAPSHOTHANDLER has no exception.

Method DESTROY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050104
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050104

Method DESTROY on class CL_ISH_SNAPSHOTHANDLER has no exception.

Method GET_NEXT_SNAPKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SNAPKEY Value transfer Type reference (TYPE) ISH_SNAPKEY Nächster freier Snapshot-Key 20041215

Method GET_NEXT_SNAPKEY on class CL_ISH_SNAPSHOTHANDLER has no exception.

Method GET_SINGLETON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_SNAPSHOTHANDLER Value transfer Object reference (TYPE REF TO) CL_ISH_SNAPSHOTHANDLER IS-H: Behandlerklasse für Snapshot-Mechanismus 20041215

Method GET_SINGLETON on class CL_ISH_SNAPSHOTHANDLER has no exception.

Method SNAPSHOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041215
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041215
3 Exporting E_SNAPKEY Call by reference Type reference (TYPE) ISH_SNAPKEY IS-H: Key für einen Snapshot 20041215
4 Importing IR_CALLBACK Call by reference Object reference (TYPE REF TO) IF_ISH_SNAPSHOT_CALLBACK IS-H: Interface für ein Snapshot Callback-Objekt 20041215

Method SNAPSHOT on class CL_ISH_SNAPSHOTHANDLER has no exception.

Method UNDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041215
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041215
3 Importing IR_CALLBACK Call by reference Object reference (TYPE REF TO) IF_ISH_SNAPSHOT_CALLBACK IS-H: Interface für ein Snapshot Callback-Objekt 20041215
4 Importing I_SNAPKEY Call by reference Type reference (TYPE) ISH_SNAPKEY IS-H: Key für einen Snapshot 20041215

Method UNDO on class CL_ISH_SNAPSHOTHANDLER has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 600