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

Currency TND wrong decimal

Former Member
0 Likes
638

Hi all ,

We are facing any issue when we trying to display the TND Currency .

Issue is like,

We donu2019t have any price field in one screen, where the client wants to show the price field in that screen.

What we done is , we added our custom field in the screen same as like standard price field in the other screen

For the standard price the data element have propertied like CURR (13,2).

When we trying to Display our custom filed its printing only 2 decimal and that to one decimal is shifting to left.

Example: 200.000

Instead of 200.000 its displaying like 2000.00

What we do in this screen, its just display .

Where user can add that row to his work area.

After adding into the work area, where we have the standard field

.

can anybody give any suggestion.

or is there any conversions happening in the its side

4 REPLIES 4
Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
610

Hi,

Data: currency(14) type p decimal 3.

Try the above variable and move your currency to this variable.

Thanks & Regards,

Vallamuthu.M

Read only

0 Likes
610

But this will print always 3 decimal .

Read only

Former Member
0 Likes
610

Hi,

This is because, in table TCURR table the decimals would be 2 for TND currecy type.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
610

thank you