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: 

personal admin in hr

Former Member
0 Kudos

Hi All,

can any one explain regadring personal admin in hr ..

just idea....

regds,

1 ACCEPTED SOLUTION
3 REPLIES 3

Former Member
0 Kudos

Hi

HR personal Admn consists of Employee master data Management, and the Orgn Management areas

Technically PA consisits of the infotypes PA0000 to PA1999

and the Orgn Management consists of the infotypes HRP1000 to HRP1999.

HR deals with the INFOTYPES which are similar to Tables in General ABAP.

There are different ways of fetching data from these infotypes.

There are different areas in HR LIKE Personal Admn, Orgn Management, Benefits, Time amangement, Event Management, Payroll etc

Infotypes for these areas are different from one another area.

storing of records data in each type of area is different

LDBS like PNP are used in HR programing.

Instead of Select.. we use some ROUTINES and PROVIDE..ENDPROVIDE.. etc

and in the case of Pay roll we use Clusters and we Import and Export them for data fetching.

On the whole Normal ABAP is different from HR abap.

Instead of Select query we use PROVIDE and ENDPROVIDE..

You have to assign a Logical Database in the attributes PNP.

Go through the SAp doc for HR programming and start doing.

[Removed by the moderator.]

See:

http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm

Reward points if useful

Regards

Anji

amit_khare
Active Contributor
0 Kudos

Check the thread -

Avoid duplicate threads.

Regards,

Amit