When creating a unit account there is a drop down for decimal places. The values are: 0,1,2
If you select 0 the DECPLACS field in GL00100 shows 1
If you select 1 the DECPLACS field in GL00100 shows 2
If you select 2 the DECPLACS field in GL00100 shows 3
I believe the developer is storing the position of the item in the dropdown list rather than the value selected.
I wanted to create a report and display the correct decimal places by using the value of DECPLACS even tho the value is actually stored with 5 decimal places because of the field being numeric(19,5)
*This post is locked for comments