cancel
Showing results for 
Search instead for 
Did you mean: 

Change pointer for MARD creation and modification

anlro
Explorer
1,608

Dear experts,

I'm implementing master data distribution using idocs with a logistics partner and I facing the following problem.

I'm not able to generate change pointer when I create a material storage location view in MM01 (Table MARD). Even when I change it by setting the deletion flag via MM06.

I see the change documents in CDHDR/CDPOS table but no change pointer in table BDCP2.

The change pointers work perfectly for all other changes I can do in MM01/MM02 on MARA, MARC, MARM data.

In BD52 I have the following entries :

MATERIAL MARD KEY

MATERIAL MARD LGORT

MATERIAL MARD LVORM

MATERIAL MARD PSTAT

Any idea why I don't get any change pointer when creating/changing material storage location view ?

Thank you.

View Entire Topic
VeselinaPeykova
Active Contributor
0 Kudos

If this works with MATMAS, but not with ZMATMAS - are you using BADI BDCP_BEFORE_WRITE?

This is definitely not my area of expertise, but this is probably what I would check first in your case.

anlro
Explorer
0 Kudos

No I'm not using any ABAP.

I've just created a specific idoc in copy of MATMAS. Then I've set the following parameters :

BD61 To activate change pointers globally

BD50 To activate change pointers for message ZMATMAS

BD52 To activate change Pointer per change document item (Where I have all MARD fields)

BD53 To reduce the idoc segments and to send only the relevant data to the receiving system (MARD fields are also included).

I have all the change pointers in BDCP2 but the MARD changes...

Thank you.