<?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: Table used for saving, APPCREATE tcode. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353556#M1036628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appraisal data will be stored in Transperent table &lt;STRONG&gt;PA0025&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the T-code APPCREATE  u can find the details in the structure  HRPE_APPRAISEES..&lt;/P&gt;&lt;P&gt;And now try to find out in which table this structure is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Anees&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2008 04:18:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-25T04:18:21Z</dc:date>
    <item>
      <title>Table used for saving, APPCREATE tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353555#M1036627</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;In which table the appraisal data is storing employee wise.&lt;/P&gt;&lt;P&gt;for the Tcode APPCREATE.&lt;/P&gt;&lt;P&gt;with emp number , start and end date and rating etc. or if u r having any link between table please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply as early as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sanket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353555#M1036627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table used for saving, APPCREATE tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353556#M1036628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appraisal data will be stored in Transperent table &lt;STRONG&gt;PA0025&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the T-code APPCREATE  u can find the details in the structure  HRPE_APPRAISEES..&lt;/P&gt;&lt;P&gt;And now try to find out in which table this structure is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Anees&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 04:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353556#M1036628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T04:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table used for saving, APPCREATE tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353557#M1036629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better way i`ll tell you how to find the database tables.&lt;/P&gt;&lt;P&gt;Goto the transaction.&lt;/P&gt;&lt;P&gt;Get the program name.&lt;/P&gt;&lt;P&gt;     SYSTEM ---&amp;gt; STATUS ---&amp;gt; PROGRAM(GUI)&lt;/P&gt;&lt;P&gt;     The program name for this transaction SAPLRHPA_SHOW.&lt;/P&gt;&lt;P&gt;     Copy this program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE38. Open  this program.&lt;/P&gt;&lt;P&gt;Get the package name.&lt;/P&gt;&lt;P&gt;      GOTO ---&amp;gt; ATTRIBUTES ---&amp;gt; PACKAGE&lt;/P&gt;&lt;P&gt;      The package for this program is PPAP.&lt;/P&gt;&lt;P&gt;      Copy the package name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto to SE80 or Click on Display Object List(Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F5) button which is on the toolbar.&lt;/P&gt;&lt;P&gt;       Select package and open the package name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the list of business engeneering, dict.objs, class library, programs etc.&lt;/P&gt;&lt;P&gt;        Goto Dict.objects ---&amp;gt; Database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the tables related to this transaction are given here.&lt;/P&gt;&lt;P&gt;Use these steps to find the tables, programs, function grps etc&lt;/P&gt;&lt;P&gt;whenever required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Darpana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 05:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353557#M1036629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T05:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table used for saving, APPCREATE tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353558#M1036630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2009 14:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-used-for-saving-appcreate-tcode/m-p/4353558#M1036630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-08T14:28:50Z</dc:date>
    </item>
  </channel>
</rss>

