<?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: HR Reporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127817#M742931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use logical Database PNP.&lt;/P&gt;&lt;P&gt;do Get PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rp-provide-from-last p0000 &lt;/P&gt;&lt;P&gt;Call FM HRCM_ORGUNIT_MANAGER_GET using p0001-orgeh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call FM HR_INFOTYPE_GETDETAIL for the SOBID returned from previous ID using Infotype 0002. Use NACHN from the return structure as Last name of manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLANS is use for Positions. Job comes from P0001-STELL. Text is stored in Text Table.&lt;/P&gt;&lt;P&gt;For finding Positions use this FM - HR_HCP_GET_POSITION_FOR_EMPL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For finding jobs on positions use this -&lt;/P&gt;&lt;P&gt;HR_HCP_GET_JOB_FOR_POSITION&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;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 11:25:23 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-11-28T11:25:23Z</dc:date>
    <item>
      <title>HR Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127816#M742930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all i am first time working on HR report .....&lt;/P&gt;&lt;P&gt;my requirment are as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Last Name of Immediate Supervisor/Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use PA0001-ORGEH as OBJID to read HRP1001with OTYPE 'O'.  Find related object HRP1001-SOBID where SCLAS='S' and RSIGN='B' and RELAT='012'.  Use SOBID as OBJID to read table HRP1001 with OTYPE='S'.  Find related object HRP1001-SOBID where SCLAS='P' and RSIGN='A' and RELAT='008'.  Use SOBID to output PA002-NACHN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.JOB_DESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use PA0001-PLANS as OBJID to read HRP1001with OTYPE 'S'.  Find related object HRP1001-SOBID where SCLAS='C' and RSIGN='B' and RELAT='007'.  Use SOBID as OBJID to read table HRP1000 with OTYPE='C'.  HRP1000-STEXT is Job Desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to write the query...&lt;/P&gt;&lt;P&gt;Remember  no 'SELECT' query..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx &lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 11:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127816#M742930</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2007-11-28T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: HR Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127817#M742931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use logical Database PNP.&lt;/P&gt;&lt;P&gt;do Get PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rp-provide-from-last p0000 &lt;/P&gt;&lt;P&gt;Call FM HRCM_ORGUNIT_MANAGER_GET using p0001-orgeh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call FM HR_INFOTYPE_GETDETAIL for the SOBID returned from previous ID using Infotype 0002. Use NACHN from the return structure as Last name of manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLANS is use for Positions. Job comes from P0001-STELL. Text is stored in Text Table.&lt;/P&gt;&lt;P&gt;For finding Positions use this FM - HR_HCP_GET_POSITION_FOR_EMPL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For finding jobs on positions use this -&lt;/P&gt;&lt;P&gt;HR_HCP_GET_JOB_FOR_POSITION&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;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 11:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127817#M742931</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-11-28T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: HR Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127818#M742932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 08:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127818#M742932</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2007-12-04T08:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: HR Reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127819#M742933</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;i am sending the select query. this is help full for u .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single sobid &lt;/P&gt;&lt;P&gt;           from hrp1001 &lt;/P&gt;&lt;P&gt;           into w-super "work area&lt;/P&gt;&lt;P&gt;           where otyp = 'o'&lt;/P&gt;&lt;P&gt;          and relat = '012'&lt;/P&gt;&lt;P&gt;         and rsign = 'b'&lt;/P&gt;&lt;P&gt;         and sclas = 's'&lt;/P&gt;&lt;P&gt;         and begda &amp;lt; = sy-datum&lt;/P&gt;&lt;P&gt;         and endda &amp;gt;= sydatum.&lt;/P&gt;&lt;P&gt;in tis program u use ldb as PCH.&lt;/P&gt;&lt;P&gt;tables: objec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above code is for sequential repoting in om &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once u check the syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 19:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-reporting/m-p/3127819#M742933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T19:13:25Z</dc:date>
    </item>
  </channel>
</rss>

