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: 
Read only

Material master

Former Member
0 Likes
1,143

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
984

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

7 REPLIES 7
Read only

Former Member
0 Likes
985

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

Read only

0 Likes
984

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

Read only

0 Likes
984

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

Read only

0 Likes
984

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

Read only

0 Likes
984

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

Read only

Former Member
0 Likes
984

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

Read only

0 Likes
984

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