Hi All,
I am updating Existing PO with new BOM Components/Updating existing BOM Components through IDOC PORDCH03.
I followed below approach.
Scenario1: If My input contains only new components, then I am deleting all PO BOM Components and Inserting new BOMs
Scenario 2: If my input contains some new component and some common Components which are already present in PO BOM, then I will update common BOMs + I will insert new BOMs.
Scenario 1 is working good as I am passing Change Indicator as 'D' to IDOC Segment: E1BPMEPOCOMPONENT for existing BOMs and I to new components.
Scenario 2 is not working even though I am passing Change indicator as 'U' to IDOC Segment: E1BPMEPOCOMPONENTX for common BOM components and I to new BOM Components..
Could you please help me how to handle Scenario2.
Regards.