<?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 Comparing dates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474995#M557034</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;I am working with promotion transaction WAK1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to select the condition record number from the table A017 by comparing the all the primary key fields.&lt;/P&gt;&lt;P&gt;in that i have  date fields valid to date and valid end date .&lt;/P&gt;&lt;P&gt;i want to select the condition record number which will fall between the valid to date and from date of header promotion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using   DATBI GE lv_vkdbi&lt;/P&gt;&lt;P&gt;                  AND DATAB LE lv_vkdab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_vkdbi and lv_vkdab are dates that i converted using CONVERSION_EXIT_PDATE_OUTPUT' of the header wakhd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the  condition record number if i remove the dates comparison.&lt;/P&gt;&lt;P&gt;Please help me in getting with dates comparison&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regdards&lt;/P&gt;&lt;P&gt;pavee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 09:47:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T09:47:49Z</dc:date>
    <item>
      <title>Comparing dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474995#M557034</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;I am working with promotion transaction WAK1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to select the condition record number from the table A017 by comparing the all the primary key fields.&lt;/P&gt;&lt;P&gt;in that i have  date fields valid to date and valid end date .&lt;/P&gt;&lt;P&gt;i want to select the condition record number which will fall between the valid to date and from date of header promotion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using   DATBI GE lv_vkdbi&lt;/P&gt;&lt;P&gt;                  AND DATAB LE lv_vkdab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_vkdbi and lv_vkdab are dates that i converted using CONVERSION_EXIT_PDATE_OUTPUT' of the header wakhd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the  condition record number if i remove the dates comparison.&lt;/P&gt;&lt;P&gt;Please help me in getting with dates comparison&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regdards&lt;/P&gt;&lt;P&gt;pavee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474995#M557034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474996#M557035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using CONVERSION_EXIT_PDATE_OUTPUT' ?? surely the dates in lv_vkdbi and lv_vkdab are already in internal format as you require them for use in the select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474996#M557035</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2007-06-25T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474997#M557036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt; No need of using the conversion exit.The dateis already in internal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasi Raman R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474997#M557036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474998#M557037</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;your code is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; i am getting the  condition record number if i remove&lt;/P&gt;&lt;P&gt;&amp;gt; the dates comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats because the record does not lie in the date range. So, its not populating when the date comparision is done.&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;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 17:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-dates/m-p/2474998#M557037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T17:55:50Z</dc:date>
    </item>
  </channel>
</rss>

