cancel
Showing results for 
Search instead for 
Did you mean: 

issue :Adding custom data under BOM component in LOIPRO3 XML

IntegrationCPI
Participant
0 Kudos

Hi Experts ,

I need to add a custom data field (Highlighted in red below ) under each BOM component . I have changed the following ProductionOrderRequest XSLT for this but it not working .

Can you please let me know where to add this element .is it before the </sch:BomComponent> or after this xml element


<sch:BOMIn>

<sch:BomComponentList>

    <sch:BomComponent>

        <sch:BomOperation>

            <sch:OperationRef>

                <sch:Operation>

                </sch:Operation>

                <sch:Revision>#</sch:Revision>

            </sch:OperationRef>

            <sch:Quantity>

            </sch:Quantity>

        </sch:BomOperation>


<sch:CustomFieldList>

            <sch:CustomField>

                <sch:Attribute>Posting_Plant</sch:Attribute>

                <sch:Value>

                    <xsl:value-of select="WERKS" />

                </sch:Value>

            </sch:CustomField>

        </sch:CustomFieldList>

    </sch:BomComponent>

</sch:BomComponentList>

<sch:CustomFieldList>

<sch:CustomField>

<sch:Attribute>ERP_MATERIAL</sch:Attribute>

<sch:Value>

   </sch:BOMIn>

Accepted Solutions (1)

Accepted Solutions (1)

former_member182330
Active Contributor
0 Kudos

Hello,

See attached an ERPProductionOrder request template.

Regards,
Konstantin Chernega

IntegrationCPI
Participant
0 Kudos

Thanks for quick help Konstantin .

Answers (0)