<?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 : line items in BOXES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509932#M235244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think dynamic tables are possible in Smart forms only.&lt;/P&gt;&lt;P&gt;Please correct if wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2006 11:17:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-28T11:17:15Z</dc:date>
    <item>
      <title>SAP Script : line items in BOXES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509931#M235243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the problem in SAP Script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am printing the line item data in my MAIN window, and i want to print this data in BOXES.&lt;/P&gt;&lt;P&gt;the boxes should display dynamicaly.&lt;/P&gt;&lt;P&gt;what i mean: if i am having one line item then one box shoul come and if having 5 line items then 5 boxes should come. line items are displaying row by row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this problem???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509931#M235243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T11:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : line items in BOXES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509932#M235244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think dynamic tables are possible in Smart forms only.&lt;/P&gt;&lt;P&gt;Please correct if wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509932#M235244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : line items in BOXES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509933#M235245</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;  Draw a box with width 0 to get vertical line before the record gets displayed and at the end of the record also draw a box with width 0 ( to get a vertical line | ) and after every record, draw a box with height 0. ( to get horizontal line )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509933#M235245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script : line items in BOXES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509934#M235246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can increase the height of Box dynmically in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.First declare varible in character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.And pass the height value dynmically based on the no of records to this varible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Call this varible in the script in the Box statment,&lt;/P&gt;&lt;P&gt;  that is in the height place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I am not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-line-items-in-boxes/m-p/1509934#M235246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T11:29:27Z</dc:date>
    </item>
  </channel>
</rss>

