<?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 sap-script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211308#M473635</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;in the window insert one blank line with paragarph format only &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;In the MAIN window? If you want blank lines you can just have a blank line in the editor. Set the paragraph format, but leave the line blank. This works for any window. If you want the program to control when you have a blank line, then create an /E TEXT_ELMENT with the blank line in it, and then CALL function WRITE_FORM for that element in your print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 12:38:35 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2007-04-24T12:38:35Z</dc:date>
    <item>
      <title>reg sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211307#M473634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, how can we put the blanklines in sap-script &amp;amp; if i want to start my text element from 15 row how can we program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211307#M473634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: reg sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211308#M473635</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;in the window insert one blank line with paragarph format only &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;In the MAIN window? If you want blank lines you can just have a blank line in the editor. Set the paragraph format, but leave the line blank. This works for any window. If you want the program to control when you have a blank line, then create an /E TEXT_ELMENT with the blank line in it, and then CALL function WRITE_FORM for that element in your print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211308#M473635</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-04-24T12:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: reg sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211309#M473636</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;  U can give skip 15 lines. Then may be it will insert blank lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211309#M473636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: reg sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211310#M473637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Create a Paragraph format so that SPACE BEFORE = 15 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then At the very Beginning,In one line write:&lt;/P&gt;&lt;P&gt;P1 At the Script editor.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then Directly write your Text_Element and what the needed commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then !5 lines will be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if it helps you.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rama chary.Pammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211310#M473637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: reg sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211311#M473638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to give..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SPACE&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 13:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sap-script/m-p/2211311#M473638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T13:07:27Z</dc:date>
    </item>
  </channel>
</rss>

