<?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: Check table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584194#M23253</link>
    <description>&lt;P&gt;That's a good answer. Why a comment? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 13:08:03 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2018-03-22T13:08:03Z</dc:date>
    <item>
      <title>Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584192#M23251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have a custom field added to a standard SAP table (Customer fields in PO header). This custom table uses a check table and the entries in check table are used for F4 help of the Z field. Now I need to restrict the F4 values displayed for the custom field based on some conditions. Is there any exit or any other way to restrict the values picked from the check table?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 12:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584192#M23251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-22T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584193#M23252</link>
      <description>&lt;P&gt;Subhashini,&lt;/P&gt;
  &lt;P&gt;Kindly check SCN with key word Search Help Exits.You will get more leads.&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 12:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584193#M23252</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2018-03-22T12:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584194#M23253</link>
      <description>&lt;P&gt;That's a good answer. Why a comment? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 13:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584194#M23253</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-03-22T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584195#M23254</link>
      <description>&lt;P&gt;Thanks, But I am not using search help. The field uses only a check table (as defined in table - Input help implemented with check table) and I believe the values are picked from the check table. So I am not sure how the search help exit would help here. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 13:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584195#M23254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-22T13:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584196#M23255</link>
      <description>&lt;P&gt;Subhashini,&lt;/P&gt;
  &lt;P&gt;1. Go to SE11.&lt;/P&gt;
  &lt;P&gt;2. In the field Search Help give Z* and press F4.&lt;/P&gt;
  &lt;P&gt;3. It will get a list of Custom Search Helps in your system.&lt;/P&gt;
  &lt;P&gt;4. Now,check if any of these Custom Search Helps are linked to Custom Search Help Exits.&lt;/P&gt;
  &lt;P&gt;5. If you find one such custom search help,then use the where-used list to find the Custom tables where it is in use.&lt;/P&gt;
  &lt;P&gt;6. Go to that table in SE11 and click on the tab ENTRY HELP/CHECK.You will get to see how the search help is maintained.&lt;/P&gt;
  &lt;P&gt;7. Double clicking on the Search Help Exit will navigate you to the corresponding FMs source code.&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 13:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584196#M23255</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2018-03-22T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584197#M23256</link>
      <description>&lt;P&gt;Hello Subhashini, &lt;/P&gt;
  &lt;P&gt;Create a Search Help as mentioned by Kiran.&lt;/P&gt;
  &lt;P&gt;go to table and go to Tab fields. Select your custom file and click on search Help and link it. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 09:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584197#M23256</guid>
      <dc:creator>former_member564522</dc:creator>
      <dc:date>2018-03-23T09:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584198#M23257</link>
      <description>&lt;P&gt;Please explain which are the "based on some conditions", because based on that, it may lead to a completely different answer.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 09:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-table/m-p/584198#M23257</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-03-23T09:45:03Z</dc:date>
    </item>
  </channel>
</rss>

