<?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 data selection period in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516290#M1424350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we say that in PNP LD&lt;/P&gt;&lt;P&gt;if data selection period is filled, then those records which overlap this date are selected,&lt;/P&gt;&lt;P&gt;but after get pernr, still all the records are fetched in internal tables mentioned in Infotype statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does this exactly mean, plzz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2010 12:23:51 GMT</pubDate>
    <dc:creator>manubhutani</dc:creator>
    <dc:date>2010-01-12T12:23:51Z</dc:date>
    <item>
      <title>data selection period</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516290#M1424350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we say that in PNP LD&lt;/P&gt;&lt;P&gt;if data selection period is filled, then those records which overlap this date are selected,&lt;/P&gt;&lt;P&gt;but after get pernr, still all the records are fetched in internal tables mentioned in Infotype statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does this exactly mean, plzz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516290#M1424350</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2010-01-12T12:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: data selection period</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516291#M1424351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you enter the data selection period, it would just check the employees IT0001 record is present in the given date and for the given selection criteria say Company code, Personnel area etc. of LDB. This actually does not mean that the records in your internal table would be falling within that period, you will still get the all the records for the employee. The F1 help on the selection screen for that field gives you more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516291#M1424351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: data selection period</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516292#M1424352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;but if it checks IT0001, then everytime record would be found, as IT0001 has time constr 1&lt;/P&gt;&lt;P&gt;and record will be there everytime,please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516292#M1424352</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2010-01-12T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: data selection period</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516293#M1424353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you will always find a record in IT0001. What actually meant here is, say you run the program for CCode XXXX. The employee has two IT0001 records as below&lt;/P&gt;&lt;P&gt;01.01.2010 to 31.01.2010   XXXX&lt;/P&gt;&lt;P&gt;01.02.2010 to 28.02.2010  YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if your data selection period if 01.01.2010 to 15.01.2010 and Ccode is XXXX, this employee would be selected for further processing. Now for the same data selection period if the program is run for Ccode YYYY, this employee would not be selected. Because it wil check for the record validity in this data selection period, which fails there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am more clear this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516293#M1424353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: data selection period</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516294#M1424354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;but here if we don't put the company code on sel screen, and only person sel period is there,&lt;/P&gt;&lt;P&gt;then also records will be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 13:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516294#M1424354</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2010-01-12T13:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: data selection period</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516295#M1424355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case it will just check for a valid record in IT0001 nothing else. That means any personnel number which the user is authorized to will be selected. Basically it means there is no real use of entering data selection period in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 13:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-selection-period/m-p/6516295#M1424355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T13:13:38Z</dc:date>
    </item>
  </channel>
</rss>

