Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BOMMAT Idoc sending

Former Member
0 Kudos
6,351

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

2 REPLIES 2

Former Member
0 Kudos
2,396

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

john1v
Discoverer
0 Kudos
2,396

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.