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

Different Data between SM30 to SE16N

Former Member
1,922

Type Problem:

The Data Type "Cover" Difference between SM30 and SE16N:

Why when i insert 750 to Maintenance View - SM30 the Data Change to 7.5(SE16N)???

How can I solve this problem?

Type Problem:

The Data Type "Cover" Difference between SM30 and SE16N:

Why when i insert 750 to Maintenance View - SM30 the Data Change to 7.5(SE16N)???

How can I solve this problem?

2 REPLIES 2
Read only

Florian
SAP Champion
SAP Champion
1,542

Hi Eyal,

this is out of the need of unicode. I strongly recommend you to make yourself familiar with this basic princips of datastorage. That is not weired by the system.

The magic keyword is

Fixed point arithmetic

Here is one of a ton of links which explain it.

http://help.sap.com/saphelp_srm702/helpdata/EN/fc/eb333d358411d1829f0000e829fbfe/content.htm

~Florian

Read only

RaymondGiuseppi
Active Contributor
1,542

In addition to fixed point arithmetics (many many threads) check also for the currency code associated to field (many threads too)

Regards,
Raymond