SAP ABAP Class CL_ISH_HITCAT (IS-H: Base Class for Hit List Catalogs)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
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 20040605
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20040605
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20040605
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_HITCAT_SERVICE IS-H: Base Class for Service Hit List Catalogs 20040605
Properties
Class CL_ISH_HITCAT  
Short Description IS-H: Base Class for Hit List Catalogs    
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 20040605   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_HITCAT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20040605
2 IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20040605
3 IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20040605
Friends
Class CL_ISH_HITCAT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_TYPE_HITCAT Constant Public Type reference (TYPE) I 1 Object Type Hit List Catalog 20040605
2 FALSE Instance attribute Public Attribute reference (LIKE) 20040605
3 G_ID Instance attribute Protected Type reference (TYPE) STRING ID Key of the Catalog 20040605
4 G_LONGNAME Instance attribute Protected Type reference (TYPE) STRING Long Name of the Catalog 20040605
5 G_SHORTNAME Instance attribute Protected Type reference (TYPE) STRING Short Name of Catalog 20040605
6 G_VALID_FROM Instance attribute Protected Type reference (TYPE) SY-DATUM Valid-From Date of the Catalog 20040605
7 G_VALID_TO Instance attribute Protected Type reference (TYPE) SY-DATUM Valid-To Date of the Catalog 20040605
8 OFF Instance attribute Public Attribute reference (LIKE) 20040605
9 ON Instance attribute Public Attribute reference (LIKE) 20040605
10 TRUE Instance attribute Public Attribute reference (LIKE) 20040605
Methods
# Method Level Visibility Method type Description Created on
1 GET_ID Instance method Public Method Returns the Key of the Catalog 20040605
2 GET_LONGNAME Instance method Public Method Returns the Long Name of the Catalog 20040605
3 GET_SHORTNAME Instance method Public Method Returns the Short Name of the Catalog 20040605
4 GET_TYPE Instance method Public Method 20040605
5 GET_VALID_FROM Instance method Public Method Returns the Valid-From Date of the Catalog 20040605
6 GET_VALID_TO Instance method Public Method Returns the Valid-To Date of the Catalog 20040605
7 INITIALIZE Instance method Protected Method Initializes the Catalog (not the Catalog Entries) 20040605
8 INITIALIZE_ATTRIBUTES Instance method Protected Method Initializes the Catalog Attributes 20040605
9 IS_A Instance method Public Method 20040605
10 IS_INHERITED_FROM Instance method Public Method 20040605
11 IS_VALID Instance method Public Method Returns Whether the Catalog Is Valid 20040605
Events
Class CL_ISH_HITCAT has no event.
Types
Class CL_ISH_HITCAT has no local type.
Method Signatures

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) STRING Schlüssel des Katalogs 20040605

Method GET_ID on class CL_ISH_HITCAT has no exception.

Method GET_LONGNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LONGNAME Value transfer Type reference (TYPE) STRING Langbezeichnung des Katalogs 20040605

Method GET_LONGNAME on class CL_ISH_HITCAT has no exception.

Method GET_SHORTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SHORTNAME Value transfer Type reference (TYPE) STRING Kurzbezeichnung des Katalogs 20040605

Method GET_SHORTNAME on class CL_ISH_HITCAT has no exception.

Method GET_TYPE Signature

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

Method GET_VALID_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALID_FROM Value transfer Type reference (TYPE) SY-DATUM Gültigkeitsbeginn des Katalogs 20040605

Method GET_VALID_FROM on class CL_ISH_HITCAT has no exception.

Method GET_VALID_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_VALID_TO Value transfer Type reference (TYPE) SY-DATUM Gültigkeitsende des Katalogs 20040605

Method GET_VALID_TO on class CL_ISH_HITCAT has no exception.

Method INITIALIZE 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 20040605
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040605
3 Importing I_ID Value transfer Type reference (TYPE) STRING Schlüssel des Katalogs 20040605

Method INITIALIZE on class CL_ISH_HITCAT has no exception.

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

Method INITIALIZE_ATTRIBUTES on class CL_ISH_HITCAT has no exception.

Method IS_A Signature

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

Method IS_INHERITED_FROM Signature

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

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE Value transfer Type reference (TYPE) SY-DATUM SY-DATUM Zeitpunkt der Gültigkeitsprüfung 20040605
2 Returning R_IS_VALID Value transfer Type reference (TYPE) ISH_ON_OFF Kennzeichen, ob gültig 20040605

Method IS_VALID on class CL_ISH_HITCAT has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 473