‎2010 Jun 09 2:39 PM
Hi Gurus,
I am working on interface which sends material master data to external legacy system.
i used an exit to handle the custom data to be populated in custom segments(ZXMGVU03).
Now i need to validate the material before sending an idoc. if deletion flag is set a client
level in MM06 then i need to avoid triggering idoc . also i need to validate plant and material type
before creating and sending an idoc. Please let me know where i can handle this. Thanks Much.
Regards,
Sanjeev
Edited by: sanjeev.s on Jun 10, 2010 1:57 PM
Edited by: sanjeev.s on Jun 10, 2010 2:39 PM
‎2010 Jun 10 9:57 AM
Hi,
You can use Filter to object to filter the IDOCs. Use the following transaction codes for this
BD95 - Create New ALE Object type. See exmaple MATKUNNR.
BD59 - Assign Object type to Message type.
BD64 - Distribution Model of the Message type create the new filter group
using the object created in step 1.Regards
Vinod
‎2010 Jun 10 9:57 AM
Hi,
You can use Filter to object to filter the IDOCs. Use the following transaction codes for this
BD95 - Create New ALE Object type. See exmaple MATKUNNR.
BD59 - Assign Object type to Message type.
BD64 - Distribution Model of the Message type create the new filter group
using the object created in step 1.Regards
Vinod
‎2010 Jun 10 10:18 AM
Hi Vinod,
Thanks for your answer, I know we can handle this at BD64 by creating filter groups but the same model is used by number of interfaces so i need to validate and avoid triggering idoc before creation of idoc. Please let me know. Thanks.
Regards,
Sanjeev
‎2010 Jun 10 10:24 AM
Hi Vinod,
Thanks for your answer, I know we can handle this at BD64 by creating filter groups but the same model is used by number of interfaces so i need to validate and avoid triggering idoc before creation of idoc. Please let me know. Thanks.
Regards,
Sanjeev
‎2010 Jun 10 10:24 AM
Hi Vinod,
Thanks for your answer, I know we can handle this at BD64 by creating filter groups but the same model is used by number of interfaces so i need to validate and avoid triggering idoc before creation of idoc. Please let me know. Thanks.
Regards,
Sanjeev
‎2010 Jun 10 10:24 AM
Hi Vinod,
Thanks for your answer, I know we can handle this at BD64 by creating filter groups but the same model is used by number of interfaces so i need to validate and avoid triggering idoc before creation of idoc. Please let me know. Thanks.
Regards,
Sanjeev
‎2010 Jun 10 10:44 AM
Hi,
While creating distribution model in BD64 , you can see many filter objects among them you can select the flag field and mention the value 'X' , so that idoc will be sent when that particular criteria is met.
Thanks and Regards,
P.Bharadwaj
‎2010 Jun 10 12:25 PM
Hi Bhardwaj,
thanks for your reply.
Is there any way we can handle before FM MASTERIDOC_CREATE_MATMAS while triggering idoc whenever material is created / changed. BD64 option is ignored according to the design for the client i am working for. Thanks.
Regards,
Sanjeev