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

change pointers- RBDMIDOC

Former Member
0 Likes
1,696

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,034

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

Read only

Former Member
0 Likes
1,034

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'.

Read only

Former Member
0 Likes
1,034

HI there,

can you please the settings in BD52,

Message Name, Object name and Key field.

Read only

0 Likes
1,034

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

Read only

Former Member
0 Likes
1,034

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

Read only

0 Likes
1,034

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.