Hi all,
I am writing file onto application server AL11.
constants : c_tab type x value '09'.
concatenate w_matnr
w_werks
w_date
w_name2
into lv_data separated by c_tab.
When I checked in AL11, I am getting # symbol between each field.
When I download it to .xls file I am getting the entire record in single column of Excel file.
How to get matnr, werks, date and name in each column of Excel file.
Please help.
Thanks