I need to write 2 blank spaces at the end of a string in a text file.
Example : WRITE ' ' TO DATA_TAB-DATEN+71(2).
When i open the text file, the spaces have been truncated.
How to write 2 blank spaces at the end of the string in a text file?