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

Xl values format

Former Member
0 Likes
948

Hi

I am sending a email with XL attachement from a report , When opening the XL some values are showing as example : 59900+E000

what changes are needed to see the value as 5999900000000 .

Hi

I am sending a email with XL attachement from a report , When opening the XL some values are showing as example : 59900+E000

what changes are needed to see the value as 5999900000000 .

2 REPLIES 2
Read only

Former Member
0 Likes
909

Hai,

Its not an issue with SAP-ABAP, It is coming because the Lenthh of your document number is so Long,

Just Double click on the Cell header , It will display values in same format as you want.

Read only

Former Member
0 Likes
909

Hi chari,

that depends on what further calcualtions/operations you want to do with these values.

If it's just a matter of displaying values, you should format these cells as text.

Regards

REA