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: 

Format error in number

Former Member
0 Kudos
96

Hi,

We have a particular quantity field in a table which always displays the value 1000 times lesser than the intended one. For example quantity 1 comes up in the program as 0.001.

This problem doesn't occur in any of the other servers we have. Have any one come across such a problem. Kindly give me your ideas. Reward points are sure for helpful answers.

thanks and regards,

Ramana

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos
69

Can you check the flag in your program's attributes: "Fixed point Airthmetic"?

Please set it.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos
70

Can you check the flag in your program's attributes: "Fixed point Airthmetic"?

Please set it.

Regards,

Naimesh Patel

Former Member
0 Kudos
69

Hi

check that fields Data element and Domain

In the domain see whether a CONVERSION EXIT exits or not

if the conversion exit is there then use the fun modules

CONVERSION_EXIT_ALPHA_INPUT

CONVERSION_EXIT_ALPHA_OUTPUT

Regards

Anji