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 | Constant | Public | Type reference (TYPE) | I | 1 | Object Type Hit List Catalog | 20040605 | ||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20040605 | |||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | STRING | ID Key of the Catalog | 20040605 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | Long Name of the Catalog | 20040605 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | Short Name of Catalog | 20040605 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | SY-DATUM | Valid-From Date of the Catalog | 20040605 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SY-DATUM | Valid-To Date of the Catalog | 20040605 | |||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20040605 | |||||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20040605 | |||||
| 10 | Instance attribute | Public | Attribute reference (LIKE) | 20040605 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the Key of the Catalog | 20040605 | |
| 2 | Instance method | Public | Method | Returns the Long Name of the Catalog | 20040605 | |
| 3 | Instance method | Public | Method | Returns the Short Name of the Catalog | 20040605 | |
| 4 | Instance method | Public | Method | 20040605 | ||
| 5 | Instance method | Public | Method | Returns the Valid-From Date of the Catalog | 20040605 | |
| 6 | Instance method | Public | Method | Returns the Valid-To Date of the Catalog | 20040605 | |
| 7 | Instance method | Protected | Method | Initializes the Catalog (not the Catalog Entries) | 20040605 | |
| 8 | Instance method | Protected | Method | Initializes the Catalog Attributes | 20040605 | |
| 9 | Instance method | Public | Method | 20040605 | ||
| 10 | Instance method | Public | Method | 20040605 | ||
| 11 | 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 | 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 | 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 | 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 | 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 | 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 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20040605 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20040605 | |||
| 3 | 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 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20040605 | |||
| 2 | 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 | I_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | SY-DATUM | Zeitpunkt der Gültigkeitsprüfung | 20040605 | ||
| 2 | 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 |