cancel
Showing results for 
Search instead for 
Did you mean: 

BOM mapping

Former Member
0 Kudos

Hi,

I was told by ME Community the sequence to send the Master data to ME is Send BOM, Routing and then Material to automatically mapping done in ME but I have to do this manually every time. Is there something else I need to configure in ME for auto mapping.

Thanks,

Raveen

Accepted Solutions (1)

Accepted Solutions (1)

former_member182330
Active Contributor
0 Kudos

I think you can send production order message from ERP to ME. It includes all information (order, bom, routing, materials). I guess you ERP guys should know hot to create it.

Konstantin

Former Member
0 Kudos

Hi Konstantin,

Thanks for the reply , I am actually referring to the Material Maintenance activity where I am trying to find how the BOM and Routing can be mapped once I transfer them from ERP.

Regards,

Raveen

former_member182330
Active Contributor
0 Kudos

Do you mean that when you send material with all the info(bom, routing) - it is not mapped in ME? In this case check XML that is sent from MII if it actually contains that data. If it's not mapped, then I would assume that ERP doesn't send it in material message.

Konstantin

Former Member
0 Kudos

Do you mean that when you send material with all the info(bom, routing) - it is not mapped in ME? In this case check XML that is sent from MII if it actually contains that data. If it's not mapped, then I would assume that ERP doesn't send it in material message.

Konstantin

Hello Konstantin,

This is the DATA Sequence I sent from ERP to ME.

BOM

ROUTING

MATERIAL

I expected the Material, BOM and Routing will map to each other after doing this but this is not the case, I have to map them manually.

Thanks,

Raveen

former_member182330
Active Contributor
0 Kudos

Hi,

They should if you material idoc message contains BOM and router. If they are not mapped in ME I would check material IDOC that is sent from ERP to MII if it contains BOM/router names.

Konstantin

Former Member
0 Kudos

Hi Konstantin,

Ya I did only sent the Material as I sent the BOM and Routing before it, so should I send the BOM, ROUTING and MATERIAL including BOM and Routing again ( Please correct me ).

Thanks,

Raveen

former_member182330
Active Contributor
0 Kudos

Hi Raveen,

Yes, BOM and router should be already imported, but MATMAS itself must contain tags with those BOM and router names implying that material is linked to BOM/router in ERP.

Konstantin

Former Member
0 Kudos

Thanks Konstantin,

I just wanted to add something more what I tried. ..In Transaction POIM when I choose the parameters for Plant Material and I am also selecting "BOM for Material above" option and after selecting the optimization systems when I execute it ,i can see only Material Idoc generated in MII Queue monitorand I dont see the BOM information in IDOC and for BOM I see an error " Plant not supported".....so can you please guide me how to send material including BOM and Routing details. I even tried transaction BD10 and tried selecting Send material full but no luck.

Any help is appreciated.

Thanks,

Raveen

former_member182330
Active Contributor
0 Kudos

Raveen,

I've just got a feedback from out ERP expert:

"The answer to the question is that ME does not support sending all master data from POIM, especially BOMs, because different idocs are required. From BD10, the simple BOM is transferred and this is the only type of BOM that Me supports. From POIM, a multiple BOM is supported (and transferred with LOIBOM iDoc), which ME does not support. Raveen must use the separate transactions to send BOM data and material data."

Therefore, try sending BOMs from BD10. Hope this helps.

Konstantin

Former Member
0 Kudos

Hi Konstantin,

Thanks a lot for verifying this for me. I am doing the same so far, to send a Material I am using one transaction POIM and to send the BOM ( Material BOM ) I am using BD30 so after doing this I again come to the same question about Mapping i.e I dont see the mapping between Material and BOM automatically done in Material Miantenance.. I am specifically looking for some guidance how to do this.Are you suggesting to send individual BOM Componenets from BD10?

Thanks a lot for your support

Raveen

former_member182330
Active Contributor
0 Kudos

Can you capture in MEINT Queue Monitor and post material import XML that is send from MII to ME?

Former Member
0 Kudos

Here is the Request and Response from the trace

Request

<?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gdt="http://sap.com/xi/SAPGlobal/GDT" xmlns:me="http://sap.com/xi/ME" xmlns:sch="http://sap.com/xi/ME">

<soapenv:Header/>

<soapenv:Body>

<sch:ItemUpdateRequest_sync>

<sch:Item>

<sch:SiteRef>

<sch:Site>1000</sch:Site>

</sch:SiteRef>

<sch:Item>XXX</sch:Item>

<sch:Description>test</sch:Description>

<sch:StatusRef>

<sch:Status>201</sch:Status>

</sch:StatusRef>

<sch:EffectivityControl>R</sch:EffectivityControl>

<sch:ItemType>B</sch:ItemType>

<sch:LotSize>1</sch:LotSize>

<sch:QuantityRestriction>A</sch:QuantityRestriction>

<sch:IncrementBatchNumber>N</sch:IncrementBatchNumber>

<sch:CustomFieldList>

<sch:CustomField>

<sch:Attribute>STORAGE_LOCATION</sch:Attribute>

<sch:Value/>

</sch:CustomField>

</sch:CustomFieldList>

</sch:Item>

</sch:ItemUpdateRequest_sync>

</soapenv:Body>

</soapenv:Envelope>

Response

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<ns2:ItemUpdateConfirmation_sync xmlns="http://sap.com/xi/SAPGlobal/GDT" xmlns:ns2="http://sap.com/xi/ME">

<ns2:ItemServiceResponseList>

<ns2:ItemServiceResponse>

<ns2:Action/>

<ns2:ResponseObject>

<ns2:Item>XXX</ns2:Item>

<ns2:SiteRef>

<ns2:Site>1000</ns2:Site>

</ns2:SiteRef>

</ns2:ResponseObject>

</ns2:ItemServiceResponse>

</ns2:ItemServiceResponseList>

</ns2:ItemUpdateConfirmation_sync>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

former_member182330
Active Contributor
0 Kudos

That's what I thought. It does not have any reference either to BOM or to router. The issue is in incorrect material config in ERP where it is likely not tied to BOM/router. This is not ME issue as there is no directive for ME to associate this material with any BOM/router.

Answers (1)

Answers (1)

former_member182330
Active Contributor
0 Kudos

It appears that ERP configuration is incorrect. Something is wrong with you material/BOM/router association. I can't tell you how to configure it correctly or what to try as I'm not ERP expert. Your MM admin should know how to do this. In case you do not have one, I guess you try to find someone who will help you or request help from SAP consulting.

Konstantin