SPACE

Wie kann ich einen Tabulator durch mehrere Leerzeichen ersetzen.

Backticks

data: lc_tab_txt TYPE string.
lc_tab_txt = ` `.
REPLACE ALL OCCURRENCES OF cl_abap_char_utilities=>horizontal_tab IN mv_text WITH lc_tab_txt. „oder auch WITH ` `.