<?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: Printing problem in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606598#M1438172</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;Again i got a problem in sap script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client asked  to copy from production system to development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do it?&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;Regards&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 12:12:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-11T12:12:51Z</dc:date>
    <item>
      <title>Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606593#M1438167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified  the script form in dutch( NL )  language and copied to all langauges in development environment.&lt;/P&gt;&lt;P&gt;Transported to quality .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is for billing documents print ( zrvinvoice01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer able to print the billing documents  only in dutch  langauge . but he is not able to print other langauges .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me where it is the problem , and what needs to be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advnce for your  suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 08:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606593#M1438167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T08:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606594#M1438168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well you havent specified whether the texts in other language are not printed or the entire form is not printed in other language.&lt;/P&gt;&lt;P&gt;I hope after copying the script you have maintained the translation through SE63.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check whether the print program needs to be modified to select the data based on language key - SPRAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 08:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606594#M1438168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T08:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606595#M1438169</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 in print program. You might have opened the form always in NL language. (Check OPEN_FORM call if the language is hardcoded). If yes, pass variable NAST-SPRAS.&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>Thu, 11 Feb 2010 08:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606595#M1438169</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-11T08:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606596#M1438170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for quick reponse .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got another problem after  copying script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i copied the script from Dutch language to english language all the window names and text converted to Dutch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now the user wants the scripts in their respective languanges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me How to get back the scripts in their respective languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 10:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606596#M1438170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T10:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606597#M1438171</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 get the respective language translations and maintain them manually in SE71. When you copy the script from one language to other, system won't do the translations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE71 in the respective language, remove Dutch text and keep the translated values. This is a manual process. There is no other automation tool.&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>Thu, 11 Feb 2010 11:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606597#M1438171</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-11T11:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606598#M1438172</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;Again i got a problem in sap script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client asked  to copy from production system to development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do it?&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;Regards&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606598#M1438172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T12:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606599#M1438173</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;Again you have got the solution in SCN &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the program &lt;STRONG&gt;RSTXSCRP&lt;/STRONG&gt;. EXPORT the required script from production system into a .txt file and IMPORT in to development system using the same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the program documentation in SE38 before using this.&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>Thu, 11 Feb 2010 13:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-script/m-p/6606599#M1438173</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-11T13:49:38Z</dc:date>
    </item>
  </channel>
</rss>

