<?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: Regarding Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140139#M450706</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;HRP1000... is the Master table for each JOB and Position...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PA0000 is the master table for employees..&lt;/P&gt;&lt;P&gt;In PA0000 u can get the employee id with active status ...&lt;/P&gt;&lt;P&gt;With this find the superior's position from PA0001 table,by giving the relation Bottom Up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRP1001 is the table for Relation between different positions and employees...&lt;/P&gt;&lt;P&gt;Now with the position you got from PA0001 find the Holder of this Position from HRP1001 table.. by maintaining the relation Top to Bottom...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful answers,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 05:38:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T05:38:45Z</dc:date>
    <item>
      <title>Regarding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140136#M450703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dudes&lt;/P&gt;&lt;P&gt;   In which table I can get the fields Employee Id and Supervisor etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140136#M450703</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-04-12T05:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140137#M450704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You search in the table HRP1001 (orgn related)&lt;/P&gt;&lt;P&gt;for the employee and his supervisor.&lt;/P&gt;&lt;P&gt;Basicallly based on the relationship between these two you have to fecth using the relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140137#M450704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140138#M450705</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;use HRP1001 table to get supervisor position for a given employee id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Supervisor Positionin the field  HRP1001-SOBID, for given employee positionin the field  HRP1001-OBJID  through the relation HRP1001-RSIGN eq 'A' and Relationship HRP1001-RELAT eq '002'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140138#M450705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140139#M450706</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;HRP1000... is the Master table for each JOB and Position...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PA0000 is the master table for employees..&lt;/P&gt;&lt;P&gt;In PA0000 u can get the employee id with active status ...&lt;/P&gt;&lt;P&gt;With this find the superior's position from PA0001 table,by giving the relation Bottom Up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRP1001 is the table for Relation between different positions and employees...&lt;/P&gt;&lt;P&gt;Now with the position you got from PA0001 find the Holder of this Position from HRP1001 table.. by maintaining the relation Top to Bottom...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful answers,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140139#M450706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140140#M450707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  It's Answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table/m-p/2140140#M450707</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-23T07:49:56Z</dc:date>
    </item>
  </channel>
</rss>

