<?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: want to create executable program which is having date field in selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140499#M1513436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ztable date range is more. like 01.01.2010 to 31.01.2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but screen level he will enter. ex 05.05.2010 to 02.06.2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it should search that records.&lt;/P&gt;&lt;P&gt;05.05.2010 to  02.06.2010 is between the table record 01.01.2010 to 31.01.2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it should get that records.&lt;/P&gt;&lt;P&gt;but in ztable this date 05.05.2010 to  02.06.2010 will not be there.&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;harsha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Aug 2010 06:00:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-08T06:00:08Z</dc:date>
    <item>
      <title>want to create executable program which is having date field in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140496#M1513433</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create executable program which is having date field in selection screen. date is select-options field.&lt;/P&gt;&lt;P&gt;now my problem is i want to select the data from ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table contains many filed in that one field is from_date and another is to_date.&lt;/P&gt;&lt;P&gt;ex: from date: 01.01.2010 to date: 31.12.2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in selection screen user will enter like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: from date: 05.05.2010 ; to 31.05.2010.&lt;/P&gt;&lt;P&gt;now i want to search the user enter date range is between the ztable from and to dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in example above it is following in that range.&lt;/P&gt;&lt;P&gt;i want to select that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how can i write select statement for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: harsha82 on Aug 7, 2010 7:53 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: duplicate post locked.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 8, 2010 8:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Aug 2010 17:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140496#M1513433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-07T17:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: want to create executable program which is having date field in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140497#M1513434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a simple a select will do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;WHERE zdate IN SO_DATERANGE " Date range on selection screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Aug 2010 21:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140497#M1513434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-07T21:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: want to create executable program which is having date field in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140498#M1513435</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 i understand your problem correctly you want the record to be selected between from_date &amp;amp; to_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take two parameters in the selection screen -&lt;/P&gt;&lt;P&gt;parameters fdate type ztabel-from_date.&lt;/P&gt;&lt;P&gt;parameters tdate type ztabel-to_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from ztabel &lt;/P&gt;&lt;P&gt;into table itab&lt;/P&gt;&lt;P&gt;where from_date &amp;gt;= fdate and to_date &amp;lt;= tdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Aug 2010 21:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140498#M1513435</guid>
      <dc:creator>Danish</dc:creator>
      <dc:date>2010-08-07T21:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: want to create executable program which is having date field in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140499#M1513436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ztable date range is more. like 01.01.2010 to 31.01.2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but screen level he will enter. ex 05.05.2010 to 02.06.2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it should search that records.&lt;/P&gt;&lt;P&gt;05.05.2010 to  02.06.2010 is between the table record 01.01.2010 to 31.01.2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it should get that records.&lt;/P&gt;&lt;P&gt;but in ztable this date 05.05.2010 to  02.06.2010 will not be there.&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;harsha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Aug 2010 06:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-executable-program-which-is-having-date-field-in-selection/m-p/7140499#M1513436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-08T06:00:08Z</dc:date>
    </item>
  </channel>
</rss>

