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

BAPI - PAYROLL

arunneerolil
Contributor
0 Likes
938

Hi all,

Is there any BAPI available for payroll data extraction

on a monthly basis ? It must be able to return data

similar to the XML structure given below.

<MONTHLYDATA>

<EMPLOYEE>

<EMPID>002</EMPID>

<EMPNAME>ABC XYZ</EMPNAME>

<PFWAGES>12155</ PFWAGES >

<MEMBERPFAMT>1459</ MEMBERPFAMT>

<COMPANYPFAMT>918</ COMPANYPFAMT>

<MEMBERVPFAMT>0</ MEMBERVPFAMT>

<EPSAMT>541</EPSDEBITAMT>

<LOANPRINCIPAL>0</LOANPRINCIPAL>

<LOANINTEREST>0</LOANINTEREST>

</EMPLOYEE>

<EMPLOYEE>...</EMPLOYEE>

.......

<EMPLOYEE>...</EMPLOYEE>

</MONTHLYDATA>

Thanks in Advance.

Regards,

Chemmanz

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
726

Try BAPI_GET_PAYROLL_RESULT_LIST.

~Suresh

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
727

Try BAPI_GET_PAYROLL_RESULT_LIST.

~Suresh

Read only

0 Likes
726

Hi Suresh,

Thanks for the reply.

But it is returning only a few of the req fields.

Rgds,

Arun

Read only

0 Likes
726

do u know how to update payroll? without running pc00_m32_calc (payroll) transaction?

every time i update in pa30 loans, saving plan, additional payments, etc

i need to run payroll in order to update changes, and payroll is a different process.

can u help me?