<?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 F4IF_INT_TABLE_VALUE_REQUEST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729893#M317876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have version 4.0B and do not have the function module 'F4IF_INT_TABLE_VALUE_REQUEST'. Is there any way I can select more than 1 output for a search help? When I press F4 for a select-option field, I need the serch help to bring checkboxes with the posuble entries so i can choose more than one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 17:21:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T17:21:14Z</dc:date>
    <item>
      <title>F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729893#M317876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have version 4.0B and do not have the function module 'F4IF_INT_TABLE_VALUE_REQUEST'. Is there any way I can select more than 1 output for a search help? When I press F4 for a select-option field, I need the serch help to bring checkboxes with the posuble entries so i can choose more than one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 17:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729893#M317876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T17:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729894#M317877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In version 4.0B, we do not have that fucntion module, but we can use the matchcode objects to do the F4 help on selection screen. so see the type of that field is having the matchcode object, &lt;/P&gt;&lt;P&gt;just see that Data element for that field, if it is having that matchcode object then write the parameter like  this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS p_carrid TYPE s_carr_id 
           MATCHCODE OBJECT demo_f4_de.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm&lt;/A&gt;&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;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 17:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729894#M317877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T17:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729895#M317878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Acctually what i need is a search help for a select-option (SO_MULT) that gives me the possibility of choosing more than one answer. In the hit list of the search help, each entry should have a checkbox, so can choose multiple entries, and each of the selected entries should be copied to SO_MULT-LOW and then appended. Is that posible in 40B?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 17:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729895#M317878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T17:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729896#M317879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried programing my own search help using AT SELECTION-SCREEN ON VALUE-REQUEST, but I can't write to a list during this event, Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for so_kunnr-low.&lt;/P&gt;&lt;P&gt;   select vbeln vbak~kunnr name1 vkorg bstnk guebg gueen&lt;/P&gt;&lt;P&gt;   into corresponding fields of table ti_contr          &lt;/P&gt;&lt;P&gt;   from vbak inner join kna1 on kna1&lt;SUB&gt;kunnr = vbak&lt;/SUB&gt;kunnr &lt;/P&gt;&lt;P&gt;   where guebg &amp;lt;= sy-datum and                          &lt;/P&gt;&lt;P&gt;         gueen &amp;gt;= sy-datum and                          &lt;/P&gt;&lt;P&gt;         auart = 'ZCQ' and                              &lt;/P&gt;&lt;P&gt;         vbak~kunnr in so_kunnr.                        &lt;/P&gt;&lt;P&gt;   window starting at 5 10.                             &lt;/P&gt;&lt;P&gt;   loop at ti_contr.                                    &lt;/P&gt;&lt;P&gt;     write:/ ti_contr-checked,                          &lt;/P&gt;&lt;P&gt;             ti_contr-vbeln,                            &lt;/P&gt;&lt;P&gt;             ti_contr-kunnr,                            &lt;/P&gt;&lt;P&gt;             ti_contr-name1,                            &lt;/P&gt;&lt;P&gt;             ti_contr-vkorg,                            &lt;/P&gt;&lt;P&gt;             ti_contr-gueen.                            &lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 17:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1729896#M317879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T17:49:35Z</dc:date>
    </item>
  </channel>
</rss>

