cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog Prices with factor 100 in ECO ERP 5.0

Nora_Popp
Explorer
0 Kudos

Hi together,

We are using ECO ERP 5.0 without IPC and we get our catalog and basket prices from our SAP ECC 5.0 using a TRex.

Now we have the following symptom:

In the web shop all prices, which are shown in the catalog are multiplied with factor 100.

The prices in the SAP Backend transaction wwm2 are correct as well as the prices on the TRex, when we check the values with transaction SRSE.

After sending the order, when the pricing in the backend was done, the prices are correct on the confirm web page.

Any idea where this comes from?

Best regards

Nora

Accepted Solutions (0)

Answers (1)

Answers (1)

prashil
Advisor
Advisor
0 Kudos

Hi Nora,

I suppose the IPC you have configured is standard one.

If its the standard, please check the BAPI, that is being called for the Pricing.

Please revert back for any query.

Regards,

Prashil

Nora_Popp
Explorer
0 Kudos

Hi Prashil,

We are not using an IPC. We are using the standard pricing from the SAP ECC 5.0 backend.

Best regards

Nora

Nora_Popp
Explorer
0 Kudos

Hi,

I've found the problem. It's a variable (CAT_PRICE_INPUT_LOCALE) with a Locale which is set "hard coded" to US in the class com.sap.isa.backend.r3base.rfc.RFCConstants. That's why all EUR prices, which are shown in the catalog, look like they where multiplied with factor 100.

We overwrite the class PriceCalculatorR3IPC and use now the correct Locale.

Best regards

Nora

Message was edited by:

Nora Popp