<?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: Finding Standard SAP objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618429#M601090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;All Std Objects are stored in TADIR table, you can see that using the related object type  PROG,TABL,DTEL etc&lt;/P&gt;&lt;P&gt;also you can check the std tables like DD01L, DD02L, DD03L, DD* tables for std tables, data elements, domains and fields etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All HR related stuff are stored in Infotypes &lt;/P&gt;&lt;P&gt;Check PA* tables in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this doc&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&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>Sun, 05 Aug 2007 06:13:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-05T06:13:44Z</dc:date>
    <item>
      <title>Finding Standard SAP objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618427#M601088</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;              How to get the standard SAP ABAP  objects such as Tables,Elements,Domains ,function modules which is required for us.&lt;/P&gt;&lt;P&gt;For example i need to create employee table with Empname ,empid,etc for these fields where to get the data elements and domains.is there standard tables in HR if so help me out like how to view that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting for much needed suggestions&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 05:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618427#M601088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T05:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Standard SAP objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618428#M601089</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;Go to transaction Se11. &lt;/P&gt;&lt;P&gt;Select the required options and press F4. You will get the standard objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR tables&lt;/P&gt;&lt;P&gt;Starts with PA* , HRT&lt;STRONG&gt;, HRP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. PA0001, PA0002&lt;/P&gt;&lt;P&gt;HRT2001, HRP2001 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 06:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618428#M601089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T06:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Standard SAP objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618429#M601090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;All Std Objects are stored in TADIR table, you can see that using the related object type  PROG,TABL,DTEL etc&lt;/P&gt;&lt;P&gt;also you can check the std tables like DD01L, DD02L, DD03L, DD* tables for std tables, data elements, domains and fields etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All HR related stuff are stored in Infotypes &lt;/P&gt;&lt;P&gt;Check PA* tables in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this doc&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&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>Sun, 05 Aug 2007 06:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618429#M601090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Standard SAP objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618430#M601091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see TADIR table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 06:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-standard-sap-objects/m-p/2618430#M601091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T06:43:36Z</dc:date>
    </item>
  </channel>
</rss>

