<?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: Resolve Range Table Content in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324595#M5106</link>
    <description>&lt;P&gt;could you tell the real scenario where you need this? Usually, we only need it while using SELECT ... WHERE datum IN date_range...&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2016 07:27:58 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-10-21T07:27:58Z</dc:date>
    <item>
      <title>Resolve Range Table Content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324593#M5104</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would
like to resolve the content of range table.&lt;/P&gt;&lt;P&gt;The range
table will be taken over from the SELECTION-SCREEN by Date from-to. The user can
enter DATE from, date to, with exclusions, greater than, etc.&lt;/P&gt;&lt;P&gt;Now I need
a function to resolve the entered ranges, that a serial date range is resulted; for example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SIGN   = I
OPTION = BT
LOW    = 10.01.2016
HIGH   = 12.01.2016

The result is: 10.01.2016, 11.01.2016, 12.01.2016.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However,
all combinations are possible, so that the result could be more complex.&lt;/P&gt;&lt;P&gt;Is there
any function to handle this problem?&lt;/P&gt;&lt;P&gt;Thank you
very much &amp;amp; best regards,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324593#M5104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-20T20:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Resolve Range Table Content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324594#M5105</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;So you need to get all dates meet your range?&lt;/P&gt;&lt;P&gt;I don't believe there's a function and it's not easy to create an algorithm, because you can have an infinte result if the range is not filled under particular conditions.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 21:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324594#M5105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-20T21:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resolve Range Table Content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324595#M5106</link>
      <description>&lt;P&gt;could you tell the real scenario where you need this? Usually, we only need it while using SELECT ... WHERE datum IN date_range...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 07:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324595#M5106</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-10-21T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Resolve Range Table Content</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324596#M5107</link>
      <description>&lt;P&gt;create a table with only one field DATE&lt;/P&gt;&lt;P&gt;fill it by report with all dates from 19000101 to 99991231&lt;/P&gt;&lt;P&gt;select all dates WHERE date IN range&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 15:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-range-table-content/m-p/324596#M5107</guid>
      <dc:creator>former_member226519</dc:creator>
      <dc:date>2016-11-02T15:46:39Z</dc:date>
    </item>
  </channel>
</rss>

