[go: up one dir, main page]

0% found this document useful (0 votes)
64 views3 pages

SAP HR Programming Essentials

This document outlines the content of an SAP HR course, including prerequisites and 7 modules. The course provides an overview of the SAP HR module and its components. It covers topics like HR programming with infotypes, the organizational management and personnel administration modules, payroll processing, authorizations, and reporting tools. The last section compares general ABAP programming to ABAP programming specific to HR, noting differences in how data is extracted, validated, and read for HR versus other modules.

Uploaded by

Pramod Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views3 pages

SAP HR Programming Essentials

This document outlines the content of an SAP HR course, including prerequisites and 7 modules. The course provides an overview of the SAP HR module and its components. It covers topics like HR programming with infotypes, the organizational management and personnel administration modules, payroll processing, authorizations, and reporting tools. The last section compares general ABAP programming to ABAP programming specific to HR, noting differences in how data is extracted, validated, and read for HR versus other modules.

Uploaded by

Pramod Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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

You might also like