Hi,
I am new to Abap. I have a problem. When I upload my text file (.txt) to SAP, the spacing during the upload is different.Can someone help me.
My program tab is
DATA: V_SEPARATOR TYPE X.
DATA: L_VALUE TYPE I VALUE 09. "09=TAB 44=, 124=|
V_SEPARATOR = L_VALUE.