<?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: PNP logical database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751212#M325758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you declare some tables like tables: pernr,p0001.&lt;/P&gt;&lt;P&gt;corresponding declarations like infotypes 0001,0002. except pernr.&lt;/P&gt;&lt;P&gt;get pernr event bring all the data as per selection screen for all the info type you declare into corresponding p0001,p0002...etc.(only for the tables in which we declare infotype ) these are structures in se11 and internal tables at runtime in our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then we can process the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:pernr,p0001,p0002&lt;/P&gt;&lt;P&gt;infotypes:00001,0002.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 10:29:41 GMT</pubDate>
    <dc:creator>former_member225631</dc:creator>
    <dc:date>2006-12-08T10:29:41Z</dc:date>
    <item>
      <title>PNP logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751210#M325756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could someone explain me the concept of using pernr structure/table in the program i.e&lt;/P&gt;&lt;P&gt; table :pernr and&lt;/P&gt;&lt;P&gt;get pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, explain what exactly the above mentioned statements do (in detail)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;answers will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751210#M325756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: PNP logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751211#M325757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. table :pernr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PNP returns the data in a pre-define format/structure.&lt;/P&gt;&lt;P&gt;  That pre-defined format is the structure PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If we do not declare it,&lt;/P&gt;&lt;P&gt;  then the PNP does not return anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. get pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  To get the various records, as per the selection screen criteria,&lt;/P&gt;&lt;P&gt;  we use get PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The data is put in the structure PERNR,&lt;/P&gt;&lt;P&gt;  so that we can use it further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If there are 100 records, then GET will be automatically fired 100 times.&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 m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751211#M325757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: PNP logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751212#M325758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you declare some tables like tables: pernr,p0001.&lt;/P&gt;&lt;P&gt;corresponding declarations like infotypes 0001,0002. except pernr.&lt;/P&gt;&lt;P&gt;get pernr event bring all the data as per selection screen for all the info type you declare into corresponding p0001,p0002...etc.(only for the tables in which we declare infotype ) these are structures in se11 and internal tables at runtime in our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then we can process the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:pernr,p0001,p0002&lt;/P&gt;&lt;P&gt;infotypes:00001,0002.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751212#M325758</guid>
      <dc:creator>former_member225631</dc:creator>
      <dc:date>2006-12-08T10:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: PNP logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751213#M325759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="273370"&gt;&lt;/A&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;Dont forget to close and reward all helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751213#M325759</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2006-12-08T10:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: PNP logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751214#M325760</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;If you look into the logical database thro' tcode Se36,you can find PERNR is the node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we need to define tables pernr if we are using PNP logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get pernr will be triggered after start-of-selection.&lt;/P&gt;&lt;P&gt;Based on selection criteria specified,it fetches each employee records in ascending order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once an employee record is fetched,we can use macro rp_provide_from_last to process the current employee record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use &lt;/P&gt;&lt;P&gt;provide * from p0001 between pn-begda and pn-endda.&lt;/P&gt;&lt;P&gt;write : / p0001-pernr p001-stell.&lt;/P&gt;&lt;P&gt;endprovide.&lt;/P&gt;&lt;P&gt;after get pernr,it will give you all the records of an employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use pernr-pernr after get pernr to find out the employee no. fetched.Basically pernr is a structure in database without any database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pnp-logical-database/m-p/1751214#M325760</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-08T10:47:27Z</dc:date>
    </item>
  </channel>
</rss>

