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

list payroll (BAPI or table)

Former Member
0 Likes
600

Hi experts,

How to list the payroll of all employees by ABAP? BAPI or table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

Michael,

For a single employee you could use BAPI_BASICPAY_GETLIST to see the list and, in case you'd like to check a particular record, you could get the details with BAPI_BASICPAY_GETDETAIL.

Regards,

Raphael

1 REPLY 1
Read only

Former Member
0 Likes
464

Michael,

For a single employee you could use BAPI_BASICPAY_GETLIST to see the list and, in case you'd like to check a particular record, you could get the details with BAPI_BASICPAY_GETDETAIL.

Regards,

Raphael