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: 

To disable trailing 0's and replace "," (comma) by "." (Dot)

Former Member
0 Kudos

Hi,

When i display a numeric field, its displaying with trailing 0's(three) and also ','.

Eg: 15,000

Can somebody tell where i have to change this setting in SAP. I guess it is in SPRO!!

Thanks in Advance,

Ram Modugula

4 REPLIES 4

Former Member
0 Kudos

sap menu>system->go to user profil->own data>default --> and choose ur format.

former_member184619
Active Contributor
0 Kudos

Hi Ram,

Use TCODE <b>SU3</b>

Select default tab and select radio button 123467.89 in decimal notation and save it.

Hope this help.

Reward if helpful.

Regrads

-


Sachin Dhingra

Former Member
0 Kudos

hi,

do you want this changes only for a particular program output or at all times ?

if you want to do this through ABAP program.

1. to delete trailing spaces.

SHIFT <V_VARIABLE> RIGHT DELETING TRAILING '0'.

to delete leading zeroes,

SHIFT <VARIABLE_NAME> LEFT DELETING LEADING '0'.

regards

srikanth

0 Kudos

If you want this only for a particular output then use the SET COUNTRY command.