Application Development 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: 

differences between SAP-ABAP and HR-ABAP

Former Member
0 Kudos

what are the differences between SAP-ABAP and HR-ABAP.

Please let me know in detail.

3 REPLIES 3

Former Member
0 Kudos

Hi,

[;

go through this link you will find information

Regards,

Kasuladevi

Former Member
0 Kudos

The following concepts are defined in HR which differs this module with other modules

1. Use of Infotypes

2. The use of Logical Database

3. Use of Macros

4. Storage and Access of data

5 Authorization checks

The HR ABAP differs only from normal abap in terms of Reporting (you may use all the standard abap syntax which you use for any other modules in SAP) as Lot of Function inputs are required from your functional to retrieve and fetch data from HR Tables.

For your information HR has many database tables and you need to fetch data from these tables. Data may be valid partially or wholly depending upon the Dates Specify. It also means that dates play an important role in HR Select Statement.

Hence for easy retrival of data mostly developers use Logical data base to retrive data when in comes to HR. The LDB for HR are PNP and PNPCE and for Org-Management the LDB is PCH. You also use some HR specific statements to retrive data which are called as Macros.

SAP HR is the combination of sub modules for e.g. PA, Payroll, Time, Org-Management, Training and Event Management. Integration plays important roles and fetching data across the modules is again is an art and skill that you learn slowly with time and experience.

Hope this must have given you some idea about HR.

Go through the links,

useful r e w a r d s p o i n t s

Thanks

Mukesh Kumar M