<?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: Logical database PNP screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452360#M549626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;p0002-stat2 = '3'. or ur internal table.. &lt;/P&gt;&lt;P&gt;do u want to change it in PA30 screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help.. pl post ur ?'s in ECM(HR)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 15:04:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T15:04:12Z</dc:date>
    <item>
      <title>Logical database PNP screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452359#M549625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to initialize the Employment Status to Active employee that is 3.&lt;/P&gt;&lt;P&gt;Does any body know how can I do it.&lt;/P&gt;&lt;P&gt;Thnaks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 14:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452359#M549625</guid>
      <dc:creator>anupam_srivastava2</dc:creator>
      <dc:date>2007-06-20T14:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database PNP screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452360#M549626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;p0002-stat2 = '3'. or ur internal table.. &lt;/P&gt;&lt;P&gt;do u want to change it in PA30 screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help.. pl post ur ?'s in ECM(HR)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 15:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452360#M549626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T15:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database PNP screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452361#M549627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a report, which uses PNP logical database. So when I run the report, by default the Employee Status should be defaulted to 3 which is Active Employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know how to do that, that would be gr8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 15:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452361#M549627</guid>
      <dc:creator>anupam_srivastava2</dc:creator>
      <dc:date>2007-06-20T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database PNP screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452362#M549628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here a simple codeexample, try it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Log. datenbank PNP (P-Stammdaten)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;TABLES: PERNR.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  REFRESH PNPSTAT2.&lt;/P&gt;&lt;P&gt;  CLEAR   PNPSTAT2.&lt;/P&gt;&lt;P&gt;  PNPSTAT2-SIGN   = 'I'.&lt;/P&gt;&lt;P&gt;  PNPSTAT2-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;  PNPSTAT2-LOW    = '3'.&lt;/P&gt;&lt;P&gt;  APPEND PNPSTAT2.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&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;  WRITE: / PERNR-PERNR.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 11:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-pnp-screen/m-p/2452362#M549628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T11:06:35Z</dc:date>
    </item>
  </channel>
</rss>

