cancel
Showing results for 
Search instead for 
Did you mean: 

Comma is showing at the place of decimal(.)

Former Member
0 Kudos

Dear Gurus,

In sap script at the place of decimal in netweigh and currency fields comma coming.

Please tell me how i can show the decimal.Its very urgent.

Thanks in advance.

Regards

Maqsood.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Well from there it is handled but i dont know why ur not getting the right out. here is my email address usman.malik.sap@gmail.com Mail me the screen shot of ur DEFAULTS in own setting and i can tell u exactly what to do.

Regards,

Muhammad Usman

Former Member
0 Kudos

Dear Usman,

I know about the user profile. i checked all the setting.

all are correct.basis consultant also checked the setting.

this is probelm in sap script.

you always write the above comand then only you can get the decimal.

Regards

Maqsood

former_member196280
Active Contributor
0 Kudos

There are many possibilities for displaying "," in place of decimal.. it may be because of base curreny or country etc... but if you want "," to be displayed always do it like this..

EX:

write t_menge to t_menge right-justified.

if t_menge+13(1) = ','.

t_menge+13(1) = '.'.

endif.

Close the thread if youe question is answered.

Regards,

SaiRam

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

If nothing is working then try :

replace statement .

Regards

Former Member
0 Kudos

Well go in SMARTFORMS and from there in SYSTEM -


> USER PROFILE -


> OWN DATA and in this DEFAULTS and the FIELD is DECIMAL NOTATION. Here as u can see there u can make Decimal as ',' or '.' or even ' '.

Regards,

Muhammad Usman

Former Member
0 Kudos

own data setting is already correct.

Former Member
0 Kudos

Problem is solved.

In sap script i writen command.

SET COUNTRY = ' '.

Thanks

Regards

Maqsood

Former Member
0 Kudos

its Easy Maqsood bhai,

go into Utilities------> OWN DATA and there in Defaults. Here u can identify ur Decimal Settings.

Regards,

Muhammad Usman

Former Member
0 Kudos

Dear Usman Bhai,

I am unable to find own data. Can you tell me in detail plz.

i am asking about sap script.

thanks

Regards

Maqsood

Former Member
0 Kudos

own data setting is correct.