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

How can i do the change pointers

Former Member
0 Likes
2,107

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
Read only

abdul_hakim
Active Contributor
1,594

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

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,594

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.

Read only

abdul_hakim
Active Contributor
1,595

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

Read only

abdul_hakim
Active Contributor
1,594

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

Read only

Former Member
Read only

Former Member
0 Likes
1,594

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