<?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: Text tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220814#M136306</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;Check table with text table&lt;/P&gt;&lt;P&gt;You can define a text table [Ext.] for a table. If the check table for a field has a text table&lt;/P&gt;&lt;P&gt;defined for it, the input help displays both the key fields from the check table and the&lt;/P&gt;&lt;P&gt;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;Regards,&lt;/P&gt;&lt;P&gt;sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 06:44:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-02T06:44:14Z</dc:date>
    <item>
      <title>Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220812#M136304</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;I had a doubt and if anybody can explain me.&lt;/P&gt;&lt;P&gt;I had noticed that for every check table there is a text table attached to it with extension T.Suppose check table is TVV5 and the text table is TVV5T.&lt;/P&gt;&lt;P&gt;What is the necessity for this.If anybody can explain mw it will be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220812#M136304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220813#M136305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These text tables are used to store information specific to the language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see a SPRSL or &amp;lt;b&amp;gt;Language Key field&amp;lt;/b&amp;gt; for the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can choose language and seee descriptions on that one....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220813#M136305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220814#M136306</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;Check table with text table&lt;/P&gt;&lt;P&gt;You can define a text table [Ext.] for a table. If the check table for a field has a text table&lt;/P&gt;&lt;P&gt;defined for it, the input help displays both the key fields from the check table and the&lt;/P&gt;&lt;P&gt;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;Regards,&lt;/P&gt;&lt;P&gt;sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220814#M136306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220815#M136307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wenceslaus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please explain me what the following code does.I took it from SAP standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF KNVV-KVGR5 EQ SPACE.&lt;/P&gt;&lt;P&gt;    CLEAR TVV5T.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    IF TVV5T-SPRAS NE SY-LANGU&lt;/P&gt;&lt;P&gt;    OR TVV5T-KVGR5 NE KNVV-KVGR5.&lt;/P&gt;&lt;P&gt;      SELECT SINGLE * FROM TVV5T WHERE SPRAS = SY-LANGU&lt;/P&gt;&lt;P&gt;                                 AND   KVGR5 = KNVV-KVGR5.&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;        CLEAR TVV5T.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&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>Thu, 02 Mar 2006 06:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220815#M136307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220816#M136308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt; Every Tavle with a T at the end , as You mentioned is the text table..&lt;/P&gt;&lt;P&gt; descriptions in R/3 are stored in special language-dependent tables called text tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A text table is a table that contains spoken-language descriptions of values in a check table.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;These descriptions are stored in multiple languages. The primary key of the text table is the same as the primary key of the check table,&amp;lt;b&amp;gt; with the addition of a spras (language) column&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The primary key of any text table is composed of the fields &amp;lt;b&amp;gt;mandt and spras&amp;lt;/b&amp;gt;, followed by the validation field (or fields)....&lt;/P&gt;&lt;P&gt; One or more description fields follow this primary key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220816#M136308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220817#M136309</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;read this SAP help on Text tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm&lt;/A&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220817#M136309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220818#M136310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;The code checks the user login language SY-LANGU&lt;/P&gt;&lt;P&gt;If they are not equal it then retrieves data (a single record) from the table for the user login language for the customer group 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220818#M136310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220819#M136311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there ,&lt;/P&gt;&lt;P&gt;yeah good question .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see tvv5 has a text table tvv5t and if u notice there is one more filed called spras language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a material can be called with different name in different languages . the same matrial text hav to be in different languages so that when a person based on his login can see the material name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to validate the same material text in language &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in the same table TVV5T  giving de ,gr as login languages .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not then look in to mara-matnr and makt-matnr, makt-matnr makt-spras as the primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the table TVV5T u will unerstand this as y he gave  spras as primary key this is the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220819#M136311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220820#M136312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kumar,&lt;/P&gt;&lt;P&gt; in your code , as SPRAS in a key field in a text table as i've already mentioned , you select a value from that table based on a field of another table .. which is corresponding to your SY-LANGU..&lt;/P&gt;&lt;P&gt; and then populate it into an itab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220820#M136312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T06:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220821#M136313</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 &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;text table&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; is a table that contains spoken-language descriptions of values in a check table. These descriptions are stored in multiple languages. The primary key of the text table is the same as the primary key of the check table, with the addition of a spras (language) column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The R/3 system supports multiple spoken languages, and thus enables users to sign on using the language of their choice. Because of this, descriptions in R/3 are stored in special language-dependent tables called &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;text tables.&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR MORE DOCUMENTATION PLEASE GO THROUGH THE LINK&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://cma.zdnet.com/book/abap/ch04/ch04.htm"&amp;gt;http://cma.zdnet.com/book/abap/ch04/ch04.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF THIS IS USEFUL PLEASE REWARD POINTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;ANOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ANOOP R.S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220821#M136313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220822#M136314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Language depended text will be stored in that text table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220822#M136314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220823#M136315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. text table&lt;/P&gt;&lt;P&gt;   R/3 software of sap&lt;/P&gt;&lt;P&gt;   can be used in various countries&lt;/P&gt;&lt;P&gt;   and VARIOUS LANGUAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. So, wherever the LANGUAGE /TEXT&lt;/P&gt;&lt;P&gt;   part comes into picture,&lt;/P&gt;&lt;P&gt;   there needs to be some EXTRA facility.&lt;/P&gt;&lt;P&gt;  (so that multi-lingual operation can be done)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  For the same reason,&lt;/P&gt;&lt;P&gt;   ALL TEXTS are stored in &lt;/P&gt;&lt;P&gt;   a separate TABLE (suffix with T most of the times)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Hence there is :&lt;/P&gt;&lt;P&gt;   MAINTABLE , TEXTTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 The relation is :&lt;/P&gt;&lt;P&gt;  one -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt;many&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. This way, only that text is picked up&lt;/P&gt;&lt;P&gt;  which is in the logon language.  &lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-tables/m-p/1220823#M136315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:13:09Z</dc:date>
    </item>
  </channel>
</rss>

