Pre-requisites
Basics of ABAP or
Functional knowledge in HR Domain
Course Content
1. SAP HR Overview
Components of HR Module
Over view of HR modules
How HR is different from Other Module
2. HR Programming
Logical database PNP/PNPCE
Structure of Database Tables in HR module ( Infotype)
Infotype Structure
Time constraints in HR
Infotypes Data retrieval
Repetitive Structure and List Display
Macros in HR
3. Working with Infotypes
Customer Infotype
Infotype Enhancements
4. OM & PA modules
Enterprise structure
Personal structure
OM relation ships
Demo on PA report
Demo on OM report
5. Pay roll Module
Payroll Basics
Working with clusters
Payroll process
Payroll reporting Using function modules
Calling Programs (Submit, Call Transaction, Leave to list processing)
Retro and off cycle payroll importance
6. HR Authorizations
Authorizations in SAP
Structural authorizations
7. Reporting tools
SAP Query
Ad hoc query
HR Other modules
ESS & MSS Significance
Others
SAP HR Overview
Difference between ABAP and ABAP HR programing
Sl
n
o
ABAP
EXTRACTION OF DATA FROM
1 TRANSPARENT TABLES
2 USAGE OF SELECT STATEMENTS
EXPLICIT AUTHORIZATION,
VERIFICATION AND
3 VALIDATIONS
4 MODULE POOL PROGRAMMING
LOOP AND READ ON INTERNAL
5 TABLES
SY-SUBRC TO CHECK LAST EXECUTED
6 STATEMENT
ABAP HR
EXTRACTION OF DATA FROM TRANSPARENT
TABLES AS WELL AS CLUSTER TABLES
USAGE OF SELECT STATEMENTS, FUNCTION
MODULES,
MACROS, IMPORT AND EXPORT
STATEMENTS , LDBS
IMPLICIT AUTHORIZATIONS, VALIDATIONS
AND VERIFICATIONS BY LDBS
INFOTYPES
RP_PROVIDE* AND PROVIDE TO READ DATA
FROM INFOTYPE INTERNAL TABLES
PNP-SW-FOUND
PAP-SW-FOUND TO KNOW SUCESS OR
FAILURE