cancel
Showing results for 
Search instead for 
Did you mean: 

HRP infotypes updates?

Former Member
0 Kudos

Hi can anyone tell..how to update infotypes 1001, 1000, 1014?

Is there anyfunction module or any way to updates HRP infotypes?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

HRP infotypes are exactly starting from 1000 (Object) , 1001(Relationships) ,etc ,

This is exactly used by the HR data and this module is useful for appraisal ,training and event management .

Go to pp01 , select the object as Organisational unit and when u enter an org unit , enter the details for the infotypes such as object, relationship, description etc and this will directly go and update in the hrp1000, hrp1001 etc tables ...

This table is mostly used for the Student lifecycle management .

Hope this helps you .

Regards ,

Gajalakshmi

Former Member
0 Kudos

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.

For Personal Admn the Infotypes start with PA0000 to PA1999

Time Related Infotypes start with PA2000 to PA2999.

Orgn related Infotypes start with HRP1000 to HRP1999.

All custom developed infotypes stsrat with PA9000 onwards.

In payroll processing we use Clusters like PCL1,2,3 and 4.

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.

http://www.sapdevelopment.co.uk/hr/hrhome.htm

See:

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

sites regarding hr-abap:

http://www.sapdevelopment.co.uk/hr/hrhome.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf

http://www.atomhr.com/training/Technical_Topics_in_HR.htm

http://www.planetsap.com/hr_abap_main_page.htm

You can see some Standard Program examples in this one ...

http://www.sapdevelopment.co.uk/programs/programshr.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#...

http://www.erpgenie.com/faq/hr.htm.

http://www.planetsap.com/hr_abap_main_page.htm

http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html

These are the FAQ's that might helps you as well.

http://www.sap-img.com/human/hr-faq.htm

http://www.sapgenie.com/faq/hr.htm

http://www.planetsap.com/hr_abap_main_page.htm

http://www.atomhr.com/library_full.htm

HR Long texts Upload

Look at the below link

Please refer to the following sample program for accessing PCH LDB.

For concept to start with refer url:

http://www.sap-press.de/download/dateien/860/sappress_mysap_hr_technical_principles2.pdf

It contains info regarding PCH Reporting.

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

Hi Abhay,

Check the following Function Modules if useful.

HR_EFI_UPDATE_INFOTYPES

HR_FBN_UPDATE_NI_INFOTYPE

HRPY_AU_UPD_PYSUM_INFOTYPE

HRPY_AU_UPD_PYSUM_INFOTYPE_00

HRBR_UPDATE_INFOTYPE_2001

HR_SPA_UPDATE_INFOTYPES

HR_TMW_DB_UPDATE_INFOTYPE

<b>Reward if useful.</b>

Regards,

Adithya M.