<?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 Script Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142464#M115040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THE box COMMAND WILL SOLVE UR PROBLEM.&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;the pdf in sappoint will clearly help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sappoint.com/abap/sscntrls.pdf" target="test_blank"&gt;www.sappoint.com/abap/sscntrls.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2006 09:44:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-08T09:44:27Z</dc:date>
    <item>
      <title>SAP Script Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142460#M115036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an requirement to create an table in the form where there are around 5 columns.&lt;/P&gt;&lt;P&gt;This table displays the data from an internal table.&lt;/P&gt;&lt;P&gt;No. of records can vary.&lt;/P&gt;&lt;P&gt;I have two queries:&lt;/P&gt;&lt;P&gt;1)Is it possible to draw vertical line to separate the columns dynamically depending upon the records fetched.&lt;/P&gt;&lt;P&gt;2)After each line item(record) that is fetched, the other record should be separated by a horizonatal line.There is a column for description which can vary inlength.So is it possible to do something like a 'Wrapping the text in excel'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And  Regards,&lt;/P&gt;&lt;P&gt;Rupesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142460#M115036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142461#M115037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rupesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. )Is it possible to draw vertical line to separate the columns dynamically depending upon the records fetched&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  | = pipe&lt;/P&gt;&lt;P&gt;  at the most u can use some symbol like PIPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (But as u require, ie, like GRID&lt;/P&gt;&lt;P&gt;   its not possible)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. After each line item(record) that is fetched, the other record should be separated by a horizonatal line.There &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For that u just have to use UNDERLINE&lt;/P&gt;&lt;P&gt;  _____________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. There is a column for description which can vary inlength.So is it possible to do something like a 'Wrapping the text in excel'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Directly its not possible,&lt;/P&gt;&lt;P&gt;  ie . for that particular cell, word wrapping takes place !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142461#M115037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142462#M115038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do by calculating the length of the line in the program dynamically and specifying it in the SAPScript as:&lt;/P&gt;&lt;P&gt;BOX XPOS &amp;amp;WIDTH&amp;amp; CM WIDTH 0 TW HEIGHT '8.2' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142462#M115038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142463#M115039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there  is  not  any thing  to  vary the  column  space...&lt;/P&gt;&lt;P&gt;but  there  is  one  way ...&lt;/P&gt;&lt;P&gt;u  can calculate  the  length of  variablre  n  put  it into another variable  and on the bases of  this variable  value u give  can  give the columns space...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142463#M115039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142464#M115040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THE box COMMAND WILL SOLVE UR PROBLEM.&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;the pdf in sappoint will clearly help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sappoint.com/abap/sscntrls.pdf" target="test_blank"&gt;www.sappoint.com/abap/sscntrls.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-query/m-p/1142464#M115040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:44:27Z</dc:date>
    </item>
  </channel>
</rss>

