cancel
Showing results for 
Search instead for 
Did you mean: 

Revision Level Changes are Not Picked up by Change Pointers for MATMAS

rusty_baldwin
Advisor
Advisor
0 Kudos

When we make a change to a material in ECC, for revision only, we do not get an IDOC in MEINT/MII. This is most liekly due to the Revision Level change not have a change pointer defined. How do we get the material to update ME if the revision is the only thing changed?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Rusty,

My very first question would be: why do you change the Revision if nothing has been actually changed?

In general, the creation of change pointers is described in note 1139020. Change pointers are written in function module MATERIAL_UPDATE_ALL by function module FUNCTION MVSE_SAVE_CHANGE_POINTER. Material master specific prerequisite for change pointers is: If the cross-plant material status (as customized in transaction OMS4) got a distribution lock, no change pointers will be created. This is checked in function module MAT_CD_NO_CHANGE_POINTERS_INT.

Report RBDMIDOC, which usually is running on a regular basis by a job, creates IDOCs out of change pointers by calling function module MASTERIDOC_CREATE_SMD_MATMAS. This call is not hard coded, but customized in Transaction BD60. Any change in this transaction would be a modification.

Br, Alex.

Message was edited by: Alexander Teslyuk

Former Member
0 Kudos

Hi Alex,

I too  have similar kind of question.

What if we change the quantity of the order in SAP ERP after we started the shop order processing in SAP ME?

will the quantity be updated in shop order in SAP ME?

Regards,

Naga.

0 Kudos

Hi Naga,

From top of my head, I would say yes. Moreover, by default QtyToBuild is defined in ERP Field Maintenance on Update. So, by default ME will update the Shop Order if this value is different in the incoming request.

Do you face any problem against send the Order from ECC to ME when QtyToBuild is changed?

Br, Alex.

Former Member
0 Kudos

Hi Alex,

Thank you. I have n't tried this. Today this question came up in the discussion.

Regards,

Guru.

rusty_baldwin
Advisor
Advisor
0 Kudos

Its cleanup activity for a subsequent go-live.

Answers (0)