cancel
Showing results for 
Search instead for 
Did you mean: 

New BOM Items ordered not retained on click ofUpdate in BOB (OOB) shop

Former Member
0 Kudos

Hello Experts,

We are using BOM material in our Business Process. Per Business requirement, the BOM sub-items are not required to be displayed on the Order Page of ISA webshop in OOB scenario.

Hence we have set the parameter "ui.fields.order.bomExplosion"to 'hidden' in XCM Setting.screenshot attached.

After making this change, we are experiencing the issue where we are not able to add any new BOM items to existing Orders, especially in the scenario where all blank line items are filled in with new BOM Products. When we click on Update, the new items are not retained and disappear.

Help is very much appriciated.

Regards,

Satish B

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Satish,

I understand that you are expreiencing from order_change.jsp. Can you do some small debugging - - Can you put a break point in SalesDocumentParser - parseItems() method and see what the product[] array has? Does it have the newly added products or not?

-Raj

Edited by: raj raj on Sep 13, 2011 5:46 PM

Former Member
0 Kudos

Hello Raj,

Thanks for your response.

We find out the problem this was the SAP product Bug in the class SalesDocumentParser method parseItems the iteration count is worng. Its not taking care about the Bom items. Instead of interating the loop through index SAP is iterating through values. So we implemented the solution for the same.

Regards,

Satish B

Former Member
0 Kudos

Satish-

good catch..I thought so, some issue in SalesDocumentParser. We went through similar issues in SalesDocumentParser too.

Thanks for sharing the informtion.

-Raj