<?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: Translation Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273782#M151023</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;Please look into transaction SE63 and  SNL3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this work out pelase award sutiable points and close the thread.&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;Irfan Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2006 04:14:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-07T04:14:06Z</dc:date>
    <item>
      <title>Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273777#M151018</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In the table TVAUT the field BEZEI is used to give the Description. The Description is in many International languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module or procedure which can convert from one language(text) to other language (text) or to English.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore Kumar Yerra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 17:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273777#M151018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273778#M151019</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 make translations where you define the object. So it's in this case:&lt;/P&gt;&lt;P&gt;SPRO -&amp;gt; Sales and Distribution -&amp;gt; Sales -&amp;gt; Sales Document Header -&amp;gt; Define Order Reasons&lt;/P&gt;&lt;P&gt;Mark the lines you need to translate, then choose in menu Goto -&amp;gt; Translation. Mark the target language and maintain the corresponding translations (repeat for every language you need).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 17:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273778#M151019</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-03-06T17:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273779#M151020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian Wohlfahrt  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    It seems we are near to requirement .&lt;/P&gt;&lt;P&gt;but the scenario is that it is  z program which generates an ALV output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   and BEZEI is one of the field , so i have to get the field value translated irrespective of the original language to English .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But the solution that is to run manually right , so how do we automate this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;Kishore Kumar Yerra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 17:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273779#M151020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T17:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273780#M151021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is a custom program , you can probably use the SET LOCALE or SET LANGUAGE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 17:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273780#M151021</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-06T17:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273781#M151022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;   If I understood your problem correctly, you can select the record from TVAUT table with where condition as spras = &amp;lt;English&amp;gt;.&lt;/P&gt;&lt;P&gt;you will get the text in English if it is maintained and if it is not maintained in English, Then I'm Afraid, there is no way you can get the english text for the Order Reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Select single *&lt;/P&gt;&lt;P&gt;   from tvaut&lt;/P&gt;&lt;P&gt;   where spras = 'E'&lt;/P&gt;&lt;P&gt;     and augru = &amp;lt;YOur Order Reason code&amp;gt;.&lt;/P&gt;&lt;P&gt;write:/ tvaut-bezei.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 17:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273781#M151022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T17:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273782#M151023</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;Please look into transaction SE63 and  SNL3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this work out pelase award sutiable points and close the thread.&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;Irfan Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 04:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273782#M151023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T04:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Translation Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273783#M151024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if  u  want   text  in english  just   add one   condition in select  statement,,&lt;/P&gt;&lt;P&gt;SELECT BEZEI INTO GV_BEZEI FROM DBTAB&lt;/P&gt;&lt;P&gt;                   where   spras = 'E'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 04:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translation-issues/m-p/1273783#M151024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T04:26:35Z</dc:date>
    </item>
  </channel>
</rss>

