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

Use Specific Decimal Notation

Former Member
0 Likes
475

Hi,

Requirement is to have the decimal notation in the user specific setting in the downloaded excel file.

Whatever format is chosen by the user (tcode su01), must appear in excel file.

I have tried with using SET COUNTRY right before the fn call GUI_DOWNLOAD, but it doesn't work.

Please suggest a relevant solution.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
427

Hi

Abhinav ..

Are You creating BDC ??

If yes then on which field(Type) u want to apply this decimal notation ?

Regards

Nishit Joshi

Edited by: NISHIT JOSHI on Nov 26, 2008 12:04 PM

Read only

0 Likes
427

Hi,

I am not creating a BDC. I am downloading an excel/text file to PC. All the fields are amount fields.

These fields should have the decimal notation according to the user's default settings. i.e. If user has set the decimal separator as comma and thousand separator as '.' or vice versa, then it should be same in the downloaded file.