2008 Feb 05 9:43 AM
I am downloading report data into xl sheet. In report under one field the data is showing as 01 but after downloaded xl sheet is showing as 1 only but I want 01 in xl sheet also. I have written the following logic I tried with numeric and integer variables also still same problem.
Write : text to it_itab-a.
Write abc-a to it_itab-a.
Thanks.
2008 Feb 05 9:54 AM