<?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 Form Printing Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396064#M191879</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;I copied RVORDER01  Form(SAP Script) into Z form.&lt;/P&gt;&lt;P&gt;Now i changed the form according to our layout.&lt;/P&gt;&lt;P&gt;Every thing coming right. But the total(KOMVD-KWERT) of Amount is not calculating. It is printing next to the all line item. For ex. if i order 2 items, total printing next to the 2 items. But i want to print bottom, i specified a total box. It is not printing in the are i specified to total( bottom of the page). I am doing all(Printing line items &amp;amp; Total) in Main Window only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I declare line item in Main window (ITEM_LINE_PRICE_QUANTITY). Even i tried to print the total by using headers (ITEM_SUM,SUM_LINE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 13:39:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T13:39:56Z</dc:date>
    <item>
      <title>Form Printing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396064#M191879</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;I copied RVORDER01  Form(SAP Script) into Z form.&lt;/P&gt;&lt;P&gt;Now i changed the form according to our layout.&lt;/P&gt;&lt;P&gt;Every thing coming right. But the total(KOMVD-KWERT) of Amount is not calculating. It is printing next to the all line item. For ex. if i order 2 items, total printing next to the 2 items. But i want to print bottom, i specified a total box. It is not printing in the are i specified to total( bottom of the page). I am doing all(Printing line items &amp;amp; Total) in Main Window only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I declare line item in Main window (ITEM_LINE_PRICE_QUANTITY). Even i tried to print the total by using headers (ITEM_SUM,SUM_LINE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396064#M191879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Form Printing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396065#M191880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendra,&lt;/P&gt;&lt;P&gt;   Populate the value in a variable "ws_total". In the Main Window, there is something called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BOTTOM&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;amp;ws_total&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDBOTTOM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now your total will display only at the bottom. i.e your total will be the last which will displayed in that page.&lt;/P&gt;&lt;P&gt;The total will be displayed at the end of the page. This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Tushar  Marshall Dass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396065#M191880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Form Printing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396066#M191881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still i am getting same problem.&lt;/P&gt;&lt;P&gt;After using &amp;lt;b&amp;gt;BOTTEM...&lt;/P&gt;&lt;P&gt;Is there any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 12:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396066#M191881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T12:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Form Printing Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396067#M191882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rajendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print the total in a separete text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie) Afetr printing the item details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form &lt;/P&gt;&lt;P&gt;/E Total&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;amp;TOTAL&amp;amp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the print program&lt;/P&gt;&lt;P&gt;After endloop.&lt;/P&gt;&lt;P&gt;Call the writeform for this element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 12:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-printing-problem/m-p/1396067#M191882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T12:43:40Z</dc:date>
    </item>
  </channel>
</rss>

