<?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>Question Re: Data selection from &amp;quot;Valid from&amp;quot; &amp; &amp;quot;Valid To&amp;quot;  date in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237561#M4155126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit&lt;/P&gt;&lt;P&gt;Good to hear that.. but it will be more clear if you can let me know, what kind of Exit variable should be written. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 06:03:10 GMT</pubDate>
    <dc:creator>former_member231968</dc:creator>
    <dc:date>2015-09-15T06:03:10Z</dc:date>
    <item>
      <title>Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaq-p/11237556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear BI Experts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have a requirement in SAP BI. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have data in BI Cube as show in attachment. Which is having Material, Valid from , Valid date and the Amount(Unit Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;In BI Report user will enter one single date (i.e 27.05.2012) and the output should show amount 5.25 As seen in the attachment. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I mean to say that. If user execute the report by giving 27.05.2012. query should search in between 0VALIDFROM and 0VALIDTO for validity and display the result. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Note : user cant user.&amp;gt;= or &amp;lt;= conditions in scenario. If we use &amp;gt;=27.05.2012 then the result will show all the values which is greater than input date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Your valuable input highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaq-p/11237556</guid>
      <dc:creator>former_member231968</dc:creator>
      <dc:date>2015-09-14T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237557#M4155122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;as far as I know, this is only possible using a stock cube.&lt;/P&gt;&lt;P&gt;What is the meaning of your 0AMOUNT? Is it a stock value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doe you report only one material? Then you could create a user exit variable, which reads the user entry and finds the correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Cornelia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237557#M4155122</guid>
      <dc:creator>cornelia_lezoch</dc:creator>
      <dc:date>2015-09-14T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237558#M4155123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or can´t you create 2 variable - VAR1 which is entry enabled and VAR2 which is replacement path from VAR1?&lt;/P&gt;&lt;P&gt;Then define in your query&lt;/P&gt;&lt;P&gt;valid from &amp;lt;= var1&lt;/P&gt;&lt;P&gt;valid to &amp;gt;= var2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237558#M4155123</guid>
      <dc:creator>cornelia_lezoch</dc:creator>
      <dc:date>2015-09-14T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237559#M4155124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lezoch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"0Amount" is the Unit Price ( sales price) of material.. this price keep changes provided if any promotion or offers granted to the customers.. so accordingly there is validity period fixed for every price against the material. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the concern is.. when we have a particular Material price valid from (i.e 01.09.2015&amp;nbsp; till 30.09.2015 at Unit Price is 5.00 USD) and if the user execute the report giving date 15.09.2015 in selection parameters.. the output should show USD 5.00 is active on date 15.09.2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 05:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237559#M4155124</guid>
      <dc:creator>former_member231968</dc:creator>
      <dc:date>2015-09-15T05:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237560#M4155125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your requirement is that you should get the unit value which falls with a particular range even on selecting any date in that range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you will have to write exit code (exit variable) then only it is possible to achieve your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 05:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237560#M4155125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-15T05:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237561#M4155126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit&lt;/P&gt;&lt;P&gt;Good to hear that.. but it will be more clear if you can let me know, what kind of Exit variable should be written. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 06:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237561#M4155126</guid>
      <dc:creator>former_member231968</dc:creator>
      <dc:date>2015-09-15T06:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237562#M4155127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it´s not polite to answer calling me only by my last name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 07:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237562#M4155127</guid>
      <dc:creator>cornelia_lezoch</dc:creator>
      <dc:date>2015-09-15T07:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237563#M4155128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys any suggestions !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 09:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237563#M4155128</guid>
      <dc:creator>former_member231968</dc:creator>
      <dc:date>2015-09-15T09:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237564#M4155129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create two variables one on Valid From and other on Valid To&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valid From Variable – Its Manual input variable with single value entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valid To Variable – Its replacement path variable, get value from Valid from variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Create a new selection and use the Amount Key Figure along with these two variables such as,&lt;/P&gt;&lt;P&gt;Valid To IO value &amp;gt;= Valid to variable value and Valid from IO value &amp;lt;= valid from variable value.&lt;/P&gt;&lt;P&gt;Kindly find below screenshot for your reference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/790639" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 15:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237564#M4155129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-15T15:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237565#M4155130</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;Can you please share little more information on your suggestions "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Valid To Variable – Its replacement path variable, get value from Valid from variable"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i am little difficult in understanding this line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 11:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237565#M4155130</guid>
      <dc:creator>former_member231968</dc:creator>
      <dc:date>2015-09-16T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237566#M4155131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new variable on Valid TO infoobject and select processing by - Replacement Path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at below snap for more details,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/791777" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 04:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237566#M4155131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-17T04:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection from "Valid from" &amp; "Valid To"  date</title>
      <link>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237567#M4155132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nilesh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's perfect.. solved my issue,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 08:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-selection-from-quot-valid-from-quot-quot-valid-to-quot-date/qaa-p/11237567#M4155132</guid>
      <dc:creator>former_member231968</dc:creator>
      <dc:date>2015-09-17T08:13:56Z</dc:date>
    </item>
  </channel>
</rss>

