cancel
Showing results for 
Search instead for 
Did you mean: 

Integration SAP HR via PI7.0 to SAP ERP 6.0 GL

Former Member
0 Kudos

Hi Experts,

we are facing some issues during the integration of the SAP HR system to our SAP ERP System. The SAP HR system is outsourced and we only receive a file with the payroll data which need to be posted to SAP GL.

As middleware we are using the SAP PI 7.0.

Can somebody tell us, how we can post the data from PI to ERP? Which technology should we use here? Idoc vs. BAPI?

Would be great if somebody of you could guide us through this topic.

Cheers

Samir

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

there are standard IDocs available.

You should look to utilize that

Former Member
0 Kudos

Hi,

thx for coming back that fast. I checked already the Idocs and from my point of view we would be able to use the ACC_GL_POSTINGACC_GL_POSITUNG01 Idoc structure.

We are also checking BAPIs, so would you recommend to use the IDOC or should we investigate on the BAPI topic?

Cheers

stefan_grube
Active Contributor
0 Kudos

> We are also checking BAPIs, so would you recommend to use the IDOC or should we investigate on the BAPI topic?

BAPI is for sync, IDOC for async processing. As you have a file, so you have an async process -> use IDOC

Former Member
0 Kudos

OK, Thank you, we will follow the IDoc appoach.

Cheers