cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc for HR Master Data

former_member215786
Participant
0 Kudos

Dear experts.

I have the following requirement.

I need to have an IDOC that allow download information when the master data is deleted, ie when I delete information of infotype 0105

What are the customizing that I need do in the system for get this ? How or where are configured when is data are deleted?

What  message type I should active in BD50 tcode ?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

nitindeshpande
Active Contributor
0 Kudos

Hello Carmen,

You can schedule a change pointer job for this. If there is change in the HR master data then there will be an IDoc generated.

Please check with your ABAP team to write a code to generate the HR master data IDoc, once there is change in 0105 infotype record.

Regards,

Nitin

former_member215786
Participant
0 Kudos

Hi Nitin

Please can you indicate me the steps of How can schedule a change pointer job for this?


Regards

nitindeshpande
Active Contributor
0 Kudos

Hello Carmen,

You can find all the details about change pointers in the below links -

change pointers in ALE/IDOCs | SCN

Changes to Master Data - Integration via APO Core Interface (CIF) - SAP Library

Regards,

Nitin

former_member215786
Participant
0 Kudos

Hi Nitin:

I have checked the entries of the table  BDCP2 and not got any entry


This are the configurations.



I have done the following test:

T.Code PA30 Maintain  HR Master Data, I have delete the information of a  subtype for an employee.

I executed the report RBDMIDOC.

I checked the  table BDCP2 and now I found a register with valued CDCHGID = U, however this value not should be D ?because I deleted the register?


Regards