<?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: Filter Data using LDB PNP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168028#M1516808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is the default behaviour of the PNP ldb, however you can use the macro[ RP_SET_DATA_INTERVAL|http://help.sap.com/saphelp_47x200/helpdata/en/60/d8bb88576311d189270000e8322f96/content.htm]&lt;/P&gt;&lt;P&gt; in the events INITIALIZATION or START-OF-SELECTION to restrict the data selection period, also be informed that this restriction(through macro) happens at an internal table level in the LDB driver progam and not at the database level. The definition of the macro can be found in the include program DBPNPCOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 12:29:45 GMT</pubDate>
    <dc:creator>rajesh_paruchuru</dc:creator>
    <dc:date>2010-08-09T12:29:45Z</dc:date>
    <item>
      <title>Filter Data using LDB PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168025#M1516805</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'm looking to filter data in a report which uses LDB PNP.&lt;/P&gt;&lt;P&gt;When i enter the 'start dates' and 'end dates' the values goes into PN-BEGDA and PN-ENDDA respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know whether the GET PERNR statement will filter out the data based on 'start dates' and 'end dates' &lt;/P&gt;&lt;P&gt;or do i have to loop at each infotype and manually filter out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 11:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168025#M1516805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data using LDB PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168026#M1516806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I want to know whether the GET PERNR statement will filter out the data based on 'start dates' and 'end dates' &lt;/P&gt;&lt;P&gt;&amp;gt; or do i have to loop at each infotype and manually filter out. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; varun&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Here is the answer from SAP|http://help.sap.com/saphelp_47x200/helpdata/en/4f/d527ba575e11d189270000e8322f96/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET PERNR fills the internal tables of infotypes that are declared for
 each employee  using the INFOTYPES statement. The internal infotype table
 is filled with all records existing  between the lowest and highest
 system date. The internal table has the name Pnnnn,  where nnnn is the 
infotype number&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 11:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168026#M1516806</guid>
      <dc:creator>rajesh_paruchuru</dc:creator>
      <dc:date>2010-08-09T11:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data using LDB PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168027#M1516807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; [Here is the answer from SAP|http://help.sap.com/saphelp_47x200/helpdata/en/4f/d527ba575e11d189270000e8322f96/content.htm]&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;CODE&gt;GET PERNR fills the internal tables of infotypes that are declared for
&amp;gt;  each employee  using the INFOTYPES statement. The internal infotype table
&amp;gt;  is filled with all records existing  between the lowest and highest
&amp;gt;  system date. The internal table has the name Pnnnn,  where nnnn is the 
&amp;gt; infotype number&lt;/CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; - Rajesh.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means its useless to give a selection criteria on the selection screen. &lt;/P&gt;&lt;P&gt;GET PERNR will get all records, means it will just filter the employee numbers nothing else, everything you will have to do manually by using loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 12:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168027#M1516807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data using LDB PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168028#M1516808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is the default behaviour of the PNP ldb, however you can use the macro[ RP_SET_DATA_INTERVAL|http://help.sap.com/saphelp_47x200/helpdata/en/60/d8bb88576311d189270000e8322f96/content.htm]&lt;/P&gt;&lt;P&gt; in the events INITIALIZATION or START-OF-SELECTION to restrict the data selection period, also be informed that this restriction(through macro) happens at an internal table level in the LDB driver progam and not at the database level. The definition of the macro can be found in the include program DBPNPCOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 12:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168028#M1516808</guid>
      <dc:creator>rajesh_paruchuru</dc:creator>
      <dc:date>2010-08-09T12:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data using LDB PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168029#M1516809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Yes, that is the default behaviour of the PNP ldb, however you can use the macro[ RP_SET_DATA_INTERVAL|http://help.sap.com/saphelp_47x200/helpdata/en/60/d8bb88576311d189270000e8322f96/content.htm]&lt;/P&gt;&lt;P&gt;&amp;gt;  in the events INITIALIZATION or START-OF-SELECTION to restrict the data selection period, also be informed that this restriction(through macro) happens at an internal table level in the LDB driver progam and not at the database level. The definition of the macro can be found in the include program DBPNPCOM.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; -Rajesh.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very strange behavior this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-data-using-ldb-pnp/m-p/7168029#M1516809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T13:07:15Z</dc:date>
    </item>
  </channel>
</rss>

