<?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: Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019298#M413092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be using some other date than the expiry date of contract for selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 11:25:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-27T11:25:22Z</dc:date>
    <item>
      <title>Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019296#M413090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a selection screen where it asks for a range of two Date. The first field for FROM DATE and second field TO DATE. Once we give the relevent inputs the results is given in an ALV grid showing the "Contracts that needs to be renewed" with the message and the Contract no. &lt;/P&gt;&lt;P&gt;   My problem is that if I renew and manually expire a contract using trascations me21 and me34 today.....if i give a single FROM DATE (todays date) at the selection sceen , i am not getting the message with the contract no.....But if i give range of dates i.e. FROM DATE and TO DATE (todays date) i am getting the output. So is it a problem with the selection screen or the program logic?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019296#M413090</guid>
      <dc:creator>shilpik20</dc:creator>
      <dc:date>2007-03-27T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019297#M413091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is program logic problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not s_date-low is initial and not s_date-high is initial.&lt;/P&gt;&lt;P&gt;  select ...........where date in s_date.&lt;/P&gt;&lt;P&gt;elseif not s_date-low is initial and s_date-high is initial.&lt;/P&gt;&lt;P&gt;  select ...........where date = s_date-low.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019297#M413091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019298#M413092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be using some other date than the expiry date of contract for selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019298#M413092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019299#M413093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't u post the logic. i don't feel that it is belonged to selection-screen&lt;/P&gt;&lt;P&gt;  you check &lt;/P&gt;&lt;P&gt;if variable-high eq space.&lt;/P&gt;&lt;P&gt;message error.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sunil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019299#M413093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019300#M413094</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;Is it Select-options or Parameters??? what did u use??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2019300#M413094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:34:02Z</dc:date>
    </item>
  </channel>
</rss>

