‎2008 Nov 11 9:16 AM
I am using ALSM_EXCEL_TO_INTERNAL_TABLE to upload data. One of the column is of char 4 type and the value is '0003'. It doesnot take care of the leading zeros and instead it picks up 3. I want it to pick up 0003 and not 3. Is this possible.
PLZ Help!
‎2008 Nov 11 10:38 AM
‎2008 Nov 11 9:18 AM
Hi Annie,,,,,
Declare that column as type STRING........
I think it will work..... do let me know if it doesn't work......
Thanks
Saurabh
‎2008 Nov 11 9:21 AM
Hi!
Change the field type of the field to NUMC in the final internal table.
Cheers!
‎2008 Nov 11 9:25 AM
The values can be alphanumeric and hence can't change this to NUMC. Also the problem is while the file is converted to text file. The problem is not when excel file is uploaded.
PLZ help!
‎2008 Nov 11 10:38 AM