cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HR Employee Master Data to SAP PI

Former Member
0 Kudos

Dear all,

My requirements are,

Whenever a employee get created/Deleted/Update in SAP HR system, I would like to receice the information about the employee in SAP PI from where I send the info to Non- SAP application.  I need information from only some info types not all of them.

What I did

  I had used Change pointer and IDOC type HRMD_A07 to receice the data. Activated filter in SALE for this IDOC type. Everthing works fine.

But now i am thinking to use ABAP proxy instead of Standard IDOC and Change pointer concept. I need to find out a user exit or BADI at where I can call my proxy class to send 25-30 fileds to SAP PI via ABAP proxy.

Have anyone done this before? If yes. let me know the details.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member282968
Contributor
0 Kudos

Hi Rajesh,

I have not done this before but please check the below thread which can be useful for you:

http://www.saptechnical.com/Tutorials/XI/ABAPClientProxy/page2.htm

With regards,

Former Member
0 Kudos

Hi Naveen,

Thanks for your reply.

I know about ABAP proxy and how it works and how to create/activate etc....

My query was more about finding correct user exit oro BADI.