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

T006-Andec

Former Member
0 Likes
2,227

Hi,

Can anyone tell me what does the values of the field T006-andec mean?

what is the impact if t006-andec = 0 or 3 or 99?

For example , the unit of measure FT has t006-andec as 99.

If I have a value 16.556 FT how should this be displayed. Should the decimals be stripped off or not?

Hi,

Can anyone tell me what does the values of the field T006-andec mean?

what is the impact if t006-andec = 0 or 3 or 99?

For example , the unit of measure FT has t006-andec as 99.

If I have a value 16.556 FT how should this be displayed. Should the decimals be stripped off or not?

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
1,439

hi,

use F1:

your 2nd qu. (FT) : 0

look here

http://help.sap.com/saphelp_470/helpdata/en/2a/fa0122493111d182b70000e829fbfe/frameset.htm

A.

Message was edited by:

Andreas Mann

Read only

Former Member
0 Likes
1,439

Hi,

The field ANDEC gives the No. of decimal places to which rounding should be performed for a field.

In the case of 16.556 here the value of ANDEC is 3, since the value is rounded upto 3 decimal places.

Regards,

Anji

Read only

Former Member
0 Likes
1,439

suppose andec = 3 .

value

123.2416.

new value is

123.242.

it is rounding of the value of decimal places .