<?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: language problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749601#M1459898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use separate text table for language dependent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 06:13:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-12T06:13:50Z</dc:date>
    <item>
      <title>language problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749599#M1459896</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 have created a Z table with fields mandt,classification(3 char field ), spras and discription (char 30)&lt;/P&gt;&lt;P&gt;now i have  have created a search help for classification (3 Char field) and made entries in this z table &lt;/P&gt;&lt;P&gt;using table maintanence generator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now i am facing problem of language when i am using f4 help(in EN) for this field alll the field then all the discription &lt;/P&gt;&lt;P&gt;in EN and as well as in other language are coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want only english text when login in english language and DE when login In DE, just like table MAKT&lt;/P&gt;&lt;P&gt;can any one help pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 06:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749599#M1459896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T06:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: language problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749600#M1459897</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;You need to create and maintain text table. Dont directly use spras in your main table. MAKT is text table of MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 06:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749600#M1459897</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-04-12T06:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: language problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749601#M1459898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use separate text table for language dependent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 06:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749601#M1459898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T06:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: language problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749602#M1459899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create the text table for your z table. text table will have the key field, language field and description field. tp link the key field with the text , text table will be linked with the z table using foreign key. this means your z table will be the check table of the field and when F4 is pressed then existing key entrie of text table is displayed and explanatory text from text table is displayed in user login language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;tanmaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 09:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749602#M1459899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T09:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: language problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749603#M1459900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can seperate the table design. You need to create  another table to store all the language dependent texts. This is popularly known as Text Table and will be related to the main table with the help of Foreign Keys. The Keys of the text tables are the same as the main table along with the Language Key as also a key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can create a help view and create a search help. You can then use that Search help to do some selection. Just scan the forum for a better approaches also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 05:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-problem/m-p/6749603#M1459900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T05:10:11Z</dc:date>
    </item>
  </channel>
</rss>

