Application Development 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: 

Problem in data in excel after downloading, record , i shows as 3+01

Former Member
0 Kudos
75

hi

i have a problem when downloading data in to excel in pc. the record is displayed as 3+01 instead of 30000013, how to change it from abap side.

thanks,

vijay.

4 REPLIES 4

Former Member
0 Kudos
57

Hi Vijay,

After downloading into excel please increase the width of the column containing 3+01. Otherwise fallow the fallowing navigation.

Select the cell->Right click->Select Format Cells->Select Number Tab->Number->ok.

0 Kudos
57

hi,

yes, but the user doesnt want to do it, so is there any way to make up the template of excel.

Thanks,

Vijay

Former Member
0 Kudos
57

declare that Field as CHAR(23) type C.

Regards

Peram

Former Member
0 Kudos
57

Hi,

The only suggestion for this problem is, increase the width of the field before it is displayed to report.

Reward if found useful.