<?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 and value table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104406#M981481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a common question in sdn.Please check these links:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="734413"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="715544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 13:20:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T13:20:29Z</dc:date>
    <item>
      <title>check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104393#M981468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between check and value table ? explain in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 09:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104393#M981468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T09:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104394#M981469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way this question has been asked zillien of time before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3790916"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3812053"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 09:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104394#M981469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T09:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104395#M981470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Table&lt;/P&gt;&lt;P&gt;If a foreign key links two tables T1 and T2 by assigning fields of tableT1 to the primary key fields of table T2, T2 is known as the check table for the foreign key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table.&lt;/P&gt;&lt;P&gt;Table that is specified in the definition of a domain and is to be checked against all fields pointing to the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to define a foreign key for a field that points to this domain, the value table of the domain is proposed as the check table for the foreign key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 09:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104395#M981470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T09:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104396#M981471</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;&lt;/P&gt;&lt;P&gt;Fixed values are only checked in screens. No check is made when data records are inserted in a table by an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you enter a value table, the system can make a proposal for the foreign key definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A value table only becomes a check table when a foreign key is defined.&lt;/P&gt;&lt;P&gt;If you refer to a domain with a value table in a field, but no foreign key was defined at field level, there is no check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104396#M981471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104397#M981472</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 is related to foreign key concept. where as value table is just to give the default value box called as drop down list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You assign check table while defning the data base table and Value table is specified in Domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 09:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104397#M981472</guid>
      <dc:creator>alpesh_saparia3</dc:creator>
      <dc:date>2008-07-02T09:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104398#M981473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;               I think this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value Table&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This is maintained at Domain Level. When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S. &lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values. This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check table&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;For example you have Employee master table &amp;amp; Employee Transaction table. &lt;/P&gt;&lt;P&gt;When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table. This is nothing but a Parent &amp;amp; Child relationship .  Here data can be maintained at client level , no development involved.As per DBMS what we call foregin key table, is called as check table in SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 10:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104398#M981473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104399#M981474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple answer  is that a check table validates the field at dataelement level where as a value table validates the field at domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 12:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104399#M981474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104400#M981475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The major advantage is that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields of the check table will be applicable for F4 help that is input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible for a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table is a field in a domain that helps in domain level data validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table is Unlike the value table it helps in field level data validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also known as referenced table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here validation means nothing but checking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 15:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104400#M981475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T15:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104401#M981476</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 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;For example you have Employee master table &amp;amp; Employee Transaction table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is nothing but a Parent &amp;amp; Child relationship . Here data can be maintained at client level , no development involved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per DBMS what we call foregin key table, is called as check table in SAP. &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;This is maintained at Domain Level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator. Here only allowed values is H or S. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is 1 more important Difference in Value Table and Check Table is that: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned. &lt;/P&gt;&lt;P&gt;But the contents of Value Table are never used in Input Help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Heirarchy which decides from where to used the Input Help is: &lt;/P&gt;&lt;P&gt;1. Input help defined explicitly in ABAP Program or Dialog Module. &lt;/P&gt;&lt;P&gt;2. Input Help Attached to the referenced Database Table field. &lt;/P&gt;&lt;P&gt;3. Using the contents of Check Table as an input help if neither (1) or (2) help are there. &lt;/P&gt;&lt;P&gt;4. Input help from Fixed value or Value range given in Domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz award me points if u like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Prashant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104401#M981476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104402#M981477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check tables are usually meant for currency and quantity fields.&lt;/P&gt;&lt;P&gt;For example you have a data say  -- '12' now as per Indian Standards if it is in KGs then it will be displayed as 12.000 kg.&lt;/P&gt;&lt;P&gt;Similarly if it is in inches then it will be displayed as &lt;/P&gt;&lt;P&gt;12.0 inch.&lt;/P&gt;&lt;P&gt;Similarly if it is in meters then it will be displayed as &lt;/P&gt;&lt;P&gt;12.00 m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other use is to make a key as a Foreign Key.(Using the primary key of the check table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value table is used for attaching a search help to a field i.e. while making entries into the table the user while get an F4 help attached to that field (The values present in the Value table for that field will appear if the user presses F4 help), then the user can select any value which is required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 10:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104402#M981477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104403#M981478</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;Value Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is maintained at Domain Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you have Employee master table &amp;amp; Employee Transaction table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is nothing but a Parent &amp;amp; Child relationship .  Here data can be maintained at client level , no development involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per DBMS what we call foregin key table, is called as check table in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is 1 more important Difference in Value Table and Check Table is that:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned.&lt;/P&gt;&lt;P&gt;    But the contents of Value Table are never used in Input Help.&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 10:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104403#M981478</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-07T10:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104404#M981479</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;Go through the link given below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 10:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104404#M981479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T10:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104405#M981480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm" target="test_blank"&gt;www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.saptechies.com/difference-between-value-table-and-check-table" target="test_blank"&gt;www.saptechies.com/difference-between-value-table-and-check-table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 11:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104405#M981480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T11:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104406#M981481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a common question in sdn.Please check these links:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="734413"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="715544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 13:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104406#M981481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104407#M981482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The important Difference in Value Table and Check Table is that: &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned. &lt;/P&gt;&lt;P&gt;    But the contents of Value Table are never used in Input Help. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;The Heirarchy which decides from where to used the Input Help is: &lt;/P&gt;&lt;P&gt;1. Input help defined explicitly in ABAP Program or Dialog Module. &lt;/P&gt;&lt;P&gt;2. Input Help Attached to the referenced Database Table field. &lt;/P&gt;&lt;P&gt;3. Using the contents of Check Table as an input help if neither (1) or (2) help are there. &lt;/P&gt;&lt;P&gt;4. Input help from Fixed value or Value range given in Domain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sravanthi Balabhadrapatruni on Jul 8, 2008 11:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 05:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104407#M981482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T05:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104408#M981483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pavan,&lt;/P&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;refer the fallowing link,&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/wiki]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm regards,&lt;/P&gt;&lt;P&gt;surendar reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104408#M981483</guid>
      <dc:creator>suredarreddy_pulimamidi</dc:creator>
      <dc:date>2008-07-08T06:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104409#M981484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;There are important Difference in Value Table and Check Table is that:&lt;/P&gt;&lt;P&gt;1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned.&lt;/P&gt;&lt;P&gt;But the contents of Value Table are never used in Input Help.&lt;/P&gt;&lt;P&gt;The Hierarchy which decides from where to used the Input Help is:&lt;/P&gt;&lt;P&gt;1. Input help defined explicitly in ABAP Program or Dialog Module.&lt;/P&gt;&lt;P&gt;2. Input Help Attached to the referenced Database Table field.&lt;/P&gt;&lt;P&gt;3. Using the contents of Check Table as an input help if neither (1) or (2) help are there.&lt;/P&gt;&lt;P&gt;4. Input help from Fixed value or Value range given in Domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 12:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104409#M981484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104410#M981485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 11:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104410#M981485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104411#M981486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 11:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104411#M981486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T11:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: check and value table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104412#M981487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 11:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-and-value-table/m-p/4104412#M981487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T11:08:46Z</dc:date>
    </item>
  </channel>
</rss>

