cancel
Showing results for 
Search instead for 
Did you mean: 

Net price changed...Urgent

Former Member
0 Kudos

Hi friends,

I m new in sd. We import the raw mat. from many foreign compnies. when we enter the net price in ME23n. The net price in increased by 10 times.in table EKPO. wn it is in euro it is ok but when we use USD its price changes 10 times. pls help.

Regards,

Donald

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Donald,

Usually this problem occurs with the currencies with decimal places other than two. Suppose the decimal place of a currency is m, then the currency value A is stored in the table as A x 10 ^ m-2 (ie 10 raised to the power of m-2 X the actual vale)

E.g.:- Actual Value_____Currency_____Value in Table

_____ 2600<b>.00</b>___________EUR_______2600.00

_____ 2600<b>.000</b>__________BHD_______26000.00

_____ 2600<b>.0</b>____________???________260.00

So, it is likely that currency USD has been set up in your system with <b>three decimal places</b>.

Please check it out and revert.

Regards,

Noufel P

Former Member
0 Kudos

Thank you Noufel for ur reply. Though i m new in sd. could you pls tell by which t code i can do this.

regards,

Donald

Former Member
0 Kudos

Thanks for your reply. We will change the configuration .But Wt to do with the previous USD values. it has already raised by 10 times. now We want to nullyfy the account or delete the diff.and Our end user has already done the MIRO. Now wt can we do with that ..

Pls help its urgent

Regards,

Donald

Former Member
0 Kudos

You need not actually worry of the value stored in the table. SAP will read it into original value. If you are using any reporting tool other than SAP, then you'll have to divide the currency values by 10.

Take care,

Noufel P