Solved: Hi Can someone explain me the use of class cl_abap_char_utilities=>horizontal_tab; in programming. I faced any issue working on upgradation object regarding
HORIZONTAL_TAB(1)TYPE C These attributes contain the appropriate platform-specific control characters. For Carriage Return use as below: DATA: l_crlf(1) TYPE c VALUE cl_abap_char_utilities=>cr_lf. OR DATA: l_newline TYPE c VALUE cl_abap_char_utilities=>newline. For space you dont nee...
Solved: Hi, In Unicode, I have used the CLASS cl_abap_char_utilities for type x '09' as Horizontal_tab . Can somebody let me know how to use this class for other values