<?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 query in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570473#M257544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one query in script. &lt;/P&gt;&lt;P&gt;Will anybody will tell me how to change the language EN to frech in sap script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2006 05:11:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-09T05:11:48Z</dc:date>
    <item>
      <title>query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570473#M257544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one query in script. &lt;/P&gt;&lt;P&gt;Will anybody will tell me how to change the language EN to frech in sap script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570473#M257544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570474#M257545</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;Go to SE71 -&amp;gt; Enter the Form name -&amp;gt; Language Attributes-&amp;gt; Transalate to individual language - &amp;gt; Select French.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hopet this helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunil.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570474#M257545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570475#M257546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Login in your program through language english.Write the selection texts in English.Go to SE63 transaction for translations.It will ask for the language in which you want to translate.First translate from english to french .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;traslation-short text-abap-&amp;gt;program text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have to maintain your selection screen text in both the languages french and english.After then when you will login through frech you will see french texts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stay in your program in SE38. &lt;/P&gt;&lt;P&gt;GOTO--&amp;gt;TEXT ELEMENTS -&amp;gt; selection text&lt;/P&gt;&lt;P&gt;You will go the selection text there Type your enlgish version.&lt;/P&gt;&lt;P&gt;Then again in MENU BAR&lt;/P&gt;&lt;P&gt;GOTO-&amp;gt;TRANSLATION.&lt;/P&gt;&lt;P&gt;It will ask for langguage select french language then enter the text in fench language.&lt;/P&gt;&lt;P&gt;save the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570475#M257546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570476#M257547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can copy the existing script to new script in required language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se71 -&amp;gt; utilities -&amp;gt; Copy from client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570476#M257547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570477#M257548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i have one form. Now my requirement is to change transalate the form from one language to other language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 06:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570477#M257548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T06:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570478#M257549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;You can goto transaction SE63 and translate the scripts into different languages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE63, click Translation -&amp;gt; Long Texts -&amp;gt; Sapscripts -&amp;gt; Forms &lt;/P&gt;&lt;P&gt;Those language you can convert to have already been pre-installed in the system.  &lt;/P&gt;&lt;P&gt;SE63 is the best way to translate since it offers check options.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at SE76(SAPscript Translation Layout Sets ) and SE77(SAPscript Translation Styles ).&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>Mon, 09 Oct 2006 06:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570478#M257549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T06:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570479#M257550</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;goto SE63-&amp;gt;menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATIONS-&amp;gt;R/3 enterprise-&amp;gt;LONG TEXTS(DOCUMENTATION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select L5-F1 HELP (Open the tree for this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose RE Reports, Function Groups, Logical Databases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the transalation give &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source language - EN ( seems like not editable, but value can entered from the f4 help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target language - french&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give ur object name also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls rwd points for all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 06:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570479#M257550</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-09T06:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: query in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570480#M257551</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;correct way is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call SE71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter existing form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter desired target language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All existing windows texts are copied as they are. You will have to do all language-dependent changes manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good way to make future changes easier is to maintain language-dependent text elements in table TTDTG and use the defined symbols (use Z-namespace) in the text windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do this consequently, the change process gets much easier: Make all changes in source language. Delete and recreate target language. Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All character, paragraph, page, window and so on definitions are languange-independent anyway.&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>Mon, 09 Oct 2006 08:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-script/m-p/1570480#M257551</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-10-09T08:54:52Z</dc:date>
    </item>
  </channel>
</rss>

