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

Function ws_excel problem

Former Member
0 Likes
281

I have a report, which will do some calculation and then generate a excel for the users, i using function ws_excel to generate the report, in the report, one of column is amount, so my internal table will store the data, the data i will store USD1000, USD2000 and so on, but the amount could be negative value, so the data will be -US1000, -US2000..., in my report, if the data is negative value, the excel will display #NAME?, then i click the field, i saw the field is =-US1000, -US2000..., how to solve the problem, Thanks!

1 REPLY 1
Read only

Former Member
0 Likes
249

HI,

Check this link

<a href="http://www.sapdevelopment.co.uk/file/file_upexcel.htm">Excel Upload</a>