Skip to Content
0
Apr 12, 2010 at 07:11 AM

table name where special charates have been defined

217 Views

Hi All,

Please help me to find the table where these character variables are defined.

%_MINCHAR

%_MAXCHAR

%_HORIZONTAL_TAB

%_VERTICAL_TAB

%_NEWLINE

%_CR_LF

%_FORMFEED

%_BACKSPACE

i got these variables from class CL_ABAP_CHAR_UTILITIES. and can be used as.

constants: c_char type c length 2 value %_cr_lf.

and thsi is similer to

constants: c_char type c length 2 value 'P'.

where character p is assigned to c_char.