SAP ABAP Class CL_ISHMED_CONNDATA (Connectivity: Data of Handler)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1CONN_MED (Package) i.s.h.med: Connectivity
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_RUN_DATA IS-H: Base Class for Movement Data Objects 20070813
Properties
Class CL_ISHMED_CONNDATA  
Short Description Connectivity: Data of Handler    
Super Class CL_ISH_RUN_DATA IS-H: Base Class for Movement Data Objects 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1CONN_MED   i.s.h.med: Connectivity 
Created 20070813   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_CONNDATA has no forward declaration.
Interfaces
Class CL_ISHMED_CONNDATA has no interface implemented.
Friends
Class CL_ISHMED_CONNDATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_OTYPE_HNDLDATA Constant Public Type reference (TYPE) ISH_OBJECT_TYPE 13525 Object Type 20070813
2 GS_CONNDATA Instance attribute Protected Type reference (TYPE) N1CONNDATA Connectivity: Handler Data for Object 20070813
3 GS_CONNDATA_ORIG Instance attribute Protected Type reference (TYPE) N1CONNDATA Connectivity: Handler Data for Object 20070813
4 G_DELETIONMARK Instance attribute Protected Type reference (TYPE) N1DELETIONMARK Deletion Indicator 20070813
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONNDATA Instance method Public Method Returns Current Date 20070813
2 GET_CONNDATA_ORIG Instance method Public Method Returns Old Date 20070813
3 GET_DELETIONMARK Instance method Public Method Returns Deletion Indicator 20070813
4 GET_NAME Instance method Public Method Returns Parameter Name 20070813
5 GET_VALUE Instance method Public Method Returns Parameter Value 20070813
6 GET_VKGID Instance method Public Method Returns Corresponding VKGID 20070813
7 LOAD_BY_DATA Static method Public Method Loads Objects Using Data (Without DB) 20070813
8 LOAD_BY_KEY Static method Public Method Loads Data from DB 20070813
9 SAVE_AND_COMMIT Instance method Public Method Update Object (Without Updater) 20070813
10 SET_DELETIONMARK Instance method Public Method Sets Deletion Indicator 20070813
11 SET_NAME Instance method Public Method Sets Parameter Name 20070813
12 SET_TIMESTAMP Instance method Public Method Sets Current Time Stamp 20070813
13 SET_VALUE Instance method Public Method Sets Parameter Value 20070813
14 SET_VKGID Instance method Public Method Sets VKGID 20070813
Events
Class CL_ISHMED_CONNDATA has no event.
Types
Class CL_ISHMED_CONNDATA has no local type.
Method Signatures

Method GET_CONNDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CONNDATA Value transfer Type reference (TYPE) N1CONNDATA Connectivity: Handlerdaten zum Objekt 20070813

Method GET_CONNDATA on class CL_ISHMED_CONNDATA has no exception.

Method GET_CONNDATA_ORIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CONNDATA_ORIG Value transfer Type reference (TYPE) N1CONNDATA Connectivity: Handlerdaten zum Objekt 20070813

Method GET_CONNDATA_ORIG on class CL_ISHMED_CONNDATA has no exception.

Method GET_DELETIONMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DELETIONMARK Value transfer Type reference (TYPE) N1DELETIONMARK Löschkennzeichen 20070813

Method GET_DELETIONMARK on class CL_ISHMED_CONNDATA has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) N1CONNDATA-NAME Parametername 20070818

Method GET_NAME on class CL_ISHMED_CONNDATA has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) N1CONNDATA-VALUE Parameterwert 20070818

Method GET_VALUE on class CL_ISHMED_CONNDATA has no exception.

Method GET_VKGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VKGID Value transfer Type reference (TYPE) N1VKGID IS-H: KLAT/VKG: ID einer Auftragsposition (Vormerkung) 20070818

Method GET_VKGID on class CL_ISHMED_CONNDATA has no exception.

Method LOAD_BY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_N1CONNDATA Value transfer Type reference (TYPE) N1CONNDATA Connectivity: Handlerdaten zum Objekt 20070818
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_CONNDATA Connectivity: Daten des Handlers 20070818

Method LOAD_BY_DATA on class CL_ISHMED_CONNDATA has no exception.

Method LOAD_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Value transfer Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20070818
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_CONNDATA Connectivity: Daten des Handlers 20070818

Method LOAD_BY_KEY on class CL_ISHMED_CONNDATA has no exception.

Method SAVE_AND_COMMIT 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 20070818
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070818
3 Importing I_TCODE Value transfer Type reference (TYPE) SY-TCODE Aktueller Transaktionscode 20070818
4 Importing I_TESTRUN Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20070818

Method SAVE_AND_COMMIT on class CL_ISHMED_CONNDATA has no exception.

Method SET_DELETIONMARK Signature

Method SET_DELETIONMARK on class CL_ISHMED_CONNDATA has no parameter.
Method SET_DELETIONMARK on class CL_ISHMED_CONNDATA has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) N1CONNDATA-NAME Parametername 20070818

Method SET_NAME on class CL_ISHMED_CONNDATA has no exception.

Method SET_TIMESTAMP Signature

Method SET_TIMESTAMP on class CL_ISHMED_CONNDATA has no parameter.
Method SET_TIMESTAMP on class CL_ISHMED_CONNDATA has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Value transfer Type reference (TYPE) N1CONNDATA-VALUE Parameterwert 20070818

Method SET_VALUE on class CL_ISHMED_CONNDATA has no exception.

Method SET_VKGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VKGID Value transfer Type reference (TYPE) N1VKGID IS-H: KLAT/VKG: ID einer Auftragsposition (Vormerkung) 20070818

Method SET_VKGID on class CL_ISHMED_CONNDATA has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in