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 for HR Master Data

Former Member
0 Likes
1,647

Dear Friends,

I need to implement a Change Pointers to track the changes to HR master data like SSN,Address,Email,Phone,Qualifications

of an employee. i have activated BD61,BD50. But still iam not able to get any records in BDCP/BDCPS tables.

Is there any need to have HR functional configuration to activate these change pointers. I strongly feel that some SPRO

functional setting should activate for this.

Please tell me if anybody knows about this functional configuration.

Regards

Naveen

6 REPLIES 6
Read only

former_member404244
Active Contributor
0 Likes
851

Hi,

In order to have records in BDCP/BDCPS tables you need to have entries in BD52 transaction code.. For this first you should know the change document in SCDO transaction code.... Please see whether entries are maintained in BD52 for the message type ..

Regards,

Nagaraj

Read only

0 Likes
851

Hi Nagraj,

No need to have entries in BD52, SCDO object,update function module generation.

Because i tried same scenario in sandbox, where i can able to generate change pointers in BDCP2, with out any records in CDHDR.

But same scenario in client server i am not able get records in BDCP/BDCP2 tables. I think there will be some functional config should on.

Anybody who worked on this please help me.

Regards

Naveen

Read only

0 Likes
851

hI Naveen,

As you are using standard message type the values will be thre in BD52....i wanted you to cross check.... If you are using any custom fields then you need to add them in BD52... if the entries are there in BD52 defintely the records will be shown in BDCP/BDCPS... if the fileds for which change document is not checked then they won't come.. Please check the same..

ALE CONFIGURATION FOR CHANGE POINTERS

1>SM59(Create RFC destination)

2>WE21(Create TRFC-PORT)

3>WE81(Create Basic type IF required)

4>WE31(Create Segment,IF required)

5>WE30(Create Basic type, IF required)

6>WE82(ATTACH BASIC TYPE WITH MESSAGE TYPE, IF required)

7>SCDO(Create Change Document, IF required)

8>BD50(Activate Change Pointers for the Message type,IF required)

9>BD52(Create Change Document Items for message type,IF required)

10>BD60(Attach FM,Basic type and Message type,IF required)

11>BD61(Activate Change pointers globally)

12>WE20(Create Partner Profiles , specify the reciver logical system)->In the Outbound Parameters , specify the message type, basic type, port informationu2026)

13>BD64(Create model view)

14>BD21(To Create the idocs) or run program RBDMIDOC.

Regards,

Nagaraj.

Read only

0 Likes
851

You can check whether the field is considered for change pointer or not by using the "change document" check box under the characterstic of respective data element. If it is ticked then the change pointer will be generated for this otherwise not.

Read only

0 Likes
851

At data element level change document check box was checked.

Read only

Former Member
0 Likes
851

this is due to problem in Customer Distribution Module cretion (BD64).

Thank you every body for their contributions.