<?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: maitain text in diff languages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735818#M319992</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;use fumction modules READ_TEXT, EDIT_TEXT, SAVE_TEXT and COMMIT_TEXT. Supply language in header parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no need for any Z_ tables: At runtime, READ_TEXT will find (or not) text in specified language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2006 13:53:03 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2006-12-01T13:53:03Z</dc:date>
    <item>
      <title>maitain text in diff languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735813#M319987</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;        i want to maintain the user given text into diff languages in database table. ( like FR, IT, ES, DE, NL, PT) and also maintain the EN language in another database table. This is the my requirement ( this is not depends on the user log on language) e.g.: user log on in DE , he entered in Jarman text that time also i want to maintain the corresponding EN text in one database table and maintain other languages in to another table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       plz give me the right suggestion for this req. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 12:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735813#M319987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: maitain text in diff languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735814#M319988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess providing below info can help in expecting better advices for the requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Transaction.&lt;/P&gt;&lt;P&gt;2. Table.&lt;/P&gt;&lt;P&gt;3. How the text is going to be inputted.&lt;/P&gt;&lt;P&gt;4. Is it that, you need to copy the same text into different languages or do you need to translate the text into different languages and then store???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 12:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735814#M319988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T12:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: maitain text in diff languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735815#M319989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have the table in SE11 which should have a text table created from menu which will have key fields of main table along with language key field &amp;amp; description field.&lt;/P&gt;&lt;P&gt;U can maintain the fields &amp;amp; input language field with either FR, IT, EN etc...along with their description....&lt;/P&gt;&lt;P&gt;When u logon with DE and access this table...u have to use where language field = sy-langu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 12:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735815#M319989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: maitain text in diff languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735816#M319990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rai,&lt;/P&gt;&lt;P&gt;   All the text table has a field language or data element SPRAS associated to sy-langu, so when a user log in in any language you can set the insert query such that spras = 'EN', this way you can insert the text into english and for other text table you can directly insert the text into database.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 13:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735816#M319990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: maitain text in diff languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735817#M319991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    i want to convert the same data into different languages and maintain in Ztable along with language key. &lt;/P&gt;&lt;P&gt;     while run time it accept the data from user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 13:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735817#M319991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T13:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: maitain text in diff languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735818#M319992</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;use fumction modules READ_TEXT, EDIT_TEXT, SAVE_TEXT and COMMIT_TEXT. Supply language in header parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no need for any Z_ tables: At runtime, READ_TEXT will find (or not) text in specified language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 13:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maitain-text-in-diff-languages/m-p/1735818#M319992</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-01T13:53:03Z</dc:date>
    </item>
  </channel>
</rss>

