<?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: selection restriction using check table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035585#M964564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not working, you can always create a matchcode object in se11 for your table and then use it in the selection screen declaration like:&lt;/P&gt;&lt;P&gt;PARAMETERS: p_aufnr TYPE aufk-aufnr MATCHCODE OBJECT zmatchcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this link (for matchcodes):&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 13:42:45 GMT</pubDate>
    <dc:creator>valter_oliveira</dc:creator>
    <dc:date>2008-06-20T13:42:45Z</dc:date>
    <item>
      <title>selection restriction using check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035583#M964562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created two custom tables, ZSH_VERIFY and ZSH_CHK_VU. The first is a master data table and the second is a check table. For one particular field MODOP in ZSH_VERIFY, the list of values is small and fixed, i.e. 'V', 'U', 'X'. ZSH_CHK_VU contains three fields, MANDT, MODOP and MODSC. The fIrst two are key fields. I have created 3 records for ZSH_CHK_VU containing the values 'V', 'U' and 'X' for MODOP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that at the selection screen for ZSH_VERIFY, for field MODOP, a list of the values in ZSH_CHK_VU, i.e. 'V', 'U' and 'X' should appear as the input options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a data element ZSH_OP of built-in type CHAR, length 1 and am using it in the field definition for MODOP in both tables. I have set ZSH_CHK_VU as a check table for field MODOP in ZSH_VERIFY using foreign key determination. As far as I know, this should give me the result I need but it is not working. Any help would be greatly appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035583#M964562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: selection restriction using check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035584#M964563</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;As for I know , If you take the domain with fixed values and type as char , then it should give the desired result for you. Please cross check once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to restrict the correct values , you can write the Events in Table Maintenance generator (or) second method is modify the custom function group given for Table Maintenance generator . But second method is not preferable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ravi Sankar.Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035584#M964563</guid>
      <dc:creator>ravisankara_varaprasad</dc:creator>
      <dc:date>2008-06-20T12:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: selection restriction using check table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035585#M964564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not working, you can always create a matchcode object in se11 for your table and then use it in the selection screen declaration like:&lt;/P&gt;&lt;P&gt;PARAMETERS: p_aufnr TYPE aufk-aufnr MATCHCODE OBJECT zmatchcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this link (for matchcodes):&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 13:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-restriction-using-check-table/m-p/4035585#M964564</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-06-20T13:42:45Z</dc:date>
    </item>
  </channel>
</rss>

