‎2010 May 21 2:42 PM
Hi guys,
I am working on change pointers for MATMAS.
whenever i am changing material descripton in MM02 T.code.idoc shud get triggerd automatically.
i have done all the settings in BD50 BD61 and BD52.
i am using MATMAS and extended idoc ZXMATMAS with few fields added.
I am not finding any entries in BDCP and BDCPS.but i am able to find entries in CDHDR.
Can some one guide me as to where could be the problem is?why i am not getting any idoc creation for this?
I have scheduled RBDMIDOC program periodically.
please reply.
Thanks
Sahil
‎2010 May 21 3:31 PM
Sahil,
debug this BADI and see change pointers are getting created or not.
can you execute standard idoc without extended idoc and check change pointers are getting triggered or not
Thanks
Bala Duvvuri
‎2010 May 21 4:06 PM
Do you have the fields to trigger the change pointer creation included? Have a look at BD52. If need it for a 'create' add any entry with the field 'KEY'.
‎2010 May 25 4:59 AM
HI there,
can you please the settings in BD52,
Message Name, Object name and Key field.
‎2010 May 25 6:10 AM
hi,
this is the way u have to put entries in BD52 for material MATMAS
check the function module in BD60 across MATMAS and debugg taht FM it is responsible to trigger IDoc for change pointer .
MATERIAL DGESV KEY
MATERIAL DGESV KOVBW
MATERIAL DGESV VBWRT
MATERIAL DMAKT KEY
MATERIAL DMAKT MAKTX
MATERIAL DMAKT SPRAS
‎2010 May 25 6:24 AM
hi,
check your settings in BD52.
i.e. object name as MAT_FULL
also, check BD60 i.e. FM is properly workuing or not.
Also, check the checkbox in BD61.
Regards,
Narendra
Edited by: Narendra GSTIT on May 25, 2010 7:25 AM
‎2015 Oct 08 3:34 PM
Hi,
How can we setup change pointers to create IDOC in ECC system for Purchase Orders that are created and send from an external system. Looking for IDOC tobe created for external created POs in ECC and map them to PI for XML O/P. thanks.