Application Development 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: 

How can i do the change pointers

Former Member
0 Kudos

Hai friends

I am a new of the sap-abap, can u please tell me, how can i do the change pointers,

thanks&regards

chinnu

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor

Hi,

Welcome to SCN.

Please check the below transactions.

BD50 Activate Change Ptrs for Mess. Type

BD52 Activ.change pointer per chng.doc.it

BD61 Activate Change Pointers - Generally

Cheers,

Hakim

5 REPLIES 5

Former Member
0 Kudos

Hi

I think your new to the rules of SCN also. Make it a habit to search before posting a question. Here is how you can search with the Advanced Search on the right hand side top:

https://www.sdn.sap.com/irj/scn/advancedsearch?query=change+pointers&cat=sdn_all

Vishwa.

abdul_hakim
Active Contributor

Hi,

Welcome to SCN.

Please check the below transactions.

BD50 Activate Change Ptrs for Mess. Type

BD52 Activ.change pointer per chng.doc.it

BD61 Activate Change Pointers - Generally

Cheers,

Hakim

abdul_hakim
Active Contributor

Hi

Also Check the below link. It would be more useful for you.

http://help.sap.com/saphelp_47x200/helpdata/en/78/217d6851ce11d189570000e829fbbd/frameset.htm

Cheers,

Hakim

Former Member

Former Member
0 Kudos

These are the steps involved...

TCode: BD61

Activate change pointers generally. Use BD61. This u201Cturns onu201D the SMD system, and allows the automatic change detection routines to work. You must activate this flag in order for ANY change pointers to be written.

TCode: BD50

Activate change pointers for message type. Use BD50. This sets up data change detection for individual message types.

TCode: BD52

Define change-relevant fields. Use BD52.This allows you to set which fields in the master data record should trigger the writing of a change pointer. SAP proposes a default set, which usually, but not always, includes every field in the table. This is optional u2013 if you want to use SAP's default set of fields, you do not need to configure this.

Schedule IDoc creation job. This program (RBDMIDOC) will look for records that have changed, and send them to the appropriate receiving systems, based on the distribution model.

Cheers,

Sathish Raj