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_Change_Query??

Former Member
0 Likes
525

Hi

Is there any standard program which triggers an IDOC creation whenever a material master data for a specific material is changed?

If not then please guide me how shall I implement it?

Please also tell me the function of the std program "MMCHACTV"?

Thanks

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
480

Checkout tr. BD10

<u><b>FYI</b></u>

BD10 Send Material

BD11 Get Material

BD30 Distribute material object list

BD33 Distribute material variants (ALE)

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
480

Hi Subhash,

You can use this standard program <b>RBDSEMAT</b> to generate/send IDoc material.

Prior to run above program, you need to configure the change pointer for MATMAS message type.

For more information on change pointer, please check this link.

http://help.sap.com/saphelp_erp2005/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
480

Subhash,

1. You need to activate the change pointers for the material master, can be done in transaction SPRO.

2. You need to schedule the program RBDMIDOC which will pick up the change pointers and send the IDOCS.

Regards,

Ravi

Note :Please mark the helpful answers