<?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: Scripts: how to put tables in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116749#M740132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sirish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to draw tables in script we hav command called Box with tht u can get it ...&lt;/P&gt;&lt;P&gt;this is sample code by which u can try it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Box Command&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;/: BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;Fills the window background with shadowing having a gray scale of 10 %.&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;/: 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;/: 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;&lt;/P&gt;&lt;P&gt;hope it might be useful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 03:43:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T03:43:28Z</dc:date>
    <item>
      <title>Scripts: how to put tables in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116747#M740130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on invoice billing . so in the script how to draw the tables.&lt;/P&gt;&lt;P&gt;i have fields like material number, description,quality,unit and amount. and at the bottom of the table i hav sub-total and grand total. so plz help me how to draw tables and put the sub-total and grand total in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answers will b awarded with good points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;P&gt;sirish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 02:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116747#M740130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T02:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts: how to put tables in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116748#M740131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no table concept in scripts.&lt;/P&gt;&lt;P&gt;You can't draw a table in scripts.&lt;/P&gt;&lt;P&gt;u can form table  using ULINE and VLINE conmmands.&lt;/P&gt;&lt;P&gt;Otherwise u form a rectangular or square box with box command.&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;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 03:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116748#M740131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T03:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts: how to put tables in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116749#M740132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sirish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to draw tables in script we hav command called Box with tht u can get it ...&lt;/P&gt;&lt;P&gt;this is sample code by which u can try it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Box Command&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;/: BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;Fills the window background with shadowing having a gray scale of 10 %.&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;/: 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;/: 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;&lt;/P&gt;&lt;P&gt;hope it might be useful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 03:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-how-to-put-tables-in-scripts/m-p/3116749#M740132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T03:43:28Z</dc:date>
    </item>
  </channel>
</rss>

