<?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 Boxes in SAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493529#M562944</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;I need to create different boxes in the sapscript. The place to create the boxes are in the main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg. there needs to be a line item box and as the line items finishes there has to a separate box for other texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i identify where the line items are to be finished in the layout (ie where in first page, at which line or does it go top the 2nd page) after that a box has to put for the other text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 13:13:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T13:13:25Z</dc:date>
    <item>
      <title>Boxes in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493529#M562944</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;I need to create different boxes in the sapscript. The place to create the boxes are in the main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg. there needs to be a line item box and as the line items finishes there has to a separate box for other texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i identify where the line items are to be finished in the layout (ie where in first page, at which line or does it go top the 2nd page) after that a box has to put for the other text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493529#M562944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493530#M562945</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;go to following link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapmaterial.com/sap_scripts.html" target="test_blank"&gt;http://sapmaterial.com/sap_scripts.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanta Gope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493530#M562945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493531#M562946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I think you need to use dynamic box.define a variable in the print program and increase its value in the loop you are using to write the form.As the line items will get printed the boxes will print also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more clearification describe your scenario in detail.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493531#M562946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493532#M562947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the below commands i used to design box in SAP Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;PAGE&amp;amp; EQ '1'.                              &lt;/P&gt;&lt;P&gt; BOX FRAME 10 TW                                &lt;/P&gt;&lt;P&gt; POSITION WINDOW                                &lt;/P&gt;&lt;P&gt; BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW I&lt;/P&gt;&lt;P&gt; POSITION XORIGIN '3.0' CM                      &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '5.0' CM                      &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '7.2' CM                      &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '8.3' CM                      &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '9.5' CM                      &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '12.0' CM                     &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '14.5' CM                     &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '17.0' CM                     &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW    &lt;/P&gt;&lt;P&gt; ENDIF.                                         &lt;/P&gt;&lt;P&gt; IF &amp;amp;PAGE&amp;amp; NE '1'.                              &lt;/P&gt;&lt;P&gt; POSITION WINDOW                                &lt;/P&gt;&lt;P&gt; BOX WIDTH '74' CH HEIGHT '36.5' LN FRAME 10 TW &lt;/P&gt;&lt;P&gt; POSITION WINDOW                                &lt;/P&gt;&lt;P&gt; BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW INTENSITY 10   &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '0.9' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '3.0' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '5.0' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '7.2' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '8.3' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '9.5' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '12.0' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '14.5' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '17.0' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '19.7' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; ENDIF                                                        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-sapscript/m-p/2493532#M562947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:34:02Z</dc:date>
    </item>
  </channel>
</rss>

