SAP ABAP Class CL_ISHMED_CONNSTATE (ISHMED: Connectivity - Status of Action)
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 20070802
Properties
Class CL_ISHMED_CONNSTATE  
Short Description ISHMED: Connectivity - Status of Action    
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 20070802   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_CONNSTATE has no forward declaration.
Interfaces
Class CL_ISHMED_CONNSTATE has no interface implemented.
Friends
Class CL_ISHMED_CONNSTATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_OTYPE_CONNSTATE Constant Protected Type reference (TYPE) ISH_OBJECT_TYPE 13503 Object Type 20070802
2 CO_STATE_DONE Constant Public Type reference (TYPE) N1CONN_STATE '50' Connectivity: Status of Action 20070802
3 CO_STATE_ERROR Constant Public Type reference (TYPE) N1CONN_STATE '20' Connectivity: Status of Action 20070802
4 CO_STATE_INITIAL Constant Public Type reference (TYPE) N1CONN_STATE '00' Connectivity: Status of Action 20070802
5 CO_STATE_IN_PROGRESS Constant Public Type reference (TYPE) N1CONN_STATE '15' Connectivity: Status of Action 20070802
6 CO_STATE_NOTSEND Constant Public Type reference (TYPE) N1CONN_STATE '10' Connectivity: Status of Action 20070802
7 GS_CONNSTATE Instance attribute Protected Type reference (TYPE) N1CONNSTATE Connectivity: Status of Action 20070802
8 GS_CONNSTATE_ORIG Instance attribute Protected Type reference (TYPE) N1CONNSTATE Connectivity: Status of Action 20070802
9 G_DELETIONMARK Instance attribute Protected Type reference (TYPE) N1DELETIONMARK Deletion Indicator 20070802
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTION Instance method Public Method Returns Action 20070810
2 GET_CONNSTATE Instance method Public Method Returns Current Data 20070802
3 GET_CONNSTATE_ORIG Instance method Public Method Returns Original Data 20070802
4 GET_DELETIONMARK Instance method Protected Method Returns Deletion Indicator 20070802
5 GET_STATE Instance method Public Method Returns Current Status 20070810
6 GET_VKGID Instance method Public Method Returns Corresponding VKGID 20070802
7 LOAD_BY_DATA Static method Public Method Loads Objects Using Data (Without DB) 20070810
8 LOAD_BY_KEY Static method Public Method Loads Object from DB 20070810
9 SAVE_AND_COMMIT Instance method Public Method Update Object (Without Updater) 20070810
10 SET_STATE Instance method Public Method Sets Current Status 20070810
11 SET_TIMESTAMP Instance method Public Method Sets Current Time Stamp 20070810
12 SET_VKGID Instance method Public Method Sets VKGID 20070802
Events
Class CL_ISHMED_CONNSTATE has no event.
Types
Class CL_ISHMED_CONNSTATE has no local type.
Method Signatures

Method GET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTION Value transfer Type reference (TYPE) N1CONN_HNDL_ACTION Connectivity: Aktion eines Handlers 20070810

Method GET_ACTION on class CL_ISHMED_CONNSTATE has no exception.

Method GET_CONNSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CONNSTATE Value transfer Type reference (TYPE) N1CONNSTATE Connectivity: Status einer Aktion 20070810

Method GET_CONNSTATE on class CL_ISHMED_CONNSTATE has no exception.

Method GET_CONNSTATE_ORIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CONNSTATE_ORIG Value transfer Type reference (TYPE) N1CONNSTATE Connectivity: Status einer Aktion 20070810

Method GET_CONNSTATE_ORIG on class CL_ISHMED_CONNSTATE 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 20070810

Method GET_DELETIONMARK on class CL_ISHMED_CONNSTATE has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATE Value transfer Type reference (TYPE) N1CONN_STATE Connectivity: Status der Aktion 20070810

Method GET_STATE on class CL_ISHMED_CONNSTATE 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) 20070810

Method GET_VKGID on class CL_ISHMED_CONNSTATE 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_CONNSTATE Value transfer Type reference (TYPE) N1CONNSTATE Connectivity: Status einer Aktion 20070810
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_CONNSTATE Connectivity: Status einer Aktion 20070810

Method LOAD_BY_DATA on class CL_ISHMED_CONNSTATE 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 Connectivity: Status der Aktion 20070810
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_CONNSTATE Connectivity: Status einer Aktion 20070810

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

Method SAVE_AND_COMMIT on class CL_ISHMED_CONNSTATE has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATE Value transfer Type reference (TYPE) N1CONN_STATE Connectivity: Status der Aktion 20070810

Method SET_STATE on class CL_ISHMED_CONNSTATE has no exception.

Method SET_TIMESTAMP Signature

Method SET_TIMESTAMP on class CL_ISHMED_CONNSTATE has no parameter.
Method SET_TIMESTAMP on class CL_ISHMED_CONNSTATE 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) 20070810

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