<?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: How to split date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308401#M1990668</link>
    <description>&lt;P&gt;Hi! I don't understand what is is you want and what logic you need for it...&lt;/P&gt;&lt;P&gt;What do you mean with "6 column values"? What does columns have to do with this? Do you want dates, strings, ranges, or what?&lt;/P&gt;&lt;P&gt;And which logic should be used to determine the dates (or values) to return? The last 5 dates from the input in descending order, and then the first tree dates, ascending, as a string? or as a range?&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 08:54:20 GMT</pubDate>
    <dc:creator>joltdx</dc:creator>
    <dc:date>2021-03-01T08:54:20Z</dc:date>
    <item>
      <title>How to split date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308400#M1990667</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;
  &lt;P&gt;Now I met the below date issue. &lt;/P&gt;
  &lt;P&gt;For exmple: I input date query condition(20210201 to 20210228). &lt;/P&gt;
  &lt;P&gt;I hope I get 6 column values . [20210228.20210227.20210226.20210225.20210224.(20210201 to 20210203)].&lt;/P&gt;
  &lt;P&gt;How do I do it ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 08:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308400#M1990667</guid>
      <dc:creator>1190_5939_439</dc:creator>
      <dc:date>2021-03-01T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to split date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308401#M1990668</link>
      <description>&lt;P&gt;Hi! I don't understand what is is you want and what logic you need for it...&lt;/P&gt;&lt;P&gt;What do you mean with "6 column values"? What does columns have to do with this? Do you want dates, strings, ranges, or what?&lt;/P&gt;&lt;P&gt;And which logic should be used to determine the dates (or values) to return? The last 5 dates from the input in descending order, and then the first tree dates, ascending, as a string? or as a range?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 08:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308401#M1990668</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-03-01T08:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to split date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308402#M1990669</link>
      <description>&lt;P&gt;In  ALV display  I hope I get last 5 dates value  and the other values(6 column values). &lt;/P&gt;&lt;P&gt;I want dates for it . Ascending as output  is ok .&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 09:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308402#M1990669</guid>
      <dc:creator>1190_5939_439</dc:creator>
      <dc:date>2021-03-01T09:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to split date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308403#M1990670</link>
      <description>&lt;P&gt;Oh you mean (20210201 to &lt;STRONG&gt;20210223&lt;/STRONG&gt;). (not 20210201 to &lt;STRONG&gt;20210203&lt;/STRONG&gt;) i.e. 6 buckets, first 5 buckets = 5 last days + last bucket for the rest of days.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308403#M1990670</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-01T13:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to split date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308404#M1990671</link>
      <description>&lt;P&gt;With all dates being of type D, including SELECT-OPTIONS s_dates:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;date1 = s_dates-high.
date2 = s_dates-high - 1.
date3 = s_dates-high - 2.
date4 = s_dates-high - 3.
date5 = s_dates-high - 4.
date6 = s_dates-high - 5.
title6 = |{ s_dates-low }-{ date6 }|.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-date/m-p/12308404#M1990671</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-01T13:39:09Z</dc:date>
    </item>
  </channel>
</rss>

