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

excel export - price with decimal notation

JayantkumarS
Participant
0 Likes
460

Hi gurus,

is there a possibility to download price field with decimal notation to excel sheet using GUI_DOWNLOAD function module.

for now its is being downloaded as 6000. But on zreport we can see 6,000.

Please help.

Rds,

Jayant.

Hi gurus,

is there a possibility to download price field with decimal notation to excel sheet using GUI_DOWNLOAD function module.

for now its is being downloaded as 6000. But on zreport we can see 6,000.

Please help.

Rds,

Jayant.

1 REPLY 1
Read only

Former Member
0 Likes
372

Hi Shetty,

Unless you implement one of the custom excel modules mentioned here Excel with SAP - An overview - ABAP Development - SCN Wiki and use that to generate the excel and download it the only way to resolve this is to highlight the columns in excel that have the incorrect decimal notation and change the format of the cells.

Geoffery