<?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: boxes in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394228#M814984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use 'BOX' statement for printing the data in a box for scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax will help you on this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/: BOX &amp;lt;xpos&amp;gt; &amp;lt;ypos&amp;gt; &amp;lt;width&amp;gt; &amp;lt;height&amp;gt; &amp;lt;frame&amp;gt; &amp;lt;intensity&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 07:10:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T07:10:50Z</dc:date>
    <item>
      <title>boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394224#M814980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;    I have created one window. This window should like one box. How can i design this as box. Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394224#M814980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394225#M814981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use BOX command.&lt;/P&gt;&lt;P&gt;somewhat like this -&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '11.21' YORIGIN '5.31' MM &lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '2' MM WIDTH '76' MM &lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW INTENSITY 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394225#M814981</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-02-21T06:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394226#M814982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BOX BOUNDARY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '100' MM HEIGHT '150' MM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR &lt;STRONG&gt;INTENSITY&lt;/STRONG&gt; DO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '100' MM HEIGHT '150' MM FRAME 10 TW INTENSITY 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FOR * FOR VERTICAL LINE*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX XPOS '11' MM WIDTH 0 TW HEIGHT '72' MM FRAME 5 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FOR HORIZONTAL LINE*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX YPOS '11' MM WIDTH '72' mm HEIGHT 0 TW FRAME 5 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jul 8, 2008 10:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394226#M814982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394227#M814983</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;STRONG&gt;BOX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Draws a box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX &amp;lt;xpos&amp;gt; &amp;lt;ypos&amp;gt; &amp;lt;width&amp;gt; &amp;lt;height&amp;gt; &amp;lt;frame&amp;gt; &amp;lt;intensity&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The intensity is the grey scale of the box as %. The frame parameters is the thickness of the frame. Default is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of the paramteters ypos, xpos, width, height and frame muts be followed of the measurement unit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TW (twip)&lt;/P&gt;&lt;P&gt;PT (point)&lt;/P&gt;&lt;P&gt;IN (inch)&lt;/P&gt;&lt;P&gt;MM (millimeter)&lt;/P&gt;&lt;P&gt;CM (centimeter)&lt;/P&gt;&lt;P&gt;LN (line)&lt;/P&gt;&lt;P&gt;CH (character).&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX XPOS '11.21' MM YPOS '5.31' MM HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW&lt;/P&gt;&lt;P&gt;Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX INTENSITY 10&lt;/P&gt;&lt;P&gt;Fills the window background with shading having a gray scale of 10 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT 0 TW FRAME 10 TW&lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH 0 TW FRAME 10 TW&lt;/P&gt;&lt;P&gt;Draws a vertical line along the complete height of the left hand edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394227#M814983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394228#M814984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use 'BOX' statement for printing the data in a box for scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax will help you on this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/: BOX &amp;lt;xpos&amp;gt; &amp;lt;ypos&amp;gt; &amp;lt;width&amp;gt; &amp;lt;height&amp;gt; &amp;lt;frame&amp;gt; &amp;lt;intensity&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394228#M814984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394229#M814985</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 make boxes with the help of this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN ' 8' YORIGIN '4' MM &lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '3' MM WIDTH ' 80' MM &lt;/P&gt;&lt;P&gt;/: BOX FRAME 9 TW INTENSITY 9 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 05:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394229#M814985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394230#M814986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hima,&lt;/P&gt;&lt;P&gt;IN sap script for creating box following commands are useful :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '12.50' YORIGIN '4.32' MM &lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '2.5' MM WIDTH '85' MM &lt;/P&gt;&lt;P&gt;/: BOX FRAME 15 TW INTENSITY 8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can change the size by varing the numeric values according to your requirnment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it it will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 05:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394230#M814986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: boxes in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394231#M814987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Hima,&lt;/P&gt;&lt;P&gt;The box creation syntax is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/: BOX &amp;lt;xpos&amp;gt; &amp;lt;ypos&amp;gt; &amp;lt;width&amp;gt; &amp;lt;height&amp;gt; &amp;lt;frame&amp;gt; &amp;lt;intensity&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The intensity is the grey scale of the box as %. The frame parameters is the thickness of the frame. Default is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN sap script for creating box following commands are useful :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '11.00' YORIGIN '4.32' MM &lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '5.0' MM WIDTH '8' MM &lt;/P&gt;&lt;P&gt;/: BOX FRAME 5 TW INTENSITY 18 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size can be changed according to the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manish Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/3394231#M814987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:29:32Z</dc:date>
    </item>
  </channel>
</rss>

