<?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: script_! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605773#M271782</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 command as follows&lt;/P&gt;&lt;P&gt;     BOX YPOS '1.0' CM WIDTH '85.0' CH HEIGHT '4.0' CM FRAME 10 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 13:04:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T13:04:39Z</dc:date>
    <item>
      <title>script_!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605769#M271778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how to create box for my invoice info window (, name, city...)&lt;/P&gt;&lt;P&gt;in sap script , and beckround grey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 12:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605769#M271778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T12:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: script_!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605770#M271779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to use box command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;BOX XPOS '5.6' CM WIDTH '0' CM HEIGHT &amp;amp;15&amp;amp; CM FRAME 2 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XPOS:X axixs of box&lt;/P&gt;&lt;P&gt;YPOS:Y axixs of box&lt;/P&gt;&lt;P&gt;Height:Height of the box&lt;/P&gt;&lt;P&gt;Width:Width of the box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it and if face any problem let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 12:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605770#M271779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: script_!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605771#M271780</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; To draw a box to entire window, no need of specifying the width and height, just write the statement in the beginning of the editor for that window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /: box frame 2 tw intensity 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 12:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605771#M271780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: script_!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605772#M271781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOX: This commands is used for drawing boxes and are used only during creating output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;/: BOX [Xpos]  [Ypos]  [Width]  [Height] [Frame]  [Intensive]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X &amp;amp; Y &amp;#150; Upper left corner of the box.&lt;/P&gt;&lt;P&gt;Width &amp;#150; Width of the box&lt;/P&gt;&lt;P&gt;Ht &amp;#150; Height of the box&lt;/P&gt;&lt;P&gt;Frame &amp;#150; Thickness of the box (Default is full black)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Units used for Width, Height and Thickness are TW, PT, IN, CM, CH, LN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INTENSIFY attribute of BOX command will brings you background color for you. Specify a number between 1 - 100 to this.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH &amp;#145;20&amp;#146; CM HEIGHT 1 IN &lt;/P&gt;&lt;P&gt;   FRAME 10 TW &amp;lt;b&amp;gt;INTENSIFY 15&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 12:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605772#M271781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: script_!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605773#M271782</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 command as follows&lt;/P&gt;&lt;P&gt;     BOX YPOS '1.0' CM WIDTH '85.0' CH HEIGHT '4.0' CM FRAME 10 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 13:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605773#M271782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: script_!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605774#M271783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to you BOX command for this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;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;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The BOX command draws a box as per the specifications. The x y co-ordinates are for the upper left corner relative to the values in the position command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BOX Command&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: draws a box of the specified size at the specified position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT, and FRAME, you must specify both a measurement and a unit of measurement. Specify the INTENSITY parameter as a percentage between 0 and 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XPOS, YPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upper left corner of the box, relative to the values of the POSITION command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default: Values specified in the POSITION command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following calculation is performed internally to determine the absolute output position of a box on the page: &lt;/P&gt;&lt;P&gt;X(abs) = XORIGIN + XPOS &lt;/P&gt;&lt;P&gt;Y(abs) = YORIGIN + YPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIDTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Width of the box. Default: WIDTH value of the SIZE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEIGHT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Height of the box. Default: HEIGHT value of the SIZE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FRAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thickness of frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default: 0 (no frame).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTENSITY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grayscale of box contents as %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default: 100 (full black)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Measurements: You must specify decimal numbers as literal values (like ABAP numeric constants) by enclosing them in inverted commas. Use the period as the decimal point character. See also the examples listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Units of measurement: The following units of measurement may be used:&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;The following conversion factors apply: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 TW = 1/20 PT &lt;/P&gt;&lt;P&gt;1 PT = 1/72 IN &lt;/P&gt;&lt;P&gt;1 IN = 2.54 CM &lt;/P&gt;&lt;P&gt;1 CM = 10 MM &lt;/P&gt;&lt;P&gt;1 CH = height of a character relative to the CPI specification in the form header &lt;/P&gt;&lt;P&gt;1 LN = height of a line relative to the LPI specification in the form header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW &lt;/P&gt;&lt;P&gt;&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;&amp;lt;b&amp;gt;/: BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fills the window background with shading having a gray scale of 10 %.&amp;lt;/b&amp;gt;&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;&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;&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;&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;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Sudheer1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 13:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/1605774#M271783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T13:23:05Z</dc:date>
    </item>
  </channel>
</rss>

