‎2008 May 12 6:41 AM
Dear All,
I would like to take HR ABAP course from good Institute, so before taking this course what are the basic thing I should know. Could you please give me some date. If possible some Information also.
Regards,
Chandra.
‎2008 May 13 4:24 AM
Hi,
Basically your want to be programmer in HR ABAP, right , So U need to know the ABAP Progamming.
Knowing HR fucntionality , will be a plus.. while working with HR ABAP.
How was the reference I mentioned you, It's the few best source to know the basic things.
Regards,
GP
Reward Points If useful
‎2008 May 12 9:03 AM
Hi,
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
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
These are the FAQ's that might helps you
http://www.sap-img.com/human/hr-faq.htm
http://www.sapgenie.com/faq/hr.htm
Reward Points if useful
‎2008 May 12 3:31 PM
Dear All:
Could you please tell me, what are the basic things I should know before going HR ABAP course. Wether I should know ABAP or HR functional knowledge?
Pls give me some Idea on this.
Regards,
Chandra.
‎2008 May 12 3:40 PM
hi check this...site this is the best site for hr abap.
in the hr infotypes and hr tables and relations are most important..
relations for the org unit in the table t777e
the most important tables for hr is t777a,b,c,d,e,f,g,h,i.
the most important tables for hr is t778 series.
the most important tables forpayroll is t549,t547,t569v
hr_infotype_operation function module is used for the updating the infotype
toget the orgstructre loke o-o-o use the function module RH_STRUCTURE_FOR_ORGDISPLAY
use the function module HR_IN_CHG_INR_WRDS for converting amount to words.
regards,
venkat .
‎2008 May 13 4:24 AM
Hi,
Basically your want to be programmer in HR ABAP, right , So U need to know the ABAP Progamming.
Knowing HR fucntionality , will be a plus.. while working with HR ABAP.
How was the reference I mentioned you, It's the few best source to know the basic things.
Regards,
GP
Reward Points If useful