2012 Aug 02 3:31 PM
Hi gurus
I have setted BOMMAT Idoc as outbound process, with change-pointers, modifications, fields and so on.. F.M. MDM_IDOC_CREATE_SMD_BOMMAT
so, if I modify a BoM, when the scheduled RBDMIDOC runs for BOMMAT mess.type it takes the creations/modifications to the BoM and create an Outbound Idoc with the modified fields/segment..
my question is:
it's possible (with the standard process/function modules), when a BoM is modified, to generate the BOMMAT Idoc with all the BoM components and segments (as BD30) and not only the modifications?
I'm available for further information (sorry for my english)
Thanks and Regards
AlePesca
2012 Oct 09 4:37 PM
Hi guys
no way about my issue?
May be you can suggest me some user-exit in order to manage the Idoc creation and let considers all the BOM structure and not only the modifications?
Help me please!!
Thanks and Regards
AlePesca
2021 Nov 25 3:58 PM
To be able to send complete IDocs in BD21 (sending Idoc from change pointers), you will need to go to transaction BD60. Replace the Function module for the BOMMAT message type (of for any other message type) with a Z-function. The Z-function is a copy of the original, and in this case, should call MASTER_IDOC_CREATE_BOMMAT.