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

MATMAS Custom Change Pointers

Former Member
0 Likes
1,043

Hi, I am attempting to setup change pointers on a custom Z table in order to create the MATMAS IDOC.  I have created the change document object and added change ponters for my MATMAS message type.  The problem I am having is that the BD21 MATMAS function module MASTERIDOC_CREATE_SMD_MATMAS does not seem to be able to handle fields in custom tables.  The function module appears to require a change be made to one of the standard SAP material tables in order for it to process correctly.  Has anyone else attempted this and is it possible to do without doing a mod to MASTERIDOC_CREATE_SMD_MATMAS?

1 REPLY 1
Read only

FredericGirod
Active Contributor
0 Likes
619

Hi,

first, the change pointer in MATMAS could be follow with MGA00001 (CMOD) or the BADI BADI_MATERIAL_CHECK

and second point, if you would like to update the IDoc value you are not in the good place. Tried the exit MGV0001 (CMOD) (and check oss note 568513)

regards

Fred