<?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 Language Selection to print scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044576#M420847</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 a custom dialog program . On the screen I have following parameters . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print Immediately :&lt;/P&gt;&lt;P&gt;No of Copies :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a language option to it . The default should be the logon language . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which table contains the logon language and other languages . So when the users wants to print the form in a diff language he can dropdown and choose any .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the selection on the screen . I will put a if ..else in the print program and go print the form in that particular language . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 14:47:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T14:47:51Z</dc:date>
    <item>
      <title>Language Selection to print scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044576#M420847</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 a custom dialog program . On the screen I have following parameters . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print Immediately :&lt;/P&gt;&lt;P&gt;No of Copies :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a language option to it . The default should be the logon language . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which table contains the logon language and other languages . So when the users wants to print the form in a diff language he can dropdown and choose any .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the selection on the screen . I will put a if ..else in the print program and go print the form in that particular language . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044576#M420847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Language Selection to print scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044577#M420848</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;Check table T005T for countries and languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default logon language can be read from system variant SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044577#M420848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Language Selection to print scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044578#M420849</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 use the command SET COUNTRY 'US' in scripts &lt;/P&gt;&lt;P&gt;such that it will print the country specific language .&lt;/P&gt;&lt;P&gt;check the table T005T for countries and lang's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044578#M420849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Language Selection to print scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044579#M420850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a different client in which  the form needs to be printed .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 15:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044579#M420850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Language Selection to print scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044580#M420851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about checking all languages which are defined for your form (layout) and displaying just those which can be used for this particular form.&lt;/P&gt;&lt;P&gt;(table stxh, tdobject = FORM, tdid = TXT, tdname = form name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 19:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-selection-to-print-scripts/m-p/2044580#M420851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T19:03:10Z</dc:date>
    </item>
  </channel>
</rss>

