<?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: Matchcode Field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486147#M1850712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should take a look in the function &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;VRM_SET_VALUES&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;There are some similar threads around here:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A __default_attr="372265" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Combo box in a selection screen" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 11:31:33 GMT</pubDate>
    <dc:creator>mauriciolauffer</dc:creator>
    <dc:date>2014-08-28T11:31:33Z</dc:date>
    <item>
      <title>Matchcode Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486146#M1850711</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 need to créate a custom matchcode field in a selection screen of a Z program. The values of the matchcode are not referred to a value range of a table. Instead, the values for the matchcode will depend on the own values for each material. I mean, imagine that we have a material with two BoM alternatives an another material with three BoM alternatives. When I select the matchcode for the first material the matchcode will show 1 and 2, and when I select the matchcode for the second one will show 1,2 and 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿How can i do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 08:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486146#M1850711</guid>
      <dc:creator>dunky</dc:creator>
      <dc:date>2014-08-28T08:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486147#M1850712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should take a look in the function &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;VRM_SET_VALUES&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;There are some similar threads around here:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A __default_attr="372265" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Combo box in a selection screen" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 11:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486147#M1850712</guid>
      <dc:creator>mauriciolauffer</dc:creator>
      <dc:date>2014-08-28T11:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486148#M1850713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in the&amp;nbsp; PROCESS &lt;SPAN class="L0S52"&gt;ON &lt;SPAN class="L0S52"&gt;VALUE-REQUEST / AT SELECTION-SCREEN ON VALUE-REQUEST code :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Read the current&amp;nbsp; material number value with FM DYNP_VALUES_READ&lt;/LI&gt;&lt;LI&gt;Select suitable values froml database into an internal table&lt;/LI&gt;&lt;LI&gt;Display the help with FM F4IF_INT_TABLE_VALUE_REQUEST&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Use search tool, there are already many threads/samples on this kind of question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 11:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-field/m-p/10486148#M1850713</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-08-28T11:46:49Z</dc:date>
    </item>
  </channel>
</rss>

