<?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 Need help in HR-ABAP programming stuff in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298608#M502169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been assigned to work in HR-ABAP.I have gud exp in normal ABAP but i am totally new for hr-abap.Could please help to me as u guys are helping to others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are teh basic things i need to know , so  i can start working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me HR-ABAP related programming stuff on given id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mail id is vinod_sap@rediffmail.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur help would highly be appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 04:27:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T04:27:18Z</dc:date>
    <item>
      <title>Need help in HR-ABAP programming stuff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298608#M502169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been assigned to work in HR-ABAP.I have gud exp in normal ABAP but i am totally new for hr-abap.Could please help to me as u guys are helping to others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are teh basic things i need to know , so  i can start working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me HR-ABAP related programming stuff on given id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mail id is vinod_sap@rediffmail.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur help would highly be appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 04:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298608#M502169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T04:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in HR-ABAP programming stuff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298609#M502170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;HR:&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;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 04:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298609#M502170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T04:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in HR-ABAP programming stuff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298610#M502171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;sites regarding hr-abap:&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;&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;&lt;/P&gt;&lt;P&gt;You can see some Standard Program examples in this one ...&lt;/P&gt;&lt;P&gt;&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;&lt;A href="http://www.erpgenie.com/faq/hr.htm" target="test_blank"&gt;http://www.erpgenie.com/faq/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;&lt;A href="http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the FAQ's that might helps you as well.&lt;/P&gt;&lt;P&gt;&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;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;&lt;A href="http://www.atomhr.com/library_full.htm" target="test_blank"&gt;http://www.atomhr.com/library_full.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sending to ur maild id also.&lt;/P&gt;&lt;P&gt;if helpful reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 04:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298610#M502171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in HR-ABAP programming stuff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298611#M502172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search within this forum with "HR ABAP" and you'll find many links, ideas and heaps and heaps of (free) advices on how to be a champion SAP HR programmer &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were you I would first try to understand the offerings and basic high-level functionalities of SAP HR before reading the SDN threads (that is, free advices). Once you understand the basics of business side of HR it will be too easy to code it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 04:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298611#M502172</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-31T04:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in HR-ABAP programming stuff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298612#M502173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please send me the material to veduru@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 16:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-hr-abap-programming-stuff/m-p/2298612#M502173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T16:59:03Z</dc:date>
    </item>
  </channel>
</rss>

