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.