cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Standard price

Former Member
0 Kudos

The issue is coming when we are using currency as TND and HUF

TND Currency has 3 decimal points

HUF Currency has NO decimal points.

1) Issue with TND Currency: - Price value shifting left side by one

decimal

Sample Scenario for TND:

When a cart is getting created with quantity 100 EA and price per

unit is 120.000 TND and when the user clicks on "Check",

The price per unit is shifted to left side and the value is

getting changed to 12.000 TND.

And this impact is effecting on the Total Value also.

12.000 TND * 100 EA = 1200.000 TND (But it should be 12000.000

TND).

This cart is approved with incorrect value and is available in

the carryout sourcing.

The price (Custom Price) of the shopping cart in the work list

in sourcing is 12.000 TND (same as the changed value when the cart was

created).

When this cart is added to the buyer's work area, AGAIN standard

SAP price field is getting changed from 12.000 TND to 1.200 TND.

Changes happen like this 120.000 TND -> 12.000 TND -> 1.200 TND.

2) Issue with HUF Currency: - 2 zeros adding into right side.

Sample Scenario for HUF:

When a cart is getting created with quantity 100 EA and price per

unit is 120 HUF and when the user clicks on "Check",

The price per unit getting updated as 12000 HUF.(Please note that

2 zeros are added in right side and there is no decimal point for this

currency)

And this impact is effecting on the Total Value also .

12000* 100 EA = 1200000 (But it should be 120 * 100 EA = 12000)

This cart is approved and is available in carryout sourcing.

The price (Custom Price) of the shopping cart in the work list

in sourcing is 12000 (same as the changed value when the cart was

created).

When this cart is added to the buyer's work area, again

standard SAP price field is getting changed from 12000 to 1200000 (Its

Already changed once

from 120 to 12000 while creating the shopping cart ) in

buyer's sourcing work area

Changes happen like this 120 HUF -> 12000 HUF -> 1200000 HUF.

In case anybody has worked on a similar scenario before, please provide some pointers in this area.

Regards,

Bharathi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thank you

Former Member
0 Kudos

There is a Note for this.

Note number 1163921

It is valid SRM5.5 SP11.

Regards

Ramesh-

Former Member
0 Kudos

Hi. Have a look for applicable OSS notes for function module CONVERT_TO_LOCAL_CURRENCY.

We have had numerous issues with currencies, and it is normally this function that causes the problems.

Regards,

Dave.