Application Development 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: 

1'000 number

Former Member
0 Kudos

hey everybody

i have a question to Numbers. In ABAP, when i want get out the number

365566.44 the system show me that


 365,566.44

but i want representation so


 365'566.44

is that possible?

regards paul

1 ACCEPTED SOLUTION

navin_khedikar2
Contributor
0 Kudos

Hi,

- Move the Number field to a Charecter type field

- REPLACE command to replace the Comma(,) with ' .

Its very useful for u

**Please reward suitable points***

With Regards

Navin Khedikar

5 REPLIES 5

Former Member
0 Kudos

hi

i don't think there is an option...u have the option of setting the decimal notation in your user profile, but even there, there is not an option of what you are looking into...you'll have to use replace all occurences of and get the desired result..

if helpful, do reward.

Sathish. R

Former Member
0 Kudos

Hi,

Move the Number field to a Charecter type field and then use the REPLACE command to replace the Comma(,) with ' .

Regards

Sudheer

navin_khedikar2
Contributor
0 Kudos

Hi,

- Move the Number field to a Charecter type field

- REPLACE command to replace the Comma(,) with ' .

Its very useful for u

**Please reward suitable points***

With Regards

Navin Khedikar

Former Member
0 Kudos

Hi,

It's possible for that u have to change settings of the USER by following this PATH...

IN SAP GUI >> SYSTEM >> USER PROFILE >> OWN DATA >> Defaults >>

here you will see Decimal Notation .. .Based on your country settings u will be able to do this.

All possibilities are displayed there,.... If u are not getting this 365'566.44

then ... see your country settings.

DARSHAN PATEL

    • Pl. give points if u find it useful

former_member533584
Contributor
0 Kudos

HAI

we dont have 233'44 type of decomal noatation in defaults.

u need to replace all occurences of '<b>,</b>' with '<b>'</b>'