SAP ABAP Class CL_ISHMED_HEXDUMP (Help Class to Convert File into Hexdump)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_DOC (Package) IS-H*MED: Medical Documents
Properties
Class CL_ISHMED_HEXDUMP  
Short Description Help Class to Convert File into Hexdump    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_DOC   IS-H*MED: Medical Documents 
Created 20050125   SAP 
Last change 20070917   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
Class CL_ISHMED_HEXDUMP has no interface implemented.
Friends
Class CL_ISHMED_HEXDUMP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BYTES_PER_LINE Constant Private Type reference (TYPE) I 16 How many Bytes per Hex Row 20050125
2 C_HEADER Constant Private Type reference (TYPE) STRING ' 0123456789ABCDEF | 0 1 2 3 4 5 6 7 8 9 A B C D E F' Header 20050125
3 C_HEX_NUMBERS Constant Private Type reference (TYPE) STRING '01234567890ABCDEF' Number Sequence in Hex System 20050125
4 C_SEPARATOR_BAR Constant Private Type reference (TYPE) STRING '|' Vertical Separator 20050125
5 C_SPACE_EVERY_X_CHARACTERS Constant Private Type reference (TYPE) I 4 Insert Spaces Every How Many Characters? 20050126
Methods
# Method Level Visibility Method type Description Created on
1 BYTE_TO_CHAR Static method Private Method Returns a Character Representation for a Hex Byte 20050125
2 GET_DUMP Static method Public Method Returns Hex Dump for a Binary Flow 20050125
3 GET_DUMP_LINE Static method Private Method 20050125
4 NUM_TO_HEXNUMBER Static method Private Method Number Displayed in Hex Spelling 20050125
Events
Class CL_ISHMED_HEXDUMP has no event.
Types
Class CL_ISHMED_HEXDUMP has no local type.
Method Signatures

Method BYTE_TO_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEX Call by reference Type reference (TYPE) X Hex-Zeichen 20050125
2 Returning R_CHAR Value transfer Type reference (TYPE) STRING druckbare Repräsent 20050125

Method BYTE_TO_CHAR on class CL_ISHMED_HEXDUMP has no exception.

Method GET_DUMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEX Call by reference Type reference (TYPE) XSTRING Hex-Daten 20050125
2 Returning R_DUMP Value transfer Type reference (TYPE) STRING Hex-Dump für diese Daten 20050125

Method GET_DUMP on class CL_ISHMED_HEXDUMP has no exception.

Method GET_DUMP_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYTES Call by reference Type reference (TYPE) XSTRING 20050125
2 Returning R_LINE Value transfer Type reference (TYPE) STRING 20050125

Method GET_DUMP_LINE on class CL_ISHMED_HEXDUMP has no exception.

Method NUM_TO_HEXNUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBER Call by reference Type reference (TYPE) I 20050125
2 Returning R_HEX_NUMBER Value transfer Type reference (TYPE) STRING 20050125

Method NUM_TO_HEXNUMBER on class CL_ISHMED_HEXDUMP has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 600