Ask the Expert

Change pointer key values

Using change pointer method, I have to send product number(matnr) and its text (Creation or delete) from R/3 to WGTS(SAP). All configuration for change pointer has been done.

In change pointer table(BDCP)on creation/change pointer key, I'm not getting values for the respective table entries (ie) for DMAKT & DMARA . Because of this, I used CDOBJID in BDCP as a ref. and then proceeded. Is this the right way to fetch the change pointer key values?

    Requires Free Membership to View

If I understand right, you do not receive any entry in the BDCP table. This means that your application does not write them. Either it is not capable of doing it or the trigger does not fire. Check if your app calls CHANGEDOCUMENT_CLOSE. If yes, check what it does there in the debugger. That is where the CD pointers are written.

This was first published in January 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.