cancel
Showing results for 
Search instead for 
Did you mean: 

Availabilty Information to be removed from E-Commerce Web shops (B2C/B2B)

Former Member
0 Kudos

Hi,

We have a requirement in which Availability information functionality is not required on the Web shops (B2B/B2C/BOB). We want to remove availability info completely from the Web shops so as to avoid confusion to the customer.

I want to know if there is any XCM/Shopadmin settings so that we can avoid the JAVA development for removal of AVAILABILITY information from the Web shops.

Regards, Vipul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Simple solution is - Don't display the availability information in the JSP.. You MUST do this in the Product detail screen ...

If you totally want to avoid the call to the APO or R/3 for availability check "computation", then you must make some configuration changes.

In R/3, using Tcode FIBF check and see that the availability check from CRM is deactivated. (No entry .. CRMATP = X )

In CRM middleware parameter setup - Tcode R3AC6 (table SMOFPARSFA) do not maintain parameter CRM_R3MATERIAL_AVAIL

As mentioned in the first line, you must still make changes to the JSP where this "availability information" / or "no availability information" is displayed..