<?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: data dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029548#M83359</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 purpose of creating text tables are for storing language independent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:   zmaterial&lt;/P&gt;&lt;P&gt;        Mandt  &lt;/P&gt;&lt;P&gt;        Material Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this, i have created text table and i need to maintain several langauge dependent text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text table :zmaterial_text&lt;/P&gt;&lt;P&gt;                        Mandt&lt;/P&gt;&lt;P&gt;                        Material Number&lt;/P&gt;&lt;P&gt;                        Spras&lt;/P&gt;&lt;P&gt;                        Material Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In foreignkey, You have to set check table zmaterial and key fields are mandt,material number.&lt;/P&gt;&lt;P&gt;Select foreignkey field type : Key fields of a text table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data will be stored as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mandt     Material Number         Spras       Material Text&lt;/P&gt;&lt;P&gt;100         10000                        EN           Sample Material&lt;/P&gt;&lt;P&gt;100         10000                        DE           &amp;lt;Material in DE language&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2008 09:30:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-20T09:30:12Z</dc:date>
    <item>
      <title>data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029544#M83355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the column 'check table' in any data dictionary&lt;/P&gt;&lt;P&gt;table.Do you know there are two table related to some of the table,value&lt;/P&gt;&lt;P&gt;table and text table,value table can be seen in the value range of the&lt;/P&gt;&lt;P&gt;domain.How can we see the text table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 04:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029544#M83355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-27T04:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029545#M83356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please visit this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 04:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029545#M83356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-27T04:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029546#M83357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check table is for foreign key relation ships...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values for this field must be from the existing values in the check table specified...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: in MARC, the check table for MATNR is MARA which means that MARC-MATNR can have only those values which are there in MARA-MATNR. this is called the foreign key constraint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know of a sure shot thing but text tables are normally named as table name followed by T...eg TSTC holds the transaction codes and TSTCT holds the texts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for info on text tables...follow this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ea9e446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ea9e446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 04:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029546#M83357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-27T04:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029547#M83358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HY, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U CAN REFER THIS.&lt;/P&gt;&lt;P&gt; Text Tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A is a text table of table B if the key of A comprises the key of B and an additional language key field (field of data type LANG). Table A may therefore contain explanatory text in several languages for each key entry of B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To link the key entries with the text, text table A must be linked with table B using a foreign key. Key fields of a text table must be selected here for the type of foreign key fields (see Semantic Attributes of Foreign Keys).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If table B is the check table of a field, the existing key entries of table B are displayed as possible input values when the input help (F4) is pressed. The explanatory text (contents of the first character-like non-key-field of text table A) is also displayed in the user's logon language for each key value in table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only one text table can be created for table B! The system checks this when you attempt to activate a table with text foreign keys for B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; REGARDS,&lt;/P&gt;&lt;P&gt;KARTIKEY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 05:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029547#M83358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-27T05:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029548#M83359</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 purpose of creating text tables are for storing language independent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:   zmaterial&lt;/P&gt;&lt;P&gt;        Mandt  &lt;/P&gt;&lt;P&gt;        Material Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this, i have created text table and i need to maintain several langauge dependent text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text table :zmaterial_text&lt;/P&gt;&lt;P&gt;                        Mandt&lt;/P&gt;&lt;P&gt;                        Material Number&lt;/P&gt;&lt;P&gt;                        Spras&lt;/P&gt;&lt;P&gt;                        Material Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In foreignkey, You have to set check table zmaterial and key fields are mandt,material number.&lt;/P&gt;&lt;P&gt;Select foreignkey field type : Key fields of a text table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data will be stored as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mandt     Material Number         Spras       Material Text&lt;/P&gt;&lt;P&gt;100         10000                        EN           Sample Material&lt;/P&gt;&lt;P&gt;100         10000                        DE           &amp;lt;Material in DE language&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 09:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1029548#M83359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T09:30:12Z</dc:date>
    </item>
  </channel>
</rss>

