Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in upload (urgent)

Former Member
0 Likes
420

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...

2 REPLIES 2
Read only

Former Member
0 Likes
403

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.

Read only

0 Likes
403

hi Eswara,

thanks for the reply but i want char value also..and tat wudnt be possible wit

type --n.

bob.