<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Request data for HR ABAP. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830468#M921074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls give me some Idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 14:31:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T14:31:52Z</dc:date>
    <item>
      <title>Request data for HR ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830466#M921072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830466#M921072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Request data for HR ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830467#M921073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR deals with the INFOTYPES which are similar to Tables in General ABAP.&lt;/P&gt;&lt;P&gt;There are different ways of fetching data from these infotypes.&lt;/P&gt;&lt;P&gt;There are different areas in HR LIKE Personal Admn, Orgn Management, Benefits, Time amangement, Event Management, Payroll etc&lt;/P&gt;&lt;P&gt;Infotypes for these areas are different from one another area.&lt;/P&gt;&lt;P&gt;storing of records data in each type of area is different&lt;/P&gt;&lt;P&gt;LDBS like PNP are used in HR programing.&lt;/P&gt;&lt;P&gt;Instead of Select.. we use some ROUTINES and PROVIDE..ENDPROVIDE.. etc &lt;/P&gt;&lt;P&gt;and in the case of Pay roll we use Clusters and we Import and Export them for data fetching.&lt;/P&gt;&lt;P&gt;On the whole Normal ABAP is different from HR abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Personal Admn the Infotypes start with PA0000 to PA1999&lt;/P&gt;&lt;P&gt;Time Related Infotypes start with PA2000 to PA2999.&lt;/P&gt;&lt;P&gt;Orgn related Infotypes start with HRP1000 to HRP1999.&lt;/P&gt;&lt;P&gt;All custom developed infotypes stsrat with PA9000 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In payroll processing we use Clusters like PCL1,2,3 and 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Select query we use PROVIDE and ENDPROVIDE..&lt;/P&gt;&lt;P&gt;You have to assign a Logical Database in the attributes PNP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the SAp doc for HR programming and start doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/hr/hrhome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/hr/hrhome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.atomhr.com/training/Technical_Topics_in_HR.htm" target="test_blank"&gt;http://www.atomhr.com/training/Technical_Topics_in_HR.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/hr_abap_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/hr_abap_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can see some Standard Program examples in this one..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/programs/programshr.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/programs/programshr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification" target="test_blank"&gt;http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are the FAQ's that might helps you&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/human/hr-faq.htm" target="test_blank"&gt;http://www.sap-img.com/human/hr-faq.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/faq/hr.htm" target="test_blank"&gt;http://www.sapgenie.com/faq/hr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 08:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830467#M921073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T08:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Request data for HR ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830468#M921074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls give me some Idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 14:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830468#M921074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Request data for HR ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830469#M921075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...site this is the best site for hr abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saphruser.com/" target="test_blank"&gt;http://saphruser.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in the hr infotypes and hr tables and relations are most important..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;relations for the org unit in the table t777e&lt;/P&gt;&lt;P&gt;the most important tables for hr is t777a,b,c,d,e,f,g,h,i.&lt;/P&gt;&lt;P&gt;the most important tables for hr is t778 series.&lt;/P&gt;&lt;P&gt;the most important tables forpayroll  is t549,t547,t569v&lt;/P&gt;&lt;P&gt;hr_infotype_operation  function module is used for the updating the infotype&lt;/P&gt;&lt;P&gt;toget the orgstructre loke o-o-o use the function module RH_STRUCTURE_FOR_ORGDISPLAY&lt;/P&gt;&lt;P&gt;use the function module HR_IN_CHG_INR_WRDS for converting amount to words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 14:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830469#M921075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T14:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Request data for HR ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830470#M921076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically your want to be programmer in HR ABAP, right , So U need to know the ABAP Progamming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Knowing HR fucntionality , will be a plus.. while working with HR ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How was the reference I mentioned you, It's the few best source to know the basic things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points If useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 03:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/request-data-for-hr-abap/m-p/3830470#M921076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T03:24:52Z</dc:date>
    </item>
  </channel>
</rss>

