I was converting data from my internal table to a file on my desktop
I am using FM 'SAP_CONVERT_TO_XLS_FORMAT' for the same.
But the issue when the data gets converted, it removes leading 0's from it due to which we are not able to interpret the data into another system.
How to get data with leading 0's ?
Please help