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

IDoc for HR Master Data

former_member215786
Participant
0 Likes
3,955

Dear experts.

I have the following requirement.

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

HR Master Data Distribution using ALE-IDOCS

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

I have checked the following setting:

We are using the message type HRMD_A and Basic Type HRMD_A09

I have checked the t.codes:

BD61
BD50
SCDO
BD52
BD60
WE20
BD64
I need delete a register using the t.code PA30 , however this not work .

How can get this using this Message Type  HRMD_A and Basic Type HRMD_A09. The system in this moment only work when I create, maintain a data, however this not work when I delete a data.

Regards

Regards

Dear experts.

I have the following requirement.

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

HR Master Data Distribution using ALE-IDOCS

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

I have checked the following setting:

We are using the message type HRMD_A and Basic Type HRMD_A09

I have checked the t.codes:

BD61
BD50
SCDO
BD52
BD60
WE20
BD64
I need delete a register using the t.code PA30 , however this not work .

How can get this using this Message Type  HRMD_A and Basic Type HRMD_A09. The system in this moment only work when I create, maintain a data, however this not work when I delete a data.

Regards

Regards

2 REPLIES 2
Read only

karthikeyan_p3
Contributor
0 Likes
2,073

Hi Carmen,

The change pointers are triggered by reading the table BDCP2. Changes are logged using the field CDCHGID (insert, update, delete).

Check if you get any entries created in BDCP2 for CDCHGID (E / D -Deletion) when you delete the employee from PA30. If you do not get any entry, then SAP doesn't logs under change pointer.

It is enough to configure in BD50, BD61 to trigger IDOCs from change pointer.

Thanks,

Karthikeyan

Read only

0 Likes
2,071

HI Karthikeyan



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?