<?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 Problem with matchcode for my select-options in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657548#M881035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this for my selection screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_arbpl FOR crhd-arbpl OBLIGATORY.&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_matnr FOR mseg-matnr.&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_dates FOR crhd-begda OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there is no match code s_arbpl while other have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be the reason for this? Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 02:21:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T02:21:50Z</dc:date>
    <item>
      <title>Problem with matchcode for my select-options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657548#M881035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this for my selection screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_arbpl FOR crhd-arbpl OBLIGATORY.&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_matnr FOR mseg-matnr.&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_dates FOR crhd-begda OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there is no match code s_arbpl while other have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be the reason for this? Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 02:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657548#M881035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T02:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with matchcode for my select-options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657549#M881036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;No Implicit Search help attached in the dictionary reference.
You can check the same in transaction SE11.
&lt;PRE&gt;&lt;CODE&gt;1. Open table in SE11
2. Select tab Entry Help/Check&lt;/CODE&gt;&lt;/PRE&gt;
You can see that no search help is attached to field ARBPL.

You can use search help explicitly something like:
&amp;gt; SELECT-OPTIONS: s_arbpl FOR crhd-arbpl MATCHCODE OBJECT cram.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 02:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657549#M881036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T02:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with matchcode for my select-options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657550#M881037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eswar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I know which matchcode object will I use if I want a search help for the field  arbpl? Thanks so much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a follow up question... Is search help dependent on the table or its data element dependent? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 02:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657550#M881037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T02:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with matchcode for my select-options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657551#M881038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;Via SE11 do a where-used list of Search Helps on data element ARBPL. From the list try to find a suitable one.

We can have different search helps in different tables for the same data element. Also we can have possible values from Domain i.e Value Table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 02:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-for-my-select-options-in-selection-screen/m-p/3657551#M881038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T02:57:09Z</dc:date>
    </item>
  </channel>
</rss>

