<?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: can we create a table in sap-script?how? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110551#M441070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil, &lt;/P&gt;&lt;P&gt; I think it it is very difficult to do that. Becuase of that prospective only smartform was introduced.&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&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;Kumar. .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 09:08:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T09:08:28Z</dc:date>
    <item>
      <title>can we create a table in sap-script?how?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110550#M441069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we create a table in sap-script?how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 03:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110550#M441069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T03:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: can we create a table in sap-script?how?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110551#M441070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil, &lt;/P&gt;&lt;P&gt; I think it it is very difficult to do that. Becuase of that prospective only smartform was introduced.&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&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;Kumar. .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 09:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110551#M441070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: can we create a table in sap-script?how?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110552#M441071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil , &lt;/P&gt;&lt;P&gt;  To create table in Script you will have to use the BOX command.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 09:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110552#M441071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T09:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: can we create a table in sap-script?how?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110553#M441072</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 create a table in sap script u need to use the box command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the window where u want to create the table and click text element icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there write this sample code . you will get the idea about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX YPOS 0 CM  WIDTH '19.2'  CM   HEIGHT  '0.5' CM  FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX YPOS &amp;amp;S1&amp;amp; CM  WIDTH '19.2'  CM   HEIGHT  '0.4' CM  FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX XPOS '0'  CM YPOS &amp;amp;S1&amp;amp; CM WIDTH 0 CM HEIGHT '0.4' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX XPOS '8.0'  CM YPOS &amp;amp;S1&amp;amp; CM WIDTH 0 CM HEIGHT '0.4' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:BOX YPOS &amp;amp;S1&amp;amp; CM  WIDTH '19.2'  CM   HEIGHT  '0' CM  FRAME 10 TW&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;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward  if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 09:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-a-table-in-sap-script-how/m-p/2110553#M441072</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-04-04T09:57:47Z</dc:date>
    </item>
  </channel>
</rss>

