Hello Everyone,
I am using SAP ME PAPI block to send my BOM structure to SAP ME.
While mapping the Component list to BOMComponentList node in Request xml, I can map only a single component data.
I tried giving index for bomComponentList. But it throws me error saying node not found. Please help me for mapping multiple component List.
My current request node has single
<productdefinition:bomComponentList>
<productdefinition:componentContext>ItemBO:<SiteName>,<ItemName>,<Version></productdefinition:componentContext> <productdefinition:sequence>10</productdefinition:sequence>
<productdefinition:quantity>1</productdefinition:quantity>
</productdefinition:bomComponentList>
I need to map such multiple nodes.
How do I assign multiple components to it?
Thanks in advance.
Regards,
Minakshi