SAP ABAP Class CL_ISH_UTL_BASE_CONV (IS-H: General Conversion)
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 | 20070814 |
Properties
Class | CL_ISH_UTL_BASE_CONV | |
Short Description | IS-H: General Conversion | |
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 | 20070814 | SAP |
Last change | 20071120 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20070814 |
Friends
Class CL_ISH_UTL_BASE_CONV has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Converts the Long Text for a String | 20070814 |
2 | ![]() |
Static method | Public | Method | Converts the String for a Long Text | 20070814 |
3 | ![]() |
Static method | Public | Method | Convert Building Unit ID to ISHMED Standard | 20070814 |
4 | ![]() |
Static method | Public | Method | Convert Character-Type Value to External Format | 20070814 |
5 | ![]() |
Static method | Public | Method | Convert Character-Type Value into Internal Format | 20070814 |
6 | ![]() |
Static method | Public | Method | Convert Date to External Format | 20070814 |
7 | ![]() |
Static method | Public | Method | Convert Scheduling Type to ISHMED Standard | 20070814 |
8 | ![]() |
Static method | Public | Method | Convert Institution to ISHMED Standard | 20070814 |
9 | ![]() |
Static method | Public | Method | Convert Business Partner to ISHMED Standard | 20070814 |
10 | ![]() |
Static method | Public | Method | Convert Org. Unit ID to ISHMED Standard | 20070814 |
11 | ![]() |
Static method | Public | Method | Convert Personnel Number to ISHMED Standard | 20070814 |
12 | ![]() |
Static method | Public | Method | Convert Time to External Format | 20070814 |
13 | ![]() |
Static method | Public | Method | Convert Time into Internal Format | 20070814 |
14 | ![]() |
Static method | Public | Method | Transfer Objects to Table of Type ISH_OBJECTLIST | 20070814 |
Events
Class CL_ISH_UTL_BASE_CONV has no event.
Types
Class CL_ISH_UTL_BASE_CONV has no local type.
Method Signatures
Method CONVERT_LONGTEXT_TO_STRING 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 | 20070814 | ||
2 | ![]() |
E_LONGTEXT | Value transfer | Type reference (TYPE) | STRING | Langtext als String | 20070814 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20070814 | ||
4 | ![]() |
IT_TLINE | Value transfer | Type reference (TYPE) | ISH_T_TEXTMODULE_TLINE | IS-H: Tabellentyp für die SAPScript-Texte | 20070814 | ||
5 | ![]() |
I_SEPARATOR | Value transfer | Type reference (TYPE) | STRING | Zeilen-Trennzeichen | 20070814 |
Method CONVERT_LONGTEXT_TO_STRING on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONVERT_STRING_TO_LONGTEXT 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 | 20070814 | ||
2 | ![]() |
ET_TLINE | Call by reference | Type reference (TYPE) | ISH_T_TEXTMODULE_TLINE | IS-H: Tabellentyp für die SAPScript-Texte | 20070814 | ||
3 | ![]() |
E_IS_LONGTEXT | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20070814 | ||
4 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20070814 | ||
5 | ![]() |
I_LENGTH | Value transfer | Type reference (TYPE) | I | 70 | 20070814 | ||
6 | ![]() |
I_SEPERATOR_SIGN | Value transfer | Type reference (TYPE) | STRING | Trennzeichen (Type STRING) | 20070814 | ||
7 | ![]() |
I_STRING | Value transfer | Type reference (TYPE) | STRING | 20070814 |
Method CONVERT_STRING_TO_LONGTEXT on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONV_BAUID_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BAUID | Value transfer | Type reference (TYPE) | ANY | 20070814 | |||
2 | ![]() |
R_BAUID | Value transfer | Type reference (TYPE) | BAUID | IS-H: Identifikation einer baulichen Einheit | 20070814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070814 |
Method CONV_CHAR_TO_EXTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_VALUE | Value transfer | Type reference (TYPE) | C | Wert des Feldes | 20070814 |
Method CONV_CHAR_TO_EXTERN on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONV_CHAR_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_VALUE | Value transfer | Type reference (TYPE) | C | Wert des Feldes | 20070814 | ||
2 | ![]() |
I_LENGTH | Value transfer | Type reference (TYPE) | I | Länge des Feldes | 20070814 |
Method CONV_CHAR_TO_INTERN on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONV_DATE_TO_EXTERN 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 | Datum | 20070814 | ||
2 | ![]() |
R_DATE | Value transfer | Type reference (TYPE) | STRING | Datum in externer Darstellung | 20070814 |
Method CONV_DATE_TO_EXTERN on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONV_DSPTY_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DSPTY | Value transfer | Type reference (TYPE) | ANY | 20070814 | |||
2 | ![]() |
R_DSPTY | Value transfer | Type reference (TYPE) | ISH_DSPT | IS-H: Dispositionstyp für die Besuchsdisposition | 20070814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070814 |
Method CONV_EINRI_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EINRI | Value transfer | Type reference (TYPE) | ANY | 20070814 | |||
2 | ![]() |
R_EINRI | Value transfer | Type reference (TYPE) | EINRI | IS-H: Einrichtung | 20070814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070814 |
Method CONV_GPART_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GPART | Value transfer | Type reference (TYPE) | ANY | 20070814 | |||
2 | ![]() |
R_GPART | Value transfer | Type reference (TYPE) | GPARTNER | IS-H: Geschäftspartner | 20070814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070814 |
Method CONV_ORGID_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ORGID | Value transfer | Type reference (TYPE) | ANY | 20070814 | |||
2 | ![]() |
R_ORGID | Value transfer | Type reference (TYPE) | ORGID | IS-H: Identifikation der Organisationseinheit | 20070814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070814 |
Method CONV_PERNR_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PERNR | Value transfer | Type reference (TYPE) | ANY | 20070814 | |||
2 | ![]() |
R_PERNR | Value transfer | Type reference (TYPE) | P_PERNR | Standard Selektionen für HR-Stammdaten-Reporting | 20070814 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070814 |
Method CONV_TIME_TO_EXTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TIME | Value transfer | Type reference (TYPE) | SY-UZEIT | Uhrzeit | 20070814 | ||
2 | ![]() |
R_TIME | Value transfer | Type reference (TYPE) | STRING | Uhrzeit in externer Darstellung | 20070814 |
Method CONV_TIME_TO_EXTERN on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONV_TIME_TO_INTERN 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 | 20070814 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20070814 | ||
3 | ![]() |
E_TIME | Value transfer | Type reference (TYPE) | SY-UZEIT | Uhrzeit in interner Darstellung | 20070814 | ||
4 | ![]() |
I_TIME | Value transfer | Type reference (TYPE) | STRING | Uhrzeit | 20070814 |
Method CONV_TIME_TO_INTERN on class CL_ISH_UTL_BASE_CONV has no exception.
Method CONV_TO_OBJLIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_OBJECTS | Value transfer | Type reference (TYPE) | TABLE | Bewegungsdaten | 20070814 | ||
2 | ![]() |
RT_OBJECTLIST | Value transfer | Type reference (TYPE) | ISH_OBJECTLIST | Objekte in Tabelle vom Typ ISH_OBJECTLIST | 20070814 |
Method CONV_TO_OBJLIST on class CL_ISH_UTL_BASE_CONV has no exception.
History
Last changed by/on | SAP | 20071120 |
SAP Release Created in |