2008 Dec 30 2:28 PM
Hi,
Iam downloading some data from sap to excel.
In that one field length is char18 .it saves in excel like 6.36081E+11(original value is 636080900257).
now i want to upload same excel into sap.
iam getting same filedvalue in internal table is 6.36081E+11. how can i get the original value (636080900257).
Regards,
Suresh.
2008 Dec 30 2:37 PM
while downloading check if your excel Cells format is FRACTION . if not change it to FRACTION ..
Hi,
Iam downloading some data from sap to excel.
In that one field length is char18 .it saves in excel like 6.36081E+11(original value is 636080900257).
now i want to upload same excel into sap.
iam getting same filedvalue in internal table is 6.36081E+11. how can i get the original value (636080900257).
Regards,
Suresh.
2008 Dec 30 2:37 PM
while downloading check if your excel Cells format is FRACTION . if not change it to FRACTION ..
2008 Dec 30 2:38 PM
That's is a functionality of excel nothing can be done , if you want to have the original value download the file in CSV format and use the same for further processing.
Format setting in excel will not help in getting your original values it will add zeros as per E ^ power
2008 Dec 30 2:39 PM
2008 Dec 30 2:41 PM
2008 Dec 30 2:45 PM
before displaying you can change the number to type p (packed), declare a packed variable and assign it to the same.
With luck,
Pritam.
2008 Dec 31 10:16 AM
Declare one variable with type packed. Pass those converted values to this packed variable.
Regards,
Joan
2008 Dec 31 11:12 AM
Hi suresh ,
you can do one thing in XL ,
just right click on this column and select formatcells and select number.
and double click on that column the XL-column will be converted into number .
Regards,
Mohameed.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |