<?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: match code and value on request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086894#M977146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  raghul kanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help is not specific only to a particular field. It can more than a field and can be used for all the fields that are present in it. Once a search  help is created and populated we cannot change its contents after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the AT SELECTION-SCREEN ON VALUE-REQUEST FOR &amp;lt;field&amp;gt;, event, we can display our selected values in the F4 help for that field by using FM (e.g.: F4IF_INT_TABLE_VALUE_REQUEST, POPUP_WITH_TABLE_DISPLAY etc., )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the search help is attached by a modif id and the ON VALUE-REQUEST event is specified, the importance is given to the event and if no function module is called in the event, there will be no values for F4 help even if a search help is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 17:22:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T17:22:57Z</dc:date>
    <item>
      <title>match code and value on request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086892#M977144</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 have created ZHELP in SE 11 search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later I used in my code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER : X TYPE VBAK-VBELN MATCH CODE OBJECT ZHELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE ON REQUEST &amp;lt;field-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between above two statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 16:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086892#M977144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: match code and value on request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086893#M977145</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 think that both (Match code and Value request) provides the option for F4 Functionality. The later is an event used with 'At selection screen'  for multiple fields where as when you are using it with parameter, U are providing the F4 which is very specfic to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When u are using At selection screen on value request, you get the option of using FMs to auto populate the remaining fields based on the input provided to any specfic field on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex :  FM -- F4if_int_table_value_request. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 16:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086893#M977145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T16:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: match code and value on request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086894#M977146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  raghul kanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help is not specific only to a particular field. It can more than a field and can be used for all the fields that are present in it. Once a search  help is created and populated we cannot change its contents after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the AT SELECTION-SCREEN ON VALUE-REQUEST FOR &amp;lt;field&amp;gt;, event, we can display our selected values in the F4 help for that field by using FM (e.g.: F4IF_INT_TABLE_VALUE_REQUEST, POPUP_WITH_TABLE_DISPLAY etc., )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the search help is attached by a modif id and the ON VALUE-REQUEST event is specified, the importance is given to the event and if no function module is called in the event, there will be no values for F4 help even if a search help is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 17:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-and-value-on-request/m-p/4086894#M977146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T17:22:57Z</dc:date>
    </item>
  </channel>
</rss>

