<?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: SAP Scripts  Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297387#M1221823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for a horizontal line we use &lt;STRONG&gt;&amp;amp;uline(len)&amp;amp;&lt;/STRONG&gt; and use the element *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2009 14:49:35 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2009-03-07T14:49:35Z</dc:date>
    <item>
      <title>SAP Scripts  Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297383#M1221819</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;&lt;STRONG&gt;How to draw a table in SAP Scripts  in Main Window ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any  Function Module available for this or any syntax is there ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Give me Example code for this .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 06:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297383#M1221819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-07T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts  Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297384#M1221820</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 use BOX, POSITION commands to achieve your requirements. [Check this.|http://help.sap.com/saphelp_46c/helpdata/en/d1/802ec5454211d189710000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;~Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 07:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297384#M1221820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-07T07:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts  Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297385#M1221821</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;      Use the BOX, POSITION, and SIZE commands for drawing boxes, lines, and shading to print particular windows within a form or passages of text within a window in a frame or with shading.&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;1.	/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]&lt;/P&gt;&lt;P&gt;2.	/: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE]&lt;/P&gt;&lt;P&gt;3.	/: SIZE [WIDTH] [HEIGHT] [WINDOW] [PAGE]&lt;/P&gt;&lt;P&gt;BOX Command&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]&lt;/P&gt;&lt;P&gt;Effect: draws a box of the specified size at the specified position.&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;XPOS, YPOS&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;X(abs) = XORIGIN + XPOS &lt;/P&gt;&lt;P&gt;Y(abs) = YORIGIN + YPOS&lt;/P&gt;&lt;P&gt;WIDTH&lt;/P&gt;&lt;P&gt;Width of the box. Default: WIDTH value of the SIZE command.&lt;/P&gt;&lt;P&gt;HEIGHT&lt;/P&gt;&lt;P&gt;Height of the box. Default: HEIGHT value of the SIZE command.&lt;/P&gt;&lt;P&gt;FRAME&lt;/P&gt;&lt;P&gt;Thickness of frame.&lt;/P&gt;&lt;P&gt;Default: 0 (no frame).&lt;/P&gt;&lt;P&gt;INTENSITY&lt;/P&gt;&lt;P&gt;Grayscale of box contents as %.&lt;/P&gt;&lt;P&gt;Default: 100 (full black)&lt;/P&gt;&lt;P&gt;.Units of measurement: The following units of measurement may be used:&lt;/P&gt;&lt;P&gt;u2022	TW (twip)&lt;/P&gt;&lt;P&gt;u2022	PT (point) &lt;/P&gt;&lt;P&gt;u2022	IN (inch) &lt;/P&gt;&lt;P&gt;u2022	MM (millimeter) &lt;/P&gt;&lt;P&gt;u2022	CM (centimeter) &lt;/P&gt;&lt;P&gt;u2022	LN (line) &lt;/P&gt;&lt;P&gt;u2022	CH (character). &lt;/P&gt;&lt;P&gt;The following conversion factors apply: &lt;/P&gt;&lt;P&gt;u2022	1 TW = 1/20 PT &lt;/P&gt;&lt;P&gt;u2022	1 PT = 1/72 IN &lt;/P&gt;&lt;P&gt;u2022	1 IN = 2.54 CM &lt;/P&gt;&lt;P&gt;u2022	1 CM = 10 MM &lt;/P&gt;&lt;P&gt;u2022	1 CH = height of a character relative to the CPI specification in the form header &lt;/P&gt;&lt;P&gt;u2022	1 LN = height of a line relative to the LPI specification in the form header&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 shading 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;Hope this will u help u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abaper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 11:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297385#M1221821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-07T11:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts  Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297386#M1221822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no function module available in SAP to draw a table in sapscript.&lt;/P&gt;&lt;P&gt;to draw a table use command BOX, the syntex is shown below.&lt;/P&gt;&lt;P&gt;/: BOX XPOS '1' CH YPOS '1' CH WIDTH '50' CH HEIGHT '2' LINE FRAME 10 TW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 11:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297386#M1221822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-07T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts  Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297387#M1221823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for a horizontal line we use &lt;STRONG&gt;&amp;amp;uline(len)&amp;amp;&lt;/STRONG&gt; and use the element *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 14:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts-tables/m-p/5297387#M1221823</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-07T14:49:35Z</dc:date>
    </item>
  </channel>
</rss>

