2008 Jan 03 8:56 AM
hi all,
I got a problem regarding uploading a excel file from internal table...
its like i got a internal table with a field suppose-
---pos(4)..which got values
-
(wert,poin,0009,0qwe.............)..ok
now while uploading it to a excel file....its showing data
as----wert
poin
9
qwe...
but i need data with zeros
like----wert
poin
0009
0qwe...
so can anyone help me out its urgent...thanks in advance
BOB...
hi all,
I got a problem regarding uploading a excel file from internal table...
its like i got a internal table with a field suppose-
---pos(4)..which got values
-
(wert,poin,0009,0qwe.............)..ok
now while uploading it to a excel file....its showing data
as----wert
poin
9
qwe...
but i need data with zeros
like----wert
poin
0009
0qwe...
so can anyone help me out its urgent...thanks in advance
BOB...
2008 Jan 03 9:29 AM
Hai,
declare pos as below:
data: pos(4) TYPE n.
Use this to upload to the excel file.
This will solve your problem.
Have a nice day.
2008 Jan 03 10:34 AM
hi Eswara,
thanks for the reply but i want char value also..and tat wudnt be possible wit
type --n.
bob.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |