<?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: Fixed values and value table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115123#M442632</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 created a sample screen and selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are giving the fixed values in the popup..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 06:42:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-13T06:42:38Z</dc:date>
    <item>
      <title>Fixed values and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115118#M442627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a structure with a field referring to a domain which has both fixed values and value table. If the field is used as a parameter in a program and if F4 help is pressed, it gives the values from value table. But if the same field is used as a screen field, the fixed values are displayed for F4 help.&lt;/P&gt;&lt;P&gt;Kindly help in understanding this concept : when both fixed values and value table are present in a domain, which will take the priority?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krithika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115118#M442627</guid>
      <dc:creator>former_member408560</dc:creator>
      <dc:date>2007-04-13T06:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed values and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115119#M442628</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 this from the documentation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if a check table and fixed values are defined for a table field, only   &lt;/P&gt;&lt;P&gt;values that exist in both the check table and in the fixed values can be&lt;/P&gt;&lt;P&gt;entered in the field.                                                   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115119#M442628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed values and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115120#M442629</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;The following list shows, in ascending order of priority, the input help that is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Calendar and clock help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no other input help has been defined for a field with type DATS or TIMS, the calendar or clock help is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Domain fixed values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a field has no check table or search help, any fixed values of the underlying domain are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Search help of the data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search helps from the ABAP Dictionary can be attached to a data element. If a field has no check table or search help of its own, the system uses the search help assigned to the underlying data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      Check table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the check table has no text table and no search help of its own, and a field has no search help of its own, the contents of the key fields of the check table are used as input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Check table with text table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define a text table for a table. If the check table for a field has a text table defined for it, the input help displays both the key fields from the check table and the corresponding text from the text table in the user&amp;#146;s logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       6.      Check table with search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search helps can be attached to the check table of a field. The search help is displayed with the values from the check table. However, it allows you to transfer the values of more than one parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       7.      Search help for a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search helps can also be directly attached to a field of a structure or a database table. This has the highest priority, and is always displayed for input help. When you attach the search help, you should therefore ensure that it only offers values that are also in the check table, otherwise errors may occur in the automatic input checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115120#M442629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed values and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115121#M442630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If both the check table and fixed values are present for the domain what values will be displayed if F4 help is pressed....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krithika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115121#M442630</guid>
      <dc:creator>former_member408560</dc:creator>
      <dc:date>2007-04-13T06:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed values and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115122#M442631</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;Just see the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will explain the &amp;lt;b&amp;gt;Hierarchy of the Search Help Call&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm&lt;/A&gt;&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;Let me know if u have any more doubt...&lt;/P&gt;&lt;P&gt;Reward points if useful......&lt;/P&gt;&lt;P&gt;Suresh.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115122#M442631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed values and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115123#M442632</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 created a sample screen and selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are giving the fixed values in the popup..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-values-and-value-table/m-p/2115123#M442632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:42:38Z</dc:date>
    </item>
  </channel>
</rss>

