SAP ABAP Class CL_ISH_ERROR (IS-H: Description of Errors)
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 | 20050502 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20050502 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20050502 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_ERROR_APMG | IS-H: Description of Errors in Appointment Management | 20050502 |
Properties
Class | CL_ISH_ERROR | |
Short Description | IS-H: Description of Errors | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | N1BASE | IS-H: Basic Functionality; TSA Development |
Created | 20050502 | SAP |
Last change | 20050520 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ISH_ERROR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20050502 | ||
2 | IF_ISH_IDENTIFY_OBJECT | IS-H: Assign a Type to an Object | 20050502 | ||
3 | IF_ISH_OBJECT_TYPES | IS-H: Definition of Types | 20050502 |
Friends
Class CL_ISH_ERROR has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Checks of Error Was Inherited | 20050504 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050503 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050502 |
4 | ![]() |
Static method | Public | Method | Instantiation of the Class CL_ISH_ERROR | 20050502 |
5 | ![]() |
Instance method | Public | Method | Return Encountered Error | 20050502 |
6 | ![]() |
Instance method | Protected | Method | Determination of the Different Error Levels | 20050503 |
7 | ![]() |
Instance method | Protected | Method | Return All Defined Possible Errors | 20050503 |
8 | ![]() |
Instance method | Public | Method | 20050502 | |
9 | ![]() |
Instance method | Public | Method | 20050502 | |
10 | ![]() |
Instance method | Public | Method | Checks if a Specific Error Has Occurred | 20050503 |
11 | ![]() |
Instance method | Public | Method | Checks if Error Is Derived from General Error | 20050503 |
12 | ![]() |
Instance method | Public | Method | Checks if a Specific Error Occurred/Is Inherited | 20050503 |
13 | ![]() |
Instance method | Protected | Method | Checks if a Specific Error Has Occurred | 20050503 |
14 | ![]() |
Instance method | Public | Method | 20050502 | |
15 | ![]() |
Instance method | Protected | Method | Checks if Error Concerns Own Class | 20050503 |
16 | ![]() |
Instance method | Public | Method | Set Encountered Error | 20050502 |
Events
Class CL_ISH_ERROR has no event.
Types
Class CL_ISH_ERROR has no local type.
Method Signatures
Method CHECK_ERROR_INHERITED_FROM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | Fehler der geprüft werden soll | 20050504 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Fehler betrifft eigene Klasse bzw. wird geerbt ON/OFF | 20050504 |
Method CHECK_ERROR_INHERITED_FROM on class CL_ISH_ERROR has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ISH_ERROR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_ERROR has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ISH_ERROR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Instanzierung nicht möglich | 20050502 |
Method CREATE 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 | Instanz zur Fehlerbearbeitung | 20050502 | ||
2 | ![]() |
ER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISH_ERROR | Instanz der Klasse CL_ISH_ERROR | 20050502 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050502 |
Method CREATE on class CL_ISH_ERROR has no exception.
Method GET_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | aufgetretener Fehler | 20050502 |
Method GET_ERROR on class CL_ISH_ERROR has no exception.
Method GET_ERROR_LEVELS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | Fehler | 20050503 | ||
2 | ![]() |
RT_ERROR_LEVELS | Value transfer | Type reference (TYPE) | ISHMED_T_ERROR | Rückgabe der div. Fehler-Levels | 20050503 |
Method GET_ERROR_LEVELS on class CL_ISH_ERROR has no exception.
Method GET_OWN_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ERROR | Value transfer | Type reference (TYPE) | ISHMED_T_ERROR | Tabelle mit allen definierten möglichen Fehler | 20050503 |
Method GET_OWN_ERROR on class CL_ISH_ERROR has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_ISH_ERROR has no parameter.
Method GET_TYPE on class CL_ISH_ERROR has no exception.
Method IS_A Signature
Method IS_A on class CL_ISH_ERROR has no parameter.
Method IS_A on class CL_ISH_ERROR has no exception.
Method IS_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | Fehler gegen den geprüft werden soll | 20050503 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Fehler entspricht dem übergebenen Fehler ON/OFF | 20050503 |
Method IS_ERROR on class CL_ISH_ERROR has no exception.
Method IS_ERROR_DERIVED_FROM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | Fehler gegen den geprüft werden soll | 20050503 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Fehler von übergebenem Fehler abgeleitet ON/OFF | 20050503 |
Method IS_ERROR_DERIVED_FROM on class CL_ISH_ERROR has no exception.
Method IS_ERROR_INHERITED_FROM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | zu prüfender Fehler | 20050504 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Fehler betrifft eigene Klasse bzw. wird geerbt ON/OFF | 20050503 |
Method IS_ERROR_INHERITED_FROM on class CL_ISH_ERROR has no exception.
Method IS_ERROR_IN_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ERROR | Value transfer | Type reference (TYPE) | ISHMED_T_ERROR | Tabelle mit allen definierten Fehlern | 20050503 | ||
2 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | Fehler gegen den geprüft werden soll | 20050503 | ||
3 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Fehler entspricht dem übergebenen Fehler ON/OFF | 20050503 |
Method IS_ERROR_IN_TABLE on class CL_ISH_ERROR has no exception.
Method IS_INHERITED_FROM Signature
Method IS_INHERITED_FROM on class CL_ISH_ERROR has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_ERROR has no exception.
Method IS_OWN_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | Fehler der geprüft werden soll | 20050503 | ||
2 | ![]() |
R_IS | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Fehler betrifft eigene Klasse ON/OFF | 20050503 |
Method IS_OWN_ERROR on class CL_ISH_ERROR has no exception.
Method SET_ERROR 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 | Instanz zur Fehlerbehandlung | 20050504 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050504 | ||
3 | ![]() |
I_ERROR | Value transfer | Type reference (TYPE) | N1_ERROR | aufgetretener Fehler | 20050502 |
Method SET_ERROR on class CL_ISH_ERROR has no exception.
History
Last changed by/on | SAP | 20050520 |
SAP Release Created in | 600 |