Application Development and Automation 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: 
Read only

Format error in number

Former Member
0 Likes
582

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
Read only

naimesh_patel
Active Contributor
0 Likes
555

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

Please set it.

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
556

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

Please set it.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
555

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