<?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: ABAP HR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277024#M495355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use report category '_____000' which suppresses standard selection screen provided by Logical database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2007 04:00:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-17T04:00:28Z</dc:date>
    <item>
      <title>ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277017#M495348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;   Is there any way that I can extract data from infotypes using macros but no selction screen. Please send me sample code if you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Admir.&lt;/P&gt;&lt;P&gt;Ponits will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 19:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277017#M495348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T19:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277018#M495349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Admir,&lt;/P&gt;&lt;P&gt; You can make use of the fm RH_READ_INFTY.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 19:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277018#M495349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T19:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277019#M495350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't want to use the LDB or Selection screen?&lt;/P&gt;&lt;P&gt;Then ,you can use the function call HR_READ_INFOTYPE to read employee Master Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 19:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277019#M495350</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-16T19:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277020#M495351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;  I dont want to use selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Admir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 21:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277020#M495351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T21:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277021#M495352</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;Do you not want a selection screen, but still want to use the GET PERNR functionality. i.e. logical database PNP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do then you can manipulate the selection screen options using the report category found in the editor under: GOTO -&amp;gt; ATTRIBUTES  In the logical database put in a PNP and then you will get another button when you return to the attributes screen that says report category. In there you can manipulate the standard HR selection screen and switch off as many of these as you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to use PNP then define a report as normal but use function modules to read the infotypes. The other guys have mentioned which ones are useful already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps remember to reward those who helped with points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 01:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277021#M495352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T01:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277022#M495353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use macro RP-READ-INFOTYPE...pass the parameters personnel no., infotype no., infotype table, begin date &amp;amp; end date from your calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 03:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277022#M495353</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-17T03:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277023#M495354</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;Just use this include in your report -DBPNPCOM&lt;/P&gt;&lt;P&gt;This will enable you to use macos without going throught LDB and the LDB screen.&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>Thu, 17 May 2007 03:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277023#M495354</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-17T03:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277024#M495355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use report category '_____000' which suppresses standard selection screen provided by Logical database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 04:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/2277024#M495355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T04:00:28Z</dc:date>
    </item>
  </channel>
</rss>

