SAP ABAP Class CL_ISHMED_CONTEXT_MEDSRV (IS-H*MED: Context Information for Med. Service Processing)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1SRVDO_MED (Package) IS-H*MED: Service Documentation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20041021
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GET_CASE IS-H: Get Case 20041021
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GET_INSTITUTION IS-H: Get Institution 20041021
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GET_PATIENT IS-H: Get Patient 20041021
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20041021
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20041021
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_SNAPSHOT_CALLBACK IS-H: Interface for a Snapshot Callback Object 20041216
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_SNAPSHOT_OBJECT IS-H: Definition for Snapshot Mechanism 20041216
Properties
Class CL_ISHMED_CONTEXT_MEDSRV  
Short Description IS-H*MED: Context Information for Med. Service Processing    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1SRVDO_MED   IS-H*MED: Service Documentation 
Created 20041021   SAP 
Last change 20050520   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_CONTEXT_MEDSRV has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20041021
2 IF_ISH_GET_CASE IS-H: Get Case 20041021
3 IF_ISH_GET_INSTITUTION IS-H: Get Institution 20041021
4 IF_ISH_GET_PATIENT IS-H: Get Patient 20041021
5 IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20041021
6 IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20041021
7 IF_ISH_SNAPSHOT_CALLBACK IS-H: Interface for a Snapshot Callback Object 20041216
8 IF_ISH_SNAPSHOT_OBJECT IS-H: Definition for Snapshot Mechanism 20041216
Friends
Class CL_ISHMED_CONTEXT_MEDSRV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_SNAPSHOTHANDLER Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_SNAPSHOTHANDLER IS-H: Handler Class for Snapshot Mechanism 20041216
2 GS_CONTEXT Instance attribute Protected Type reference (TYPE) RN1_CONTEXT_MEDSRV IS-H*MED: Context Info Structure for Med. Service Processing 20041021
3 OFF Instance attribute Public Attribute reference (LIKE) 20041021
4 ON Instance attribute Public Attribute reference (LIKE) 20041021
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Checks Context Data 20041021
2 CHECK_AGAINST_SCOPE Instance method Public Method Checks Whether Context Fits Transferred Display Area 20050512
3 CHECK_FALNR Instance method Protected Method Checks Case Number 20041021
4 CHECK_PATNR Instance method Protected Method Checks Patient Number 20041021
5 CLEAR_DATA Instance method Public Method Deletes All Data from Context 20050211
6 CLEAR_EINRI Instance method Public Method Deletes Institution from Context 20050211
7 CLEAR_FALNR Instance method Public Method Deletes case Number from Context 20050211
8 CLEAR_MOVEMENT Instance method Public Method Deletes Movement from Context 20050211
9 CLEAR_PATNR Instance method Public Method Deletes Patient Number from Context 20050211
10 CLEAR_TARIF Instance method Public Method Deletes Tariff from Context 20050211
11 CLEAR_ZOTYP Instance method Public Method Deletes Assignment Type from Context 20050211
12 COMPLETE_CONSTRUCTION Instance method Protected Method Completes Instantiation (See CREATE) 20041021
13 CREATE Static method Public Method Creates a CL_ISHMED_CONTEXT_MEDSRV Object 20041021
14 DESTROY Instance method Public Method Destroys Context Object 20041021
15 GET_CASE Instance method Public Method 20041021
16 GET_DATA Instance method Public Method Returns Context Data 20041021
17 GET_EINRI Instance method Public Method Returns Institution 20041021
18 GET_FALNR Instance method Public Method Returns Case Number 20041021
19 GET_INSTITUTION Instance method Public Method 20041021
20 GET_LFDBEW Instance method Public Method Returns Movement Run Number 20050211
21 GET_MOVEMENT Instance method Public Method Returns Movement 20041021
22 GET_OUTPAT_VISIT Instance method Public Method Returns Outpatient Visit 20050303
23 GET_PATIENT Instance method Public Method 20041021
24 GET_PATNR Instance method Public Method Returns Patient Number 20041021
25 GET_SNAPSHOTHANDLER Instance method Protected Method Returns the Snapshot Handler 20041216
26 GET_TARIF Instance method Public Method Returns Service Catalog 20041021
27 GET_TEXT_CASE Instance method Public Method Returns Case Data as Text 20050309
28 GET_TEXT_MVMT Instance method Public Method Returns Movement Data as Texts 20050309
29 GET_TEXT_PATIENT Instance method Public Method Returns Patient Data as Texts 20050309
30 GET_TYPE Instance method Public Method 20041021
31 GET_ZOTYP Instance method Public Method Returns Assignment Type 20041021
32 IS_A Instance method Public Method 20041021
33 IS_INHERITED_FROM Instance method Public Method 20041021
34 SET_DATA Instance method Public Method Sets Context Data 20041021
35 SET_EINRI Instance method Public Method Sets Institution 20050211
36 SET_FALNR Instance method Public Method Sets Case Number 20050211
37 SET_MOVEMENT Instance method Public Method Sets Movement 20050211
38 SET_PATNR Instance method Public Method Sets Patient Number 20050211
39 SET_TARIF Instance method Public Method Sets Service Catalog 20050211
40 SET_ZOTYP Instance method Public Method Sets Assignment Type 20050211
41 SNAPSHOT Instance method Public Method 20041216
42 UNDO Instance method Public Method 20041216
Events
Class CL_ISHMED_CONTEXT_MEDSRV has no event.
Types
Class CL_ISHMED_CONTEXT_MEDSRV has no local type.
Method Signatures

Method CHECK 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 20041021
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041021

Method CHECK on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CHECK_AGAINST_SCOPE 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 20050512
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050512
3 Exporting E_SCOPE_FITS Call by reference Type reference (TYPE) ISH_ON_OFF ON: Anzeigebereich passt 20050512
4 Importing I_MSGTY_ON_FAILURE Call by reference Type reference (TYPE) SY-MSGTY 'I' Zu verwendender Meldungstyp (wenn Anzeigebereich nicht passt 20050512
5 Importing I_SCOPE Call by reference Type reference (TYPE) N1_MEDSRV_SCOPE Anzeigebereich von medizinischen Leistungen 20050512

Method CHECK_AGAINST_SCOPE on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CHECK_FALNR 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 20041021
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041021

Method CHECK_FALNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CHECK_PATNR 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 20041021
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041021

Method CHECK_PATNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_DATA Signature

Method CLEAR_DATA on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_DATA on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_EINRI Signature

Method CLEAR_EINRI on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_EINRI on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_FALNR Signature

Method CLEAR_FALNR on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_FALNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_MOVEMENT Signature

Method CLEAR_MOVEMENT on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_MOVEMENT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_PATNR Signature

Method CLEAR_PATNR on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_PATNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_TARIF Signature

Method CLEAR_TARIF on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_TARIF on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CLEAR_ZOTYP Signature

Method CLEAR_ZOTYP on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method CLEAR_ZOTYP on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method COMPLETE_CONSTRUCTION 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 20041021
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041021
3 Importing IS_CONTEXT Call by reference Type reference (TYPE) RN1_CONTEXT_MEDSRV IS-H*MED: Struktur der Kontextinfo für Med. Leistungsbearbei 20041021

Method COMPLETE_CONSTRUCTION on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method CREATE 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 20041021
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_CONTEXT_MEDSRV IS-H*MED: Kontextinformation für Med. Leistungsbearbeitung 20041021
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041021
4 Importing IS_CONTEXT Call by reference Type reference (TYPE) RN1_CONTEXT_MEDSRV IS-H*MED: Struktur der Kontextinfo für Med. Leistungsbearbei 20041021

Method CREATE on class CL_ISHMED_CONTEXT_MEDSRV 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 20041021
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041021

Method DESTROY on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_CASE Signature

Method GET_CASE on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method GET_CASE on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CONTEXT Value transfer Type reference (TYPE) RN1_CONTEXT_MEDSRV IS-H*MED: Struktur der Kontextinfo für Med. Leistungsbearbei 20041021

Method GET_DATA on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_EINRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EINRI Value transfer Type reference (TYPE) EINRI IS-H: Einrichtung 20041021

Method GET_EINRI on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_FALNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FALNR Value transfer Type reference (TYPE) FALNR IS-H: Fallnummer 20041021

Method GET_FALNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_INSTITUTION Signature

Method GET_INSTITUTION on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method GET_INSTITUTION on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_LFDBEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LFDBEW Value transfer Type reference (TYPE) LFDBEW IS-H: Laufende Nummer einer Bewegung 20050211

Method GET_LFDBEW on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_MOVEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_MOVEMENT Value transfer Object reference (TYPE REF TO) CL_ISHMED_MOVEMENT IS-H: Besuch 20041021

Method GET_MOVEMENT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_OUTPAT_VISIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_OUTPAT_VISIT Value transfer Object reference (TYPE REF TO) CL_ISHMED_OUTPAT_VISIT IS-H: Klasse für ambulanter Besuch 20050303

Method GET_OUTPAT_VISIT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_PATIENT Signature

Method GET_PATIENT on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method GET_PATIENT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_PATNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PATNR Value transfer Type reference (TYPE) PATNR IS-H: Patientennummer 20041021

Method GET_PATNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_SNAPSHOTHANDLER 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 20041216

Method GET_SNAPSHOTHANDLER on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_TARIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TARIF Value transfer Type reference (TYPE) TARID IS-H: Identifikation eines Leistungskataloges 20041021

Method GET_TARIF on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_TEXT_CASE 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 20050309
2 Exporting E_CASE Call by reference Type reference (TYPE) STRING Fallnummer 20050309
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050309

Method GET_TEXT_CASE on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_TEXT_MVMT 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 20050309
2 Exporting E_BWART Call by reference Type reference (TYPE) BEWARTXT Bewegungsart 20050309
3 Exporting E_BWIDTZT Call by reference Type reference (TYPE) STRING Bewegungszeitpunkt 20050309
4 Exporting E_FULL_TEXT Call by reference Type reference (TYPE) STRING Kompletter Text zu Bewegungsdaten 20050309
5 Exporting E_LEN_BWART Call by reference Type reference (TYPE) I Länge der Bewegungsart in e_full_text 20050309
6 Exporting E_ORGPF Call by reference Type reference (TYPE) STRING OE der Bewegung 20050309
7 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050309

Method GET_TEXT_MVMT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_TEXT_PATIENT 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 20050309
2 Exporting E_BIRTHDATE Call by reference Type reference (TYPE) STRING Geburtsdatum 20050309
3 Exporting E_FULL_TEXT Call by reference Type reference (TYPE) STRING Kompletter Text der Patientendaten 20050309
4 Exporting E_LEN_NAME_BIRTHDATE Call by reference Type reference (TYPE) I Länge Name+Geburtsdatum in e_full_text 20050309
5 Exporting E_NAME Call by reference Type reference (TYPE) STRING Patientenname 20050309
6 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050309
7 Exporting E_SEX Call by reference Type reference (TYPE) STRING Geschlecht 20050309

Method GET_TEXT_PATIENT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method GET_TYPE on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method GET_ZOTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ZOTYP Value transfer Type reference (TYPE) ISH_ZUOTYP IS-H: Typ der Zuordnung von Leistungen 20041021

Method GET_ZOTYP on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method IS_A Signature

Method IS_A on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method IS_A on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method IS_INHERITED_FROM Signature

Method IS_INHERITED_FROM on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method IS_INHERITED_FROM on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT_X Value transfer Type reference (TYPE) RN1_CONTEXT_MEDSRV_X IS-H*MED: Änderungsstruktur der Kontextinfo für Med. Leistu 20041021

Method SET_DATA on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_EINRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EINRI Call by reference Type reference (TYPE) EINRI IS-H: Einrichtung 20050211

Method SET_EINRI on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_FALNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FALNR Call by reference Type reference (TYPE) FALNR IS-H: Fallnummer 20050211

Method SET_FALNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_MOVEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MOVEMENT Call by reference Object reference (TYPE REF TO) CL_ISHMED_MOVEMENT IS-H: Besuch 20050211

Method SET_MOVEMENT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_PATNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PATNR Call by reference Type reference (TYPE) PATNR IS-H: Patientennummer 20050211

Method SET_PATNR on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_TARIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARIF Call by reference Type reference (TYPE) TARID IS-H: Identifikation eines Leistungskataloges 20050211

Method SET_TARIF on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SET_ZOTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ZOTYP Call by reference Type reference (TYPE) ISH_ZUOTYP IS-H: Typ der Zuordnung von Leistungen 20050211

Method SET_ZOTYP on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method SNAPSHOT Signature

Method SNAPSHOT on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method SNAPSHOT on class CL_ISHMED_CONTEXT_MEDSRV has no exception.

Method UNDO Signature

Method UNDO on class CL_ISHMED_CONTEXT_MEDSRV has no parameter.
Method UNDO on class CL_ISHMED_CONTEXT_MEDSRV has no exception.
History
Last changed by/on SAP  20050520 
SAP Release Created in 473