cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/IDoc for HR Master Data

Former Member
0 Kudos

Hi All,

I need to know if there are any BAPI or IDoc or RFC available to extract HR Master data from SAP HR system.

Is it possible to trigger IDocs when we require i.e I run a program or report and the IDoc should be generated.

What are the possible ways by which we can trigger those IDocs.

Thanks in advance.

Regards,

Sudharshan N A

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

Hi,

In We60 put HRMD* and press F4 to get the related HR Idocs

Then find the idoc which meets your requirement according to the fields those you want to use in that

HRMD_A : HR: Plan data and HR master data

The basic types are

HRMD_A01

HRMD_A02

HRMD_A03

HRMD_A04

HRMD_A05

HRMD_A06

IDOC :HRSM_D01

You can trigger the idocs.. using ALE tech..

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ,,

Below are the BAPIs to extract the data from HR

BAPI_BPLACE_GETDETAIL Read Business Place Data

BAPI_BPLACE_GETLIST Read Business Place List

BAPI_SECCODE_GETDETAIL Read Section Code Data

BAPI_SECCODE_GETLIST Read Section Code Place List

REgards,

Jayasimha jangam

Former Member
0 Kudos

Hi,

Refer this blog:

These are some of the HR module related BAPI's this might be helpful to you:

HR_MAINTAIN_MASTERDATA

BAPI_ACC_EMPLOYEE_EXP_CHECK Accounting: Check G/L Acct Assignment for HR Posting (OAG: POST JOURNAL)

BAPI_ACC_EMPLOYEE_EXP_POST Accounting: Post G/L Acct Assignment for HR Posting (OAG: POST JOURNAL)

BAPI_ACC_EMPLOYEE_PAY_CHECK Accounting: Check Vendor Acct Assignment for HR Posting (OAG:LOAD PAYABLE)

BAPI_ACC_EMPLOYEE_PAY_POST Accounting: Post Vendor Acct Assignment for HR Posting (OAG: LOAD PAYABLE)

BAPI_ACC_EMPLOYEE_REC_CHECK Accounting: Check Cust. Acct Assignmt for HR Posting (OAG:LOAD RECEIVABLE)

BAPI_ACC_EMPLOYEE_REC_POST Accounting: Post Cust. Acct Assigt for HR Posting (OAG: LOAD RECEIVABLE)

BAPI_CODINGBLOCK_PRECHECK_HR Check Module: CO Account Assignments in Personnel Settlement

HROUT00BP HR: Payroll Outsourcing BAPIu2019s

HRRW HR-CA: Posting and CHECK BAPIs

BAPI_BPLACE_GETDETAIL Read Business Place Data - for HR Use Only

BAPI_BPLACE_GETLIST Read Business Place List - for HR Use Only

BAPI_SECCODE_GETDETAIL Read Section Code Data - for HR Use Only

BAPI_SECCODE_GETLIST Read Section Code Place List - for HR Use Only

Regards,

Nithiyanandam

Edited by: Nithiyanandam A.U. on Sep 11, 2008 10:24 AM

hemant_chahal
Contributor
0 Kudos

You can go though similar links

Former Member
0 Kudos

hi

check this

HR_MAINTAIN_MASTERDATA

also check the below blog

replicating HR master data

regards

kummari

Edited by: kummari on Sep 11, 2008 10:05 AM

former_member192295
Active Contributor
0 Kudos

HI,

I think HRMS_ID01 is standard idoc we can trigger easily. Through BAPI transaction code we can see more information about HR BAPI functions.