<?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 include text in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228935#M1208780</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;I was modifying one of the sapscript from the editor and I found the below &lt;/P&gt;&lt;P&gt;code :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;/*	 IF &amp;amp;PAGE&amp;amp; EQ '1 '	   &lt;/P&gt;&lt;P&gt;/*	 INCLUDE &amp;amp;REGUD-TXTAB&amp;amp; OBJECT TEXT ID ADRS	&lt;/P&gt;&lt;P&gt;/*	 ENDIF	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is significance or the meaning of the second line of code .&lt;/P&gt;&lt;P&gt;would you please help me to know it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 16:30:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-12T16:30:55Z</dc:date>
    <item>
      <title>include text in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228935#M1208780</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;I was modifying one of the sapscript from the editor and I found the below &lt;/P&gt;&lt;P&gt;code :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;/*	 IF &amp;amp;PAGE&amp;amp; EQ '1 '	   &lt;/P&gt;&lt;P&gt;/*	 INCLUDE &amp;amp;REGUD-TXTAB&amp;amp; OBJECT TEXT ID ADRS	&lt;/P&gt;&lt;P&gt;/*	 ENDIF	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is significance or the meaning of the second line of code .&lt;/P&gt;&lt;P&gt;would you please help me to know it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228935#M1208780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: include text in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228936#M1208781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;The statement inside the IF block , shall be executed only for the 1st page and skipped to all pages in the form printing other than the first page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;page&amp;amp; refers to current page in SAPSCRIPT form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228936#M1208781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T16:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: include text in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228937#M1208782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second line refers to the insertion of standard text which you can see in the transaction SO10.&lt;/P&gt;&lt;P&gt;Now activate the debugger and find the value of REGUD-TXTAB and put it into text name ADRS in text id of SO10 and display; you'd see the standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushpraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228937#M1208782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: include text in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228938#M1208783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      He want to print the address( text - created in so10 ) only in first page.. not all the pages..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-sapscript/m-p/5228938#M1208783</guid>
      <dc:creator>former_member632729</dc:creator>
      <dc:date>2009-02-12T16:58:20Z</dc:date>
    </item>
  </channel>
</rss>

