<?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: issue in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400460#M534666</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;&lt;/P&gt;&lt;P&gt;u can try this one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the parameter, it holds the language value which was entered on &lt;/P&gt;&lt;P&gt;selection-screen to the parameter LANGUAGE of OPEN-FORM function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 11:22:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T11:22:47Z</dc:date>
    <item>
      <title>issue in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400457#M534663</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;i have one doubt - i have a script and it has both EN and HU versions.&lt;/P&gt;&lt;P&gt;i have created few texts for both Hu and En laguages.&lt;/P&gt;&lt;P&gt;i should use them based on the selection-screen parameter p_langu while printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in the script, do i need to write the code as:&lt;/P&gt;&lt;P&gt;include ....language HU for Hungary in HU version script and ........EN for EN script&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;should code it as &lt;/P&gt;&lt;P&gt;if P_langu eq HU...&lt;/P&gt;&lt;P&gt;then include ....language 'HU'  and&lt;/P&gt;&lt;P&gt;in the same way...include ....language EN when P_LANGU eq 'EN'&lt;/P&gt;&lt;P&gt;Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400457#M534663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: issue in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400458#M534664</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 can do it both ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second case, you would have to assign the language to P_Langu in the print program according to the sy-langu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400458#M534664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: issue in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400459#M534665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suruchi for ur quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now a small question..&lt;/P&gt;&lt;P&gt;if i need to include three standard texts on a same line,&lt;/P&gt;&lt;P&gt; then how should i do the coding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400459#M534665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: issue in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400460#M534666</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;&lt;/P&gt;&lt;P&gt;u can try this one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the parameter, it holds the language value which was entered on &lt;/P&gt;&lt;P&gt;selection-screen to the parameter LANGUAGE of OPEN-FORM function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-script/m-p/2400460#M534666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T11:22:47Z</dc:date>
    </item>
  </channel>
</rss>

