cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the format of a decimal input field?

Former Member
0 Kudos

Hello,

When creating an input field of type decimal the numbers appear at this format: 123,123.

Is it possible to disable this format and let the numbers to be displayed like this: 123123 ?

Regards,

Roy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Roy,

Create a simple type in local dictionary of built in type integer. In the representation tab you can give any format you want. For your requirement you can give ####### in the format. You can also try other formats like ##,#### etc. Now create a context attribute and in it's type property give the simple type you have created by selecting the appropriate folder. Now map this attribute with the input field.

Regards,

Jaydeep

Former Member
0 Kudos

Thank you all for your valuble posts.

For some reason I can't give points right now (SAP constructions...? ), so I'll do that later...

Roy

Message was edited by: Roy Cohen

guru_subramanianb
Active Contributor
0 Kudos

hi,

prefix ur number type with a hypen #

guru

Former Member
0 Kudos

Hi,

Just type "#" in the Format field of the representation tab while creating the simple type.

Regards,Anilkumar