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 and activation

abapdeveloper20
Contributor
0 Likes
1,148

Hi experts,

In SAP HR , how to capture the changes of employess ? I searched in the forum, this can be achieved by activating the change pointers.

But my doubt is ..

Once the change pointer is activated , whether it will capture the changes at the Infotype level or Field level ? for eg : if only street name is updated/modified in the address infotype , whether the change pointers will capture only the street name field or the entire address infotype entry???

Also in which tables these changed entires gets stored??... i want to take all the CHANGED employee personal numbers and the realted infotype details..

Please suggest some inputs?

Thanks a lot.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
970

Hi,

Not sure about Infotype from abap side basically the fields will be captured in change pointers along with table..The change pointers tables..CDHDR,CDPOS and BDCP,BDCPS.

Regards,

Nagaraj

5 REPLIES 5
Read only

former_member404244
Active Contributor
0 Likes
971

Hi,

Not sure about Infotype from abap side basically the fields will be captured in change pointers along with table..The change pointers tables..CDHDR,CDPOS and BDCP,BDCPS.

Regards,

Nagaraj

Read only

Former Member
0 Likes
970

Hi,

Chnages at field level will be tracked by using Change pointers Concept.

You can check in transaction BD52 for detail information by giving your message type. you need to maintain all the fields for which you need to track changes and rest of things you can delete in transaction BD52.

And change pointers chanegs will be stored in tables BDCP, BDCPS, CDHDR,CDPOS.

BR,

Lokeswari.

Read only

0 Likes
970

Thanks for the inputs..

Anyone know how these tables are updated when we change employee HR master data(name,telephone etc..)?? Either only the changed fields or entired infotype record???

How long this table holds the changed information...

For eg an employee mobile number is changed today morning then this tables will be updated . IF again any change happens again in the mobile number in the same day ,, whether the previous entry gets deleted and new entry will be updated???? or two entries for the same employee??

Pls help..

Read only

0 Likes
970

Hi,

Only changed filed data will be stored in tables.

if you changed multiple times in aday, all entries will be present along with timestamp in BDCP table .

BR,

Lokeswari.

Read only

0 Likes
970

hi,

All the changes will be stored irrespective of time. And none of the entries will be deleted.

If u want to check whether changes will be recorded or not this u can find at data element level of that field in further characteristics tab check whether change document check box is checked or not. If checked then changes in that field will be recorded.