cancel
Showing results for 
Search instead for 
Did you mean: 

IPC customization

Former Member
0 Kudos

Hi

I am using b2b application , when i am accessing product catlog and if i click on any material, the product catlog is displaying and when i click on the "Configuration" itwas throwing "Array index out of bound exception."

Any how to guides on IPC configuration or IPC java customization?

Thanks

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Please try following:-

Select the radio button in section - Controlling Price Determination in the Catalog

>> via IPC

Hope this will be useful

Regards

Former Member
0 Kudos

Hi DJ,

Where i can select this option? , when i m clicking the the link the product catalog was loading.ProductDetailISA.jsp was displaying.

In that i have quantity, product number, product name , configuraiton and price in us dollars.

when i click on the Configuration, i m getting "Array index out of bound" Exception. Pls provide your email id, i can fwd you the screen shot.

Thanks

Prasad

Former Member
0 Kudos

Hi DJ,

I am able to find the option you have suggested, It was already selected as via IPC in shopadmin. Sill i m getting "Array index out of bound" exception .

Thanks

Prasad

Former Member
0 Kudos

Check the version of your Web Channel applications with CRM version. A patch level compatibility is better. Look for the latest patch in IPC.

Former Member
0 Kudos

Hi Eswar,

I m getting the below error while clicking the configuration link. Any idea? we are running on CRM 5.0.

ava.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

at java.util.Vector.get(Vector.java:709)

at com.sap.isa.ipc.ui.jsp.action.GetMFATabAction.ecomPerform(GetMFATabAction.java:170)

at com.sap.isa.isacore.action.EComBaseAction.doPerform(EComBaseAction.java:353)

at com.sap.isa.core.BaseAction.execute(BaseAction.java:211)

at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)

at com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674)

at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)

at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)

at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)

at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)

at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)

at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)

at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)

at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)

at com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267)

at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)

at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)

at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)

at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)

at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)

at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)

at org.apache.struts.action.RequestProcessor.doForward(RequestProce

Former Member
0 Kudos

Are you doing any custom changes to the display of the list of MFA tabs for configurable products?

Answers (1)

Answers (1)

Former Member
0 Kudos

not answered

Former Member
0 Kudos

Can u replicate the product catalog once again and see if this works for the Index error message

Thanks