SAP ABAP Class CL_ISH_DESEL (IS-H: Design Element)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1CORDMG (Package) IS-H: Clinical Ordering; TSA Development
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_MASTER_DATA IS-H: Base Class for Master Data Objects 20030812
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CORDT_ELEM IS-H: Element of an Order Type 20030809
Properties
Class CL_ISH_DESEL  
Short Description IS-H: Design Element    
Super Class CL_ISH_MASTER_DATA IS-H: Base Class for Master Data Objects 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1CORDMG   IS-H: Clinical Ordering; TSA Development 
Created 20030807   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_DESEL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CORDT_ELEM IS-H: Element of an Order Type 20030809
Friends
Class CL_ISH_DESEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_01 Constant Public Type reference (TYPE) N1DESELTYP '01' IS-H: Types of Design Elements 20030809
2 CO_02 Constant Public Type reference (TYPE) N1DESELTYP '02' IS-H: Types of Design Elements 20030809
3 GS_N1DESEL Instance attribute Protected Type reference (TYPE) N1DESEL IS-H: Design Elements 20030807
4 GS_N1DESELT Instance attribute Protected Type reference (TYPE) N1DESELT IS-H: Design Element Texts 20030807
5 GS_N1DESELT_ORIG Instance attribute Protected Type reference (TYPE) N1DESELT IS-H: Design Element Texts 20030812
6 GS_N1DESEL_ORIG Instance attribute Protected Type reference (TYPE) N1DESEL IS-H: Design Elements 20030812
7 GT_DESEL Static Attribute Protected Type reference (TYPE) ISH_T_DESEL IS-H: Table with CL_ISH_DESEL Object References 20030807
8 G_DESEL_READ Static Attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20030807
9 G_MODE_N1DESELT Instance attribute Protected Type reference (TYPE) ISH_MODUS IS-H: Processing Mode for Data Records (I/U/D) 20030815
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_N1DESEL Instance method Protected Method Checks GS_N1DESEL 20030812
2 CHECK_N1DESELT Instance method Protected Method Checks GS_N1DESELT 20030812
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030807
4 CREATE Static method Public Method Creates a New Object (not in DB) 20030812
5 FILL_N1DESEL Instance method Protected Method Fills Automatically Generated N1DESEL Fields 20030812
6 FILL_N1DESELT Instance method Protected Method Fills Automatically Generated N1DESELT Fields 20030812
7 GET_ASS_TYPE Instance method Public Method 20030811
8 GET_DATA Instance method Public Method Returns the Data of a Design Element 20030807
9 GET_DESEL Static method Public Method Returns a Design Element as Object 20030807
10 GET_DESELID Instance method Public Method Returns the DESELID of a Design Element 20030807
11 GET_DESELSN Instance method Public Method Returns the Name of a Design Element 20030807
12 GET_DESELTYP Instance method Public Method Returns the Type of a Design Element 20040204
13 GET_ELEM_NAME Instance method Public Method 20030811
14 GET_ELEM_TYPE Instance method Public Method 20030811
15 GET_TMP_DESELID Instance method Protected Method Returns a Temporary DESELID 20030812
16 GET_T_DESEL Static method Public Method Returns All Available Design Elements as Object List 20030807
17 INITIALIZE Instance method Protected Method Initializes Self 20030812
18 IS_CHANGED_N1DESEL Instance method Protected Method Returns Whether GS_N1DESEL Has Been Modified 20030812
19 IS_CHANGED_N1DESELT Instance method Protected Method Returns Whether GS_N1DESELT Has Been Modified 20030812
20 LOAD Static method Public Method Creates a New Object (from DB) 20030812
21 READ_FROM_DB Instance method Protected Method Reads from DB 20030812
22 SAVE_N1DESEL Instance method Protected Method Save N1DESEL 20030812
23 SAVE_N1DESELT Instance method Protected Method Save N1DESELT 20030812
24 SET_DATA Instance method Public Method Sets the Data in the Object 20030812
Events
Class CL_ISH_DESEL has no event.
Types
Class CL_ISH_DESEL has no local type.
Method Signatures

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

Method CHECK_N1DESEL on class CL_ISH_DESEL has no exception.

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

Method CHECK_N1DESELT on class CL_ISH_DESEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_N1DESEL Value transfer Type reference (TYPE) N1DESEL IS-H: Designelemente 20030807
2 Importing IS_N1DESELT Value transfer Type reference (TYPE) N1DESELT IS-H: Texte zu Designelementen 20030807
3 Importing I_MODE Value transfer Type reference (TYPE) ISH_MODUS IS-H: Bearbeitungsmodus von Datensätzen (I/U/D) 20030812

Method CONSTRUCTOR on class CL_ISH_DESEL has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_DESEL IS-H: Designelement 20030812
2 Importing IS_N1DESEL Value transfer Type reference (TYPE) N1DESEL IS-H: Designelemente 20030812
3 Importing IS_N1DESELT Value transfer Type reference (TYPE) N1DESELT IS-H: Texte zu Designelementen 20030812

Method CREATE on class CL_ISH_DESEL has no exception.

Method FILL_N1DESEL Signature

Method FILL_N1DESEL on class CL_ISH_DESEL has no parameter.
Method FILL_N1DESEL on class CL_ISH_DESEL has no exception.

Method FILL_N1DESELT Signature

Method FILL_N1DESELT on class CL_ISH_DESEL has no parameter.
Method FILL_N1DESELT on class CL_ISH_DESEL has no exception.

Method GET_ASS_TYPE Signature

Method GET_ASS_TYPE on class CL_ISH_DESEL has no parameter.
Method GET_ASS_TYPE on class CL_ISH_DESEL has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_N1DESEL Value transfer Type reference (TYPE) N1DESEL IS-H: Designelemente 20030807
2 Exporting ES_N1DESELT Value transfer Type reference (TYPE) N1DESELT IS-H: Texte zu Designelementen 20030807

Method GET_DATA on class CL_ISH_DESEL has no exception.

Method GET_DESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESELID Value transfer Type reference (TYPE) N1DESEL-DESELID IS-H: ID eines Designelements 20030807
2 Returning RR_DESEL Value transfer Object reference (TYPE REF TO) CL_ISH_DESEL IS-H: Designelement 20030807

Method GET_DESEL on class CL_ISH_DESEL has no exception.

Method GET_DESELID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESELID Value transfer Type reference (TYPE) N1DESEL-DESELID IS-H: ID eines Designelements 20030807

Method GET_DESELID on class CL_ISH_DESEL has no exception.

Method GET_DESELSN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESELSN Value transfer Type reference (TYPE) N1DESELT-DESELSN IS-H: Bezeichnung eines Designelements 20030807

Method GET_DESELSN on class CL_ISH_DESEL has no exception.

Method GET_DESELTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESELTYP Value transfer Type reference (TYPE) N1DESEL-DESELTYP IS-H: KLAT/VKG: Typen von Designelementen 20040204

Method GET_DESELTYP on class CL_ISH_DESEL has no exception.

Method GET_ELEM_NAME Signature

Method GET_ELEM_NAME on class CL_ISH_DESEL has no parameter.
Method GET_ELEM_NAME on class CL_ISH_DESEL has no exception.

Method GET_ELEM_TYPE Signature

Method GET_ELEM_TYPE on class CL_ISH_DESEL has no parameter.
Method GET_ELEM_TYPE on class CL_ISH_DESEL has no exception.

Method GET_TMP_DESELID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESELID Value transfer Type reference (TYPE) N1DESEL-DESELID IS-H: ID eines Designelements 20030812

Method GET_TMP_DESELID on class CL_ISH_DESEL has no exception.

Method GET_T_DESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFRESH Value transfer Type reference (TYPE) ISH_ON_OFF '' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030812
2 Returning RT_DESEL Value transfer Type reference (TYPE) ISH_T_DESEL IS-H: Tabelle mit CL_ISH_DESEL Objektreferenzen 20030807

Method GET_T_DESEL on class CL_ISH_DESEL has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_ISH_DESEL has no parameter.
Method INITIALIZE on class CL_ISH_DESEL has no exception.

Method IS_CHANGED_N1DESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030812

Method IS_CHANGED_N1DESEL on class CL_ISH_DESEL has no exception.

Method IS_CHANGED_N1DESELT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030812

Method IS_CHANGED_N1DESELT on class CL_ISH_DESEL has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_DESEL IS-H: Designelement 20030812
2 Importing IS_N1DESEL Value transfer Type reference (TYPE) N1DESEL IS-H: Designelemente 20030812
3 Importing IS_N1DESELT Value transfer Type reference (TYPE) N1DESELT IS-H: Texte zu Designelementen 20030812
4 Importing I_READ_FROM_DB Value transfer Type reference (TYPE) ISH_ON_OFF 'X' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030812

Method LOAD on class CL_ISH_DESEL has no exception.

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESELID Value transfer Type reference (TYPE) N1DESEL-DESELID IS-H: ID eines Designelements 20030812

Method READ_FROM_DB on class CL_ISH_DESEL has no exception.

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

Method SAVE_N1DESEL on class CL_ISH_DESEL has no exception.

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

Method SAVE_N1DESELT on class CL_ISH_DESEL has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESELSN Value transfer Type reference (TYPE) N1DESELT-DESELSN IS-H: Bezeichnung eines Designelements 20030812
2 Importing I_DESELTYP Value transfer Type reference (TYPE) N1DESEL-DESELTYP IS-H: Typen von Designelementen 20030812

Method SET_DATA on class CL_ISH_DESEL has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 472