<?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 HR repoting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127938#M742948</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:20:38 GMT</pubDate>
    <dc:creator>RahulKeshav</dc:creator>
    <dc:date>2007-11-28T11:20:38Z</dc:date>
    <item>
      <title>HR repoting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127938#M742948</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:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127938#M742948</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2007-11-28T11:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: HR repoting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127939#M742949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of if this is just a query, you should the standard Ad-hoc query tool and use PNP logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code for you requirement would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Create a program with PNP logical data and sent an appropriate report category (HR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : pernr.&lt;/P&gt;&lt;P&gt;infotypes : 0000,&lt;/P&gt;&lt;P&gt;                 0001,&lt;/P&gt;&lt;P&gt;                 0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Define your internal table to capture the data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RP_PROVIDE_FROM_LAST P0000 SPACE PNPBEGDA PNPENDDA.&lt;/P&gt;&lt;P&gt;  IF PNP-SW-FOUND = 0.&lt;/P&gt;&lt;P&gt;    CLEAR TAB1.&lt;/P&gt;&lt;P&gt;    REJECT.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    ITAB-PERNR = P0000-PERNR.  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You can copy the other fields also&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RP_PROVIDE_FROM_LAST P0001 SPACE PNPBEGDA PNPENDDA.&lt;/P&gt;&lt;P&gt;  IF PNP-SW-FOUND = 0.&lt;/P&gt;&lt;P&gt;    CLEAR TAB1.&lt;/P&gt;&lt;P&gt;    REJECT.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    ITAB-PERNR = P0001-PERNR.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You can copy the other fields also&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;  RP_PROVIDE_FROM_LAST P0002 SPACE PNPBEGDA PNPENDDA.&lt;/P&gt;&lt;P&gt;  IF PNP-SW-FOUND = 0.&lt;/P&gt;&lt;P&gt;    CLEAR TAB1.&lt;/P&gt;&lt;P&gt;    REJECT.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    ITAB-PERNR = P0002-PERNR.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You can copy the other fields also&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 14:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127939#M742949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: HR repoting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127940#M742950</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:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-repoting/m-p/3127940#M742950</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2007-12-04T08:17:38Z</dc:date>
    </item>
  </channel>
</rss>

