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 ABAP 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Public Attribute reference (LIKE) 20070814
2 CO_MODE_DELETE Instance attribute Public Attribute reference (LIKE) 20070814
3 CO_MODE_ERROR Instance attribute Public Attribute reference (LIKE) 20070814
4 CO_MODE_INSERT Instance attribute Public Attribute reference (LIKE) 20070814
5 CO_MODE_UNCHANGED Instance attribute Public Attribute reference (LIKE) 20070814
6 CO_MODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20070814
7 CV_AUSTRIA Instance attribute Public Attribute reference (LIKE) 20070814
8 CV_CANADA Instance attribute Public Attribute reference (LIKE) 20070814
9 CV_FRANCE Instance attribute Public Attribute reference (LIKE) 20070814
10 CV_GERMANY Instance attribute Public Attribute reference (LIKE) 20070814
11 CV_ITALY Instance attribute Public Attribute reference (LIKE) 20070814
12 CV_NETHERLANDS Instance attribute Public Attribute reference (LIKE) 20070814
13 CV_SINGAPORE Instance attribute Public Attribute reference (LIKE) 20070814
14 CV_SPAIN Instance attribute Public Attribute reference (LIKE) 20070814
15 CV_SWITZERLAND Instance attribute Public Attribute reference (LIKE) 20070814
16 FALSE Instance attribute Public Attribute reference (LIKE) 20070814
17 INACTIVE Instance attribute Public Attribute reference (LIKE) 20070814
18 NO Instance attribute Public Attribute reference (LIKE) 20070814
19 OFF Instance attribute Public Attribute reference (LIKE) 20070814
20 ON Instance attribute Public Attribute reference (LIKE) 20070814
21 TRUE Instance attribute Public Attribute reference (LIKE) 20070814
22 YES Instance attribute Public Attribute reference (LIKE) 20070814
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_LONGTEXT_TO_STRING Static method Public Method Converts the Long Text for a String 20070814
2 CONVERT_STRING_TO_LONGTEXT Static method Public Method Converts the String for a Long Text 20070814
3 CONV_BAUID_TO_INTERN Static method Public Method Convert Building Unit ID to ISHMED Standard 20070814
4 CONV_CHAR_TO_EXTERN Static method Public Method Convert Character-Type Value to External Format 20070814
5 CONV_CHAR_TO_INTERN Static method Public Method Convert Character-Type Value into Internal Format 20070814
6 CONV_DATE_TO_EXTERN Static method Public Method Convert Date to External Format 20070814
7 CONV_DSPTY_TO_INTERN Static method Public Method Convert Scheduling Type to ISHMED Standard 20070814
8 CONV_EINRI_TO_INTERN Static method Public Method Convert Institution to ISHMED Standard 20070814
9 CONV_GPART_TO_INTERN Static method Public Method Convert Business Partner to ISHMED Standard 20070814
10 CONV_ORGID_TO_INTERN Static method Public Method Convert Org. Unit ID to ISHMED Standard 20070814
11 CONV_PERNR_TO_INTERN Static method Public Method Convert Personnel Number to ISHMED Standard 20070814
12 CONV_TIME_TO_EXTERN Static method Public Method Convert Time to External Format 20070814
13 CONV_TIME_TO_INTERN Static method Public Method Convert Time into Internal Format 20070814
14 CONV_TO_OBJLIST 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20070814
2 Exporting E_LONGTEXT Value transfer Type reference (TYPE) STRING Langtext als String 20070814
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070814
4 Importing IT_TLINE Value transfer Type reference (TYPE) ISH_T_TEXTMODULE_TLINE IS-H: Tabellentyp für die SAPScript-Texte 20070814
5 Importing 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20070814
2 Exporting ET_TLINE Call by reference Type reference (TYPE) ISH_T_TEXTMODULE_TLINE IS-H: Tabellentyp für die SAPScript-Texte 20070814
3 Exporting E_IS_LONGTEXT Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20070814
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070814
5 Importing I_LENGTH Value transfer Type reference (TYPE) I 70 20070814
6 Importing I_SEPERATOR_SIGN Value transfer Type reference (TYPE) STRING Trennzeichen (Type STRING) 20070814
7 Importing 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 Importing I_BAUID Value transfer Type reference (TYPE) ANY 20070814
2 Returning R_BAUID Value transfer Type reference (TYPE) BAUID IS-H: Identifikation einer baulichen Einheit 20070814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 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 Changing 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 Changing C_VALUE Value transfer Type reference (TYPE) C Wert des Feldes 20070814
2 Importing 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 Importing I_DATE Value transfer Type reference (TYPE) SY-DATUM Datum 20070814
2 Returning 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 Importing I_DSPTY Value transfer Type reference (TYPE) ANY 20070814
2 Returning R_DSPTY Value transfer Type reference (TYPE) ISH_DSPT IS-H: Dispositionstyp für die Besuchsdisposition 20070814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 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 Importing I_EINRI Value transfer Type reference (TYPE) ANY 20070814
2 Returning R_EINRI Value transfer Type reference (TYPE) EINRI IS-H: Einrichtung 20070814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 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 Importing I_GPART Value transfer Type reference (TYPE) ANY 20070814
2 Returning R_GPART Value transfer Type reference (TYPE) GPARTNER IS-H: Geschäftspartner 20070814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 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 Importing I_ORGID Value transfer Type reference (TYPE) ANY 20070814
2 Returning R_ORGID Value transfer Type reference (TYPE) ORGID IS-H: Identifikation der Organisationseinheit 20070814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 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 Importing I_PERNR Value transfer Type reference (TYPE) ANY 20070814
2 Returning R_PERNR Value transfer Type reference (TYPE) P_PERNR Standard Selektionen für HR-Stammdaten-Reporting 20070814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 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 Importing I_TIME Value transfer Type reference (TYPE) SY-UZEIT Uhrzeit 20070814
2 Returning 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20070814
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20070814
3 Exporting E_TIME Value transfer Type reference (TYPE) SY-UZEIT Uhrzeit in interner Darstellung 20070814
4 Importing 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 Importing IT_OBJECTS Value transfer Type reference (TYPE) TABLE Bewegungsdaten 20070814
2 Returning 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