SAP HR

Use logical database selection screen ABAP Code

Simple ABAP code to demonstrate how to manipulate a logical database selection screen which is assigned and setup within menu option Goto->properties. This example SAP ABAP HR report implements the following functionality: Use of HR logical database selection screen with standard ABAP report. Set default time period/key date for HR logical database report. Set other

Use logical database selection screen ABAP Code Read More »

Payroll control record PA03

The payroll information displayed via transaction PA03 is stored within tables T569V, T549A and T549Q. They can also be retrieved using Function module PA03_PCR_READ Another useful function module could be HR_MX_GET_PAYROLL_PERIOD which retrieves payroll period dates based on the current date, irrespective of what is set in SAP transaction PA03. CALL FUNCTION ‘HR_MX_GET_PAYROLL_PERIOD’ EXPORTING PAYROLL_AREA         = ld_abkrs *   DATE

Payroll control record PA03 Read More »