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

report

Former Member
0 Likes
468

hi experts

i have an issue,in the report list, i have to display the total as well as a factor,i am getting the seperation as a " , (CAMA)" but there should be "." plse help em how to get the "." insted of ",".

ex: total:2,200

factor: 1,20

expected result: total:2.200

factor:1.20.

psle help me to resolve the issue.

with regards

aaryaa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

Hi Madhu,

Go to Menu bar SYSTEM -> USER PROFILE ->OWN DATA. Go to Defaults Tab change the decimal notation here from 1,234,567.89 TO 1.234.567,89

and restart SAP.

Regards,

Mukesh Kumar

3 REPLIES 3
Read only

Former Member
0 Likes
440

Hi Madhu,

Go to Menu bar SYSTEM -> USER PROFILE ->OWN DATA. Go to Defaults Tab change the decimal notation here from 1,234,567.89 TO 1.234.567,89

and restart SAP.

Regards,

Mukesh Kumar

Read only

Former Member
0 Likes
439

Hi,

Do like this

replace all occurrences of ',' in total with '.'.

Regards,

Satish

Read only

Former Member
0 Likes
439

Execuute transaction OY01. Select the country code and double click to go to the details screen, make the setting in decimal format in the right hand down.

Please try this and do get back if it solves your purpose