cancel
Showing results for 
Search instead for 
Did you mean: 

Export transaction data without thousand separator

UmaArjunan
Active Participant
0 Kudos

BPC experts,

I am trying to export transaction data from BPC cube to application server as csv file.

WITHOUT thousand separator. For example, 10000.12.

--------------------from Help. sap.-----------------------------

The default setting is that the decimal point of the signed data is a period and there are no thousand separators. For example, 10000.12.

--------------------from Help. sap.------------------------------

I tried the above in my transformation file, but in the output file still thousand separators are displayed. Is there any options to get the amount without thousand separator.

Transformation file used :

Former Member
0 Kudos

Hi Uma...

Can you show the screenshot of your output file?

JP

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor

From help - statements in transformation file:

"AMOUNTDECIMALPOINT = Any two characters.

The first character functions as the decimal point and the second functions as the thousands separator. There should be no space, tab, or any other character between the two characters."

For export: OUTPUTAMOUNTDECIMALPOINT to be used:

Read: https://launchpad.support.sap.com/#/notes/1690712/E

former_member186338
Active Contributor
0 Kudos

P.S. I also see ENDROUTINE badi in your transformation file - debug it and you will see the reason!

Answers (3)

Answers (3)

UmaArjunan
Active Participant
0 Kudos

Added OUTPUTAMOUNTDECIMALPOINT=. in the transformation file and it solved my problem.

UmaArjunan
Active Participant
0 Kudos

Hi JP & Vadim,

Please find the screenprint of the

output file :

former_member186338
Active Contributor
0 Kudos

Sorry, but no screenshot!

former_member186338
Active Contributor
0 Kudos

The file is looking strange, can you download it to the local folder and open in notepad?

Also transformation file is missing!

former_member186338
Active Contributor
0 Kudos

Please show the resulting file screenshot in notepad! Not in Excel!