<?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: Reg INCLUDE command in SAPscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125941#M110298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the tab spacings can be modified in paragraphs.&lt;/P&gt;&lt;P&gt;a tab can be created by &amp;amp;var1&amp;amp;&amp;lt;b&amp;gt;,,&amp;lt;/b&amp;gt;&amp;amp;7var2&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2006 11:53:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-01T11:53:31Z</dc:date>
    <item>
      <title>Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125938#M110295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;   Can anybody tell me is it possible to give tab in INCLUDE command in SAPscripts. &lt;/P&gt;&lt;P&gt;   What I mean is I want to display standard text after few spaces.&lt;/P&gt;&lt;P&gt;   Thanks in Advance&lt;/P&gt;&lt;P&gt;   Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 11:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125938#M110295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125939#M110296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Punit,&lt;/P&gt;&lt;P&gt;      You cannot give tabs for INCLUDE command. On the other hand you can read the text in your print program using READ_TEXT function module. You can modify the text using SAVE_TEXT and send it to the SAPScript for output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 11:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125939#M110296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T11:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125940#M110297</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;create a paragraph format as per requirement. and use the paragraph format for the include&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 11:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125940#M110297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125941#M110298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the tab spacings can be modified in paragraphs.&lt;/P&gt;&lt;P&gt;a tab can be created by &amp;amp;var1&amp;amp;&amp;lt;b&amp;gt;,,&amp;lt;/b&amp;gt;&amp;amp;7var2&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 11:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125941#M110298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T11:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125942#M110299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can do it. with ur include mention the paragraph format.&lt;/P&gt;&lt;P&gt;eg Include XXXXXXXXXXX paragraph PP&lt;/P&gt;&lt;P&gt;now for ur paragraph PP, give left margin as required in the settings.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 12:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125942#M110299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125943#M110300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can write text in so10 and include it here through menu path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 12:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125943#M110300</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-01T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reg INCLUDE command in SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125944#M110301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me how do we code include in sap script.i mean in text editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 06:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-include-command-in-sapscript/m-p/1125944#M110301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T06:47:28Z</dc:date>
    </item>
  </channel>
</rss>

