<?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 Data Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710569#M893320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        Can anybody please explain me cleary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(a) Field Checking at Data Element Level&lt;/P&gt;&lt;P&gt;(b) Field Checking at Domain Level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to Domains &amp;amp; Data Elements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 02:50:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-24T02:50:30Z</dc:date>
    <item>
      <title>Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710569#M893320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        Can anybody please explain me cleary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(a) Field Checking at Data Element Level&lt;/P&gt;&lt;P&gt;(b) Field Checking at Domain Level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to Domains &amp;amp; Data Elements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 02:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710569#M893320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T02:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710570#M893321</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;Domain is used for value range.&lt;/P&gt;&lt;P&gt;Means you can give set of value ranges at domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data dictionary level means we can give a table as check table for entry help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values passed to the field are should be in check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 02:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710570#M893321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T02:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710571#M893322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Domain  illustate technical attributes and we can restrct the values with range...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data element is the name that will be appearing on screen which you given in field label..&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;Anand Lokineni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 04:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710571#M893322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T04:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710572#M893323</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;A combination of fields of a table is called a foreign key if this field combination is the primary key of&lt;/P&gt;&lt;P&gt;another table.&lt;/P&gt;&lt;P&gt;A foreign key links two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The check table is the table whose key fields are checked. This table is also called the referenced table.&lt;/P&gt;&lt;P&gt;An entry is to be written in the foreign key table. This entry must be consistent with the key fields of the&lt;/P&gt;&lt;P&gt;check table.&lt;/P&gt;&lt;P&gt;The field of the foreign key table to be checked is called the check field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Foreign keys can only be used in screens. Data records can be written to the table without being checked using an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ABAP Dictionary, the same domain is required for the check field and referenced key field of the&lt;/P&gt;&lt;P&gt;check table so that you do not compare fields with different data types and field lengths. Domain&lt;/P&gt;&lt;P&gt;equality is essential. Different data elements can be used, but they must refer to the same&lt;/P&gt;&lt;P&gt;domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement for domain equality is only valid for the check field. For all other foreign key fields, it is&lt;/P&gt;&lt;P&gt;sufficient if the data type and the field length are equal. You nevertheless should strive for domain&lt;/P&gt;&lt;P&gt;equality. In this case the foreign key will remain consistent if the field length is changed because the&lt;/P&gt;&lt;P&gt;corresponding fields are both changed. If the domains are different, the foreign key will be inconsistent if&lt;/P&gt;&lt;P&gt;for example the field length is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the domain of the check field has a value table, you can have the system make a proposal with the&lt;/P&gt;&lt;P&gt;value table as check table. In this case a proposal is created for the field assignment in the foreign key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 05:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710572#M893323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T05:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710573#M893324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 08:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3710573#M893324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T08:24:33Z</dc:date>
    </item>
  </channel>
</rss>

