<?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: how can create a table in sap script? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591347#M266090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like smartform there is  no option for  draw table  directly in sap script.&lt;/P&gt;&lt;P&gt;u  have  to draw  table  using line  or  box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 07:58:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T07:58:54Z</dc:date>
    <item>
      <title>how can create a table in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591346#M266089</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 a table in the sap script.i Have to use table in the main window with 11  rows and 3 columns. can any one send sample code. Any ideas?¿&lt;/P&gt;&lt;P&gt;THKS 4all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 07:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591346#M266089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: how can create a table in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591347#M266090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like smartform there is  no option for  draw table  directly in sap script.&lt;/P&gt;&lt;P&gt;u  have  to draw  table  using line  or  box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 07:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591347#M266090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T07:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: how can create a table in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591348#M266091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont use smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 08:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591348#M266091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: how can create a table in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591349#M266092</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 can use BOX command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg,&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '10' CM HEIGHT 1 CM FRAME 10 TW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 08:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591349#M266092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: how can create a table in sap script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591350#M266093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and check on the below logic....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. write -&lt;/P&gt;&lt;HR originaltext="--------------------" /&gt;&lt;P&gt;2. write headings with '|' at start and end as well as the field separator.&lt;/P&gt;&lt;P&gt;3. write -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;4. similar to step two write the data with pipe separators.&lt;/P&gt;&lt;P&gt;5. write -&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 08:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-create-a-table-in-sap-script/m-p/1591350#M266093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T08:10:04Z</dc:date>
    </item>
  </channel>
</rss>

