<?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: Control statement is too long is SAPSCRIPT, Help! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558586#M1076027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stu Murray, your solution works thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2008 08:38:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-02T08:38:53Z</dc:date>
    <item>
      <title>Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558580#M1076021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I add return line in the IF statement of SAP Script.&lt;/P&gt;&lt;P&gt;/: IF a = '1' OR a = '2'&lt;/P&gt;&lt;P&gt;?? OR a = '3'&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the command line in the ?? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 04:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558580#M1076021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T04:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558581#M1076022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the &lt;STRONG&gt;=&lt;/STRONG&gt; extended line option . or else you can put every thing in one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: IF a = '1' OR a = '2' OR a = '3'

/: ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 04:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558581#M1076022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T04:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558582#M1076023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you meant I have to do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:  IF a = '1' OR a = '2'&lt;/P&gt;&lt;P&gt;=  OR a = '3'&lt;/P&gt;&lt;P&gt;/:  (do whatever here...)&lt;/P&gt;&lt;P&gt;/:  ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 04:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558582#M1076023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T04:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558583#M1076024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thats what i meant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 05:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558583#M1076024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T05:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558584#M1076025</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;Or you could simply write on one line using the toggle left / right option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using the SAPScript setting for the Graphical PC editor is not set. When editing the window select menu option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit -&amp;gt; Page Left/Right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That wil allow you to continue typing on the same line...&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;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 07:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558584#M1076025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T07:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558585#M1076026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the reason why &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: IF a = '1' OR a = '2'&lt;/P&gt;&lt;P&gt;= OR a = '3'&lt;/P&gt;&lt;P&gt;/: (do whatever here...)&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not work. Anyway, Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 08:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558585#M1076026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Control statement is too long is SAPSCRIPT, Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558586#M1076027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stu Murray, your solution works thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 08:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-statement-is-too-long-is-sapscript-help/m-p/4558586#M1076027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T08:38:53Z</dc:date>
    </item>
  </channel>
</rss>

