<?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 select options prob in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243173#M1211453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing a prob regarding select options &lt;/P&gt;&lt;P&gt; in selection screen .&lt;/P&gt;&lt;P&gt;i have &lt;STRONG&gt;likp-lfdat (delivery date)&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;lilp-traid(truck no)&lt;/STRONG&gt; in  in selection screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement is such that , when i will enter date say 16/02/2009, then press f4 help fpr truck no,&lt;/P&gt;&lt;P&gt;onli those truch no will show , for that particular date,&lt;/P&gt;&lt;P&gt;i used f4if_int_table_value_request for that, &lt;/P&gt;&lt;P&gt;*but the prob is when i put date in s-screen,&lt;/P&gt;&lt;P&gt;if i not press enter on key-board, the desired truck no is showing, but accompanied with prev date truck no, which client don want,*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how can i rectify that plz help,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 06:16:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T06:16:57Z</dc:date>
    <item>
      <title>select options prob in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243173#M1211453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing a prob regarding select options &lt;/P&gt;&lt;P&gt; in selection screen .&lt;/P&gt;&lt;P&gt;i have &lt;STRONG&gt;likp-lfdat (delivery date)&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;lilp-traid(truck no)&lt;/STRONG&gt; in  in selection screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement is such that , when i will enter date say 16/02/2009, then press f4 help fpr truck no,&lt;/P&gt;&lt;P&gt;onli those truch no will show , for that particular date,&lt;/P&gt;&lt;P&gt;i used f4if_int_table_value_request for that, &lt;/P&gt;&lt;P&gt;*but the prob is when i put date in s-screen,&lt;/P&gt;&lt;P&gt;if i not press enter on key-board, the desired truck no is showing, but accompanied with prev date truck no, which client don want,*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how can i rectify that plz help,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 06:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243173#M1211453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T06:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: select options prob in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243174#M1211454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using that function module u must be enter after giving the date ... &lt;/P&gt;&lt;P&gt;so u create a button  in selection screen then click on button write the code for f4 function .. &lt;/P&gt;&lt;P&gt;then your problem is solved ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 06:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243174#M1211454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T06:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: select options prob in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243175#M1211455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first read the date using FM &lt;STRONG&gt;DYNP_VALUE_READ&lt;/STRONG&gt; and then make use of the data returned by it.Then use FM &lt;STRONG&gt;f4if_int_table_value_request&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 06:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243175#M1211455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: select options prob in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243176#M1211456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vishal thnx for ur response, &lt;/P&gt;&lt;P&gt;i do used this FM named by u, its not working, i first made select date, vbeln, traid from likp, pass that itab in denp_value_read frm, then call the fm&lt;/P&gt;&lt;P&gt;f4if_int_table_value_request, bt its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 06:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-prob-in-selection-screen/m-p/5243176#M1211456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T06:30:05Z</dc:date>
    </item>
  </channel>
</rss>

