<?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: parameters in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862751#M364076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check these links regarding check n value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2706272" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2706272&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2755235" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2755235&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2007 07:39:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-12T07:39:20Z</dc:date>
    <item>
      <title>parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862749#M364074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) i want to make parameters in selection screen to be non-editable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) tell me difference between check table and value table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862749#M364074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862750#M364075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;1. data : p_matnr like mara-matnr.

 at selection-screen output.
 loop at screen.
   if screen-name = 'P_MATNR'.
    screen-input = 0.
    modify screen.
   endif.
   endloop.
 endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.   The Check Table is the dependent table to which the relationship is defined using foreign keys. The contents of the check table field are shown in the input help for the referenced field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Value table is the table attached to a field at the domain level, where the entry to the field can be only from the value table. They are not used in the Input Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862750#M364075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862751#M364076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check these links regarding check n value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2706272" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2706272&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2755235" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=712972&amp;amp;messageID=2755235&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862751#M364076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862752#M364077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameters : p1 like mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'P1'.&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Check table checking the value by primary key foreign key relationship and validate that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but value table only take the values when you press F4. it is not involve in any validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862752#M364077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862753#M364078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) parameters:p_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'P_MATNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use p_matnr as CAPITAL LETTERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vishnu Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862753#M364078</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-01-12T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862754#M364079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The active component is used to set the input, output and invisible components at once. At the start of PBO processing, the active component always has the value 1. If active is set to 0 with MODIFY SCREEN, input and output are automatically set to 0 and invisible is set to 1. Other values in input, output and invisible are ignored. Conversely, setting input and output to 0 and invisible to 1 automatically sets active to 0 and a different value in active is ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table : use in foregin key relationship or we can say field level checking in F4 help.&lt;/P&gt;&lt;P&gt;Value table : use in donain or we can say domain level of checking in f4 help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862754#M364079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T07:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862755#M364080</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;Check Table: The check table will give u the possible entries as well as it wont allow you to enter any value other than the possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value Table: This will just give you the possible entries.  But it wont restrict you to choose the possible values.  You can enter some other values other than the possible set of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u.  If u need more infn then write it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U. Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 09:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862755#M364080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T09:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862756#M364081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write below code.&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt; loop at screen.&lt;/P&gt;&lt;P&gt;   if screen-name = 'P_XXXX'.&lt;/P&gt;&lt;P&gt;    screen-input = 0.&lt;/P&gt;&lt;P&gt;    modify screen.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. Mark for all useful ans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 09:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862756#M364081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T09:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: parameters in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862757#M364082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PARAMETERS p_matnr type mara-matnr no-display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 09:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-selection-screen/m-p/1862757#M364082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T09:14:16Z</dc:date>
    </item>
  </channel>
</rss>

